Define a set of audio processing package for our studio; pine and rose are used to process sound

This commit is contained in:
Tissevert 2023-12-09 16:57:26 +01:00
parent 91cdaca817
commit 28d931607d
3 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,5 @@
(use-modules (gnu packages admin)
(gnu packages audio)
(gnu packages chromium)
(gnu packages compression)
(gnu packages commencement)
@ -80,3 +81,15 @@
netcat
openssh
rsync))
(define %studio
(list
amsynth
audacity
calf
hydrogen
jack-1
lilypond
qjackctl
sooperlooper
yoshimi))

View File

@ -1,3 +1,3 @@
(load "packages.scm")
(packages->manifest (append %desktop %dev %heavy %network %web))
(packages->manifest (append %desktop %dev %heavy %network %studio %web))

View File

@ -1,3 +1,3 @@
(load "packages.scm")
(packages->manifest (append %desktop %dev %heavy %network %web))
(packages->manifest (append %desktop %dev %heavy %network %studio %web))