From 9009c53c9719a509920824e480731431bb3b4622 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 19 Nov 2023 12:19:44 +0100 Subject: [PATCH] changelog-d: Use justStaticExecutables I couldn't get the separate bin output to work. --- pkgs/by-name/ch/changelog-d/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ch/changelog-d/package.nix b/pkgs/by-name/ch/changelog-d/package.nix index 770673714475..f390596b5947 100644 --- a/pkgs/by-name/ch/changelog-d/package.nix +++ b/pkgs/by-name/ch/changelog-d/package.nix @@ -10,7 +10,7 @@ let hsPkg = haskellPackages.changelog-d; - haskellModifications = x: x; + haskellModifications = haskell.lib.justStaticExecutables; mkDerivationOverrides = finalAttrs: oldAttrs: {