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:
parent
8aee4f4eeb
commit
9b931dc86a
|
@ -2476,6 +2476,8 @@ package-maintainers:
|
|||
- purescript
|
||||
- spago
|
||||
- termonad
|
||||
rkrzr:
|
||||
- icepeak
|
||||
|
||||
unsupported-platforms:
|
||||
alsa-mixer: [ x86_64-darwin ]
|
||||
|
|
|
@ -4175,7 +4175,7 @@ in
|
|||
|
||||
icecast = callPackage ../servers/icecast { };
|
||||
|
||||
icepeak = haskellPackages.icepeak;
|
||||
icepeak = haskell.lib.justStaticExecutables haskellPackages.icepeak;
|
||||
|
||||
iceshelf = callPackage ../tools/backup/iceshelf { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue