mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add packages:haskell
parent
1dcf5d9c68
commit
389d77afa3
|
@ -118,10 +118,11 @@
|
||||||
packages:file-managing
|
packages:file-managing
|
||||||
packages:fonts
|
packages:fonts
|
||||||
packages:games
|
packages:games
|
||||||
packages:guile
|
packages:haskell
|
||||||
packages:image
|
packages:image
|
||||||
packages:messaging
|
packages:messaging
|
||||||
packages:password
|
packages:password
|
||||||
|
packages:scheme
|
||||||
packages:sound
|
packages:sound
|
||||||
packages:video
|
packages:video
|
||||||
packages:web))
|
packages:web))
|
||||||
|
@ -211,6 +212,12 @@
|
||||||
(list #|guile-xyz|# guile-goblins guile-hoot guile-lib guile-srfi-197
|
(list #|guile-xyz|# guile-goblins guile-hoot guile-lib guile-srfi-197
|
||||||
guile-srfi-232))
|
guile-srfi-232))
|
||||||
|
|
||||||
|
(define packages:haskell
|
||||||
|
(list #|commencement|# gcc-toolchain
|
||||||
|
#|haskell |# ghc
|
||||||
|
#|haskell-xyz |# ghc-async ghc-base-prelude ghc-basement
|
||||||
|
ghc-basic-prelude ghc-chart ghc-groups))
|
||||||
|
|
||||||
(define packages:sound
|
(define packages:sound
|
||||||
(list #|linux |# wireplumber-minimal
|
(list #|linux |# wireplumber-minimal
|
||||||
#|pulseaudio|# pavucontrol))
|
#|pulseaudio|# pavucontrol))
|
||||||
|
@ -231,6 +238,7 @@
|
||||||
packages:documentation packages:downloads
|
packages:documentation packages:downloads
|
||||||
#|F|# packages:file-managing packages:fonts
|
#|F|# packages:file-managing packages:fonts
|
||||||
#|G|# packages:games
|
#|G|# packages:games
|
||||||
|
#|H|# packages:haskell
|
||||||
#|I|# packages:image
|
#|I|# packages:image
|
||||||
#|M|# packages:messaging
|
#|M|# packages:messaging
|
||||||
#|P|# packages:password
|
#|P|# packages:password
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
(use-modules (guix profiles)
|
|
||||||
(gnu packages commencement)
|
|
||||||
(gnu packages haskell)
|
|
||||||
(gnu packages haskell-xyz))
|
|
||||||
|
|
||||||
(packages->manifest
|
|
||||||
(list gcc-toolchain
|
|
||||||
ghc
|
|
||||||
ghc-async
|
|
||||||
ghc-base-prelude
|
|
||||||
ghc-basement
|
|
||||||
ghc-basic-prelude
|
|
||||||
ghc-chart
|
|
||||||
ghc-groups))
|
|
Loading…
Reference in New Issue