about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-11-19 12:19:44 +0100
committerRobert Hensing <robert@roberthensing.nl>2023-11-19 12:44:21 +0100
commit9009c53c9719a509920824e480731431bb3b4622 (patch)
treefb3ef3d160428de1c16cb324dd3a125d8c1c40fc /pkgs/by-name
parent2e1a0993183796f2beb47d413da25742c865a4b7 (diff)
changelog-d: Use justStaticExecutables
I couldn't get the separate bin output to work.
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/ch/changelog-d/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ch/changelog-d/package.nix b/pkgs/by-name/ch/changelog-d/package.nix
index 770673714475e..f390596b59476 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: {