summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm15
1 files changed, 11 insertions, 4 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0c0139e10f..7012b5dd3b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2105,6 +2105,9 @@ through the network interface controller.")
(base32
"1855np7c4b0bqzhf1l1dyzxb90fpnvrirdisajhci5am6als31z9"))))
(build-system gnu-build-system)
+ (arguments
+ (list #:configure-flags
+ #~'("CFLAGS=-O2 -g -Wno-implicit-function-declaration")))
(native-inputs
(list pkg-config))
(inputs
@@ -2686,16 +2689,20 @@ command.")
(build-system qt-build-system)
(arguments
(list
+ #:tests? #f ; no tests
;; Make sure the (rarely updated) package 'imagemagick/stable'
;; does not end up in the closure.
#:disallowed-references (list imagemagick/stable)
- #:test-target "check"
+ #:modules '((guix build qt-build-system)
+ ((guix build gnu-build-system) #:prefix gnu:)
+ (guix build utils))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _ (chdir "wpa_supplicant/wpa_gui-qt4")))
(replace 'configure
(lambda _ (invoke "qmake" "wpa_gui.pro")))
+ (replace 'build (assoc-ref gnu:%standard-phases 'build))
(add-after 'build 'build-icons
(lambda _
;; Inkscape complains (but works) without a writable $HOME.
@@ -3446,7 +3453,7 @@ limits.")
(define-public corectrl
(package
(name "corectrl")
- (version "1.4.3")
+ (version "1.4.5")
(source
(origin
(method git-fetch)
@@ -3455,7 +3462,7 @@ limits.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qpc04xxzv4jbqqlraqriipix4ph7bm1hfiry807jjp668i9n25d"))
+ (base32 "1gnqybf3s0bsm3qsbc6rd1spw09vxd417gn3hb6hflsj6377qfcb"))
(patches (search-patches "corectrl-polkit-install-dir.patch"))))
(build-system qt-build-system)
(arguments
@@ -3486,7 +3493,7 @@ limits.")
"\"" (search-input-file inputs "bin/glxinfo") "\""))))))))
;; Text formatting only supported since C++20, which is available in gcc-13.
;; https://en.cppreference.com/w/cpp/compiler_support#cpp_lib_format_201907L
- (native-inputs (list catch2-3
+ (native-inputs (list catch2-3.8
pkg-config
qttools-5))
(inputs (list dbus