emanote: drop justStaticExecutables

Since emanote incurs a reference on GHC on all platforms this override
is all but uselless.
This commit is contained in:
sternenseemann 2024-06-04 12:54:07 +02:00
parent b30eb6f3db
commit 4def049884

View File

@ -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;