mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
haskellPackages.shh: jailbreak
This commit is contained in:
parent
2da166c1ce
commit
23bb7c65c3
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user