haskellPackages.shh: jailbreak

This commit is contained in:
maralorn 2023-07-15 00:24:32 +02:00
parent d72b2ae9c0
commit 22b8869e61
No known key found for this signature in database

View file

@ -1113,6 +1113,9 @@ 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;
# This package refers to the wrong library (itself in fact!)
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };