Skip to content

Commit

Permalink
Put in earplugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Apr 25, 2024
1 parent 7905db9 commit 0d3f4ae
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions channel/zzkt/packages/firmware.scm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"-Dsupported_build=true"
;; (don't) disable LVFS, (just) because it contains
;; nonfree firmwares.
"-Dlvfs=enabled")
;; "-Dlvfs=disabled"
)
#:glib-or-gtk? #t ;To wrap binaries and/or compile schemas
#:phases
#~(modify-phases %standard-phases
Expand Down Expand Up @@ -167,12 +168,13 @@
protobuf-c
mingw-w64-tools
gnu-efi)
(if (supported-package? libsmbios
(or (and=> (%current-target-system)
platform-target->system)
(%current-system)))
(list libsmbios)
'())))
;; (if (supported-package? libsmbios
;; (or (and=> (%current-target-system)
;; platform-target->system)
;; (%current-system)))
;; (list libsmbios)
;; '())
))
;; In Requires of fwupd*.pc.
(propagated-inputs (list curl
gcab
Expand Down

0 comments on commit 0d3f4ae

Please sign in to comment.