mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: modem-manager: Use G-expression.
* gnu/packages/freedesktop.scm (modem-manager)[arguments]: Use gexp.
This commit is contained in:
parent
40992a1e02
commit
9ee4069eb0
1 changed files with 3 additions and 2 deletions
|
@ -1524,8 +1524,9 @@ (define-public modem-manager
|
||||||
"1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
|
"1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
(list
|
||||||
`(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
|
#:configure-flags
|
||||||
|
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") ; for glib-mkenums
|
(list `(,glib "bin") ; for glib-mkenums
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
|
Loading…
Reference in a new issue