mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: brlaser: Use G-expressions.
* gnu/packages/cups.scm (brlaser)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
9e9cb01020
commit
c354a8f15f
1 changed files with 4 additions and 7 deletions
|
@ -79,13 +79,10 @@
|
|||
"033g461qzwrzi6x24pfasyx9g7fkn5iy5f8c3h8bczg2bvscxyym"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "-DCUPS_DATA_DIR="
|
||||
(assoc-ref %outputs "out")
|
||||
"/share/cups")
|
||||
(string-append "-DCUPS_SERVER_BIN="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/cups"))))
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list (string-append "-DCUPS_DATA_DIR=" #$output "/share/cups")
|
||||
(string-append "-DCUPS_SERVER_BIN=" #$output "/lib/cups"))))
|
||||
(inputs
|
||||
(list ghostscript cups zlib))
|
||||
(home-page "https://github.com/pdewacht/brlaser")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue