1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: ktsuss: Use GEXPs.

* gnu/packages/admin.scm (ktsuss): Use GEXPs.

Change-Id: Ic6ff0943b4fc1f71abf6df4bff8776581063943c
This commit is contained in:
Artyom V. Poptsov 2025-03-22 14:57:13 +03:00
parent 127ac3c190
commit 6838ec2fa4
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -231,14 +231,13 @@
(file-name (git-file-name name version))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-file-names
(lambda _
(substitute* "configure.ac"
(("supath=`which su 2>/dev/null`")
"supath=/run/privileged/bin/su"))
#t)))))
"supath=/run/privileged/bin/su")))))))
(native-inputs
(list autoconf automake libtool pkg-config))
(inputs