From fdefbfd53a0b4105d5c7cf2cf18cedb30a7cc7ff Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 18 May 2026 17:28:54 +0300 Subject: [PATCH] gnu: keepassxc: Build as release build. * gnu/packages/password-utils.scm (keepassxc)[arguments]: Add a configure-flag to mark the build as a release build. Reported by civodul in #guix. Change-Id: I0f08e91de026b569754af7f5baffad8b0d6df5ab --- gnu/packages/password-utils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 3f59eca6a42..f1fbd8ad671 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -297,7 +297,8 @@ human.") (list #:configure-flags #~(append - (list "-DWITH_XC_ALL=YES" + (list "-DKEEPASSXC_BUILD_TYPE=Release" + "-DWITH_XC_ALL=YES" "-DWITH_XC_UPDATECHECK=NO") #$(if (member (%current-system) (package-transitive-supported-systems