changelog-d: Use justStaticExecutables

I couldn't get the separate bin output to work.
This commit is contained in:
Robert Hensing
2023-11-19 12:44:21 +01:00
parent 2e1a099318
commit 9009c53c97
+1 -1
View File
@@ -10,7 +10,7 @@
let
hsPkg = haskellPackages.changelog-d;
haskellModifications = x: x;
haskellModifications = haskell.lib.justStaticExecutables;
mkDerivationOverrides = finalAttrs: oldAttrs: {