me
/
guix
Archived
1
0
Fork 0

gnu: xmag: Use G-expressions.

* gnu/packages/xorg.scm (xmag)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 92bb58e5e7
commit 9329b8fe0e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -5944,9 +5944,10 @@ form.")
(base32 "0qblrqrhxml2asgbck53a1v7c4y7ap7jcyqjg500h1i7bb63d680"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list (string-append "--with-appdefaultdir="
%output ,%app-defaults-dir))))
(list
#:configure-flags
#~(list (string-append "--with-appdefaultdir="
#$output #$%app-defaults-dir))))
(inputs
(list libxaw))
(native-inputs