3
0
Fork 0
forked from mirrors/nixpkgs

icepeak: use haskell.lib.justStaticExecutables

Also, add myself to the maintainers section for Haskell modules coming
from Hackage.
This commit is contained in:
Robert Kreuzer 2020-03-05 18:36:02 +01:00 committed by Peter Simons
parent 8aee4f4eeb
commit 9b931dc86a
2 changed files with 3 additions and 1 deletions

View file

@ -2476,6 +2476,8 @@ package-maintainers:
- purescript
- spago
- termonad
rkrzr:
- icepeak
unsupported-platforms:
alsa-mixer: [ x86_64-darwin ]

View file

@ -4175,7 +4175,7 @@ in
icecast = callPackage ../servers/icecast { };
icepeak = haskellPackages.icepeak;
icepeak = haskell.lib.justStaticExecutables haskellPackages.icepeak;
iceshelf = callPackage ../tools/backup/iceshelf { };