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:
parent
127ac3c190
commit
6838ec2fa4
1 changed files with 7 additions and 8 deletions
|
@ -231,14 +231,13 @@
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#: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)))))
|
||||
(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")))))))
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue