about summary refs log tree commit diff
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
parent2e1a0993183796f2beb47d413da25742c865a4b7 (diff)
downloadnixlib-9009c53c9719a509920824e480731431bb3b4622.tar
nixlib-9009c53c9719a509920824e480731431bb3b4622.tar.gz
nixlib-9009c53c9719a509920824e480731431bb3b4622.tar.bz2
nixlib-9009c53c9719a509920824e480731431bb3b4622.tar.lz
nixlib-9009c53c9719a509920824e480731431bb3b4622.tar.xz
nixlib-9009c53c9719a509920824e480731431bb3b4622.tar.zst
nixlib-9009c53c9719a509920824e480731431bb3b4622.zip
changelog-d: Use justStaticExecutables
I couldn't get the separate bin output to work.
-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 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: {