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
|
||||
(list sudo dmidecode pciutils lshw))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(#:tests? #f))
|
||||
(home-page "https://github.com/zzkt/frameworkinfo")
|
||||
(synopsis "Show hardware info for framework laptop.")
|
||||
(description "")
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
(inputs
|
||||
(list gawk))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:configure-flags #~(list "--enable-silent-rules")))
|
||||
(arguments
|
||||
(#:tests? #f))
|
||||
(home-page "https://plugdata.org/")
|
||||
(synopsis "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