haskellPackages.shh: remove jailbreak

Works!
This commit is contained in:
Wolfgang Walther
2025-02-11 23:09:52 +01:00
committed by sternenseemann
parent 726f64a78e
commit ff231fb0e2
@@ -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