Put in earplugs
This commit is contained in:
parent
7905db91ff
commit
0d3f4ae15c
1 changed files with 9 additions and 7 deletions
|
@ -103,7 +103,8 @@
|
||||||
"-Dsupported_build=true"
|
"-Dsupported_build=true"
|
||||||
;; (don't) disable LVFS, (just) because it contains
|
;; (don't) disable LVFS, (just) because it contains
|
||||||
;; nonfree firmwares.
|
;; nonfree firmwares.
|
||||||
"-Dlvfs=enabled")
|
;; "-Dlvfs=disabled"
|
||||||
|
)
|
||||||
#:glib-or-gtk? #t ;To wrap binaries and/or compile schemas
|
#:glib-or-gtk? #t ;To wrap binaries and/or compile schemas
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
@ -167,12 +168,13 @@
|
||||||
protobuf-c
|
protobuf-c
|
||||||
mingw-w64-tools
|
mingw-w64-tools
|
||||||
gnu-efi)
|
gnu-efi)
|
||||||
(if (supported-package? libsmbios
|
;; (if (supported-package? libsmbios
|
||||||
(or (and=> (%current-target-system)
|
;; (or (and=> (%current-target-system)
|
||||||
platform-target->system)
|
;; platform-target->system)
|
||||||
(%current-system)))
|
;; (%current-system)))
|
||||||
(list libsmbios)
|
;; (list libsmbios)
|
||||||
'())))
|
;; '())
|
||||||
|
))
|
||||||
;; In Requires of fwupd*.pc.
|
;; In Requires of fwupd*.pc.
|
||||||
(propagated-inputs (list curl
|
(propagated-inputs (list curl
|
||||||
gcab
|
gcab
|
||||||
|
|
Loading…
Reference in a new issue