mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05: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 @@ (define-public brlaser
|
||||||
"033g461qzwrzi6x24pfasyx9g7fkn5iy5f8c3h8bczg2bvscxyym"))))
|
"033g461qzwrzi6x24pfasyx9g7fkn5iy5f8c3h8bczg2bvscxyym"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list
|
||||||
(list (string-append "-DCUPS_DATA_DIR="
|
#:configure-flags
|
||||||
(assoc-ref %outputs "out")
|
#~(list (string-append "-DCUPS_DATA_DIR=" #$output "/share/cups")
|
||||||
"/share/cups")
|
(string-append "-DCUPS_SERVER_BIN=" #$output "/lib/cups"))))
|
||||||
(string-append "-DCUPS_SERVER_BIN="
|
|
||||||
(assoc-ref %outputs "out")
|
|
||||||
"/lib/cups"))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list ghostscript cups zlib))
|
(list ghostscript cups zlib))
|
||||||
(home-page "https://github.com/pdewacht/brlaser")
|
(home-page "https://github.com/pdewacht/brlaser")
|
||||||
|
|
Loading…
Reference in a new issue