mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49: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"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
`(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ; for glib-mkenums
|
||||
gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue