emanote: drop justStaticExecutables
Since emanote incurs a reference on GHC on all platforms this override is all but uselless.
This commit is contained in:
parent
b30eb6f3db
commit
4def049884
@ -20566,7 +20566,7 @@ with pkgs;
|
||||
|
||||
elfio = callPackage ../development/libraries/elfio { };
|
||||
|
||||
emanote = haskell.lib.compose.justStaticExecutables haskellPackages.emanote;
|
||||
emanote = haskellPackages.emanote;
|
||||
|
||||
enchant2 = callPackage ../development/libraries/enchant/2.x.nix { };
|
||||
enchant = enchant2;
|
||||
|
Loading…
Reference in New Issue
Block a user