Put in earplugs
This commit is contained in:
parent
31fe2315cf
commit
da396b8a0f
2 changed files with 4 additions and 1 deletions
|
@ -44,6 +44,8 @@
|
||||||
(inputs
|
(inputs
|
||||||
(list sudo dmidecode pciutils lshw))
|
(list sudo dmidecode pciutils lshw))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
(#:tests? #f))
|
||||||
(home-page "https://github.com/zzkt/frameworkinfo")
|
(home-page "https://github.com/zzkt/frameworkinfo")
|
||||||
(synopsis "Show hardware info for framework laptop.")
|
(synopsis "Show hardware info for framework laptop.")
|
||||||
(description "")
|
(description "")
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
(inputs
|
(inputs
|
||||||
(list gawk))
|
(list gawk))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "--enable-silent-rules")))
|
(arguments
|
||||||
|
(#:tests? #f))
|
||||||
(home-page "https://plugdata.org/")
|
(home-page "https://plugdata.org/")
|
||||||
(synopsis "A visual programming environment for audio experimentation, prototyping and education")
|
(synopsis "A visual programming environment for audio experimentation, prototyping and education")
|
||||||
(description "A visual programming environment for audio experimentation, prototyping and education")
|
(description "A visual programming environment for audio experimentation, prototyping and education")
|
||||||
|
|
Loading…
Reference in a new issue