From ff231fb0e2cdac1e496d5b5a077b188656dddd31 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 23:14:21 +0100 Subject: [PATCH] haskellPackages.shh: remove jailbreak Works! --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 92c610d4c0f0..73ba92987f1d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1253,9 +1253,6 @@ self: super: { preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"''; }) super.alex; - # 2023-07-14: Restrictive upper bounds: https://github.com/luke-clifton/shh/issues/76 - shh = doJailbreak super.shh; - # Compiles some C or C++ source which requires these headers VulkanMemoryAllocator = addExtraLibrary pkgs.vulkan-headers super.VulkanMemoryAllocator; # dontCheck can be removed on the next package set bump