haskellPackages.shh: jailbreak

This commit is contained in:
maralorn 2023-07-18 01:44:31 +02:00
parent 2da166c1ce
commit 23bb7c65c3
No known key found for this signature in database

View file

@ -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; };