stylish-haskell: Add top-level package

This commit is contained in:
Silvan Mosberger 2019-03-26 22:33:53 +01:00
parent bd11aadc2b
commit 607b0a1fa8
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -5744,6 +5744,8 @@ in
strongswanTNC = strongswan.override { enableTNC = true; };
strongswanNM = strongswan.override { enableNetworkManager = true; };
stylish-haskell = haskell.lib.justStaticExecutables haskellPackages.stylish-haskell;
su = shadow.su;
subsonic = callPackage ../servers/misc/subsonic { };