changelog-d: Use justStaticExecutables
I couldn't get the separate bin output to work.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
let
|
||||
hsPkg = haskellPackages.changelog-d;
|
||||
|
||||
haskellModifications = x: x;
|
||||
haskellModifications = haskell.lib.justStaticExecutables;
|
||||
|
||||
mkDerivationOverrides = finalAttrs: oldAttrs: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user