summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-07-18 01:44:31 +0200
committermaralorn <mail@maralorn.de>2023-07-18 01:44:31 +0200
commit23bb7c65c37945745c87ad9f002a428d51753b13 (patch)
tree6f6e6396817bbd0221aac14144b71a3d836577e1 /pkgs/development/haskell-modules/configuration-common.nix
parent2da166c1cebfebdd8d20a275d04bf67b2aea21cb (diff)
downloadnixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.tar
nixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.tar.gz
nixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.tar.bz2
nixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.tar.lz
nixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.tar.xz
nixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.tar.zst
nixpkgs-23bb7c65c37945745c87ad9f002a428d51753b13.zip
haskellPackages.shh: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8c4932fa7b8..3bbfba0f04a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1128,6 +1128,7 @@ self: super: {
 
   # 2023-07-14: Restrictive upper bounds: https://github.com/luke-clifton/shh/issues/76
   shh = doJailbreak super.shh;
+  shh-extras = doJailbreak super.shh-extras;
 
   # This package refers to the wrong library (itself in fact!)
   vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };