about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorDaniel Rolls <daniel.rolls.27@googlemail.com>2023-08-26 16:46:55 +0100
committerDaniel Rolls <daniel.rolls.27@googlemail.com>2023-08-27 18:34:01 +0100
commitcf6f6b2b00446e1ee21d7ec2df381bc404a16cc3 (patch)
treef6f042d6e2107ffa01c033593e88993f43ceb2a8 /pkgs/development/haskell-modules/configuration-nix.nix
parent938be003b3caecfc90482fa1e99df57cc355f586 (diff)
downloadnixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.tar
nixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.tar.gz
nixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.tar.bz2
nixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.tar.lz
nixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.tar.xz
nixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.tar.zst
nixlib-cf6f6b2b00446e1ee21d7ec2df381bc404a16cc3.zip
shellify: init at 0.10.0.3
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index e426ea4be07c..19a191394817 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -452,6 +452,8 @@ self: super: builtins.intersectAttrs super {
   wxc = (addBuildDepend self.split super.wxc).override { wxGTK = pkgs.wxGTK32; };
   wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK32; };
 
+  shellify = enableSeparateBinOutput super.shellify;
+
   # Test suite wants to connect to $DISPLAY.
   bindings-GLFW = dontCheck super.bindings-GLFW;
   gi-gtk-declarative = dontCheck super.gi-gtk-declarative;