haskellPackages.vulkan-utils: Add necessary dependency on vulkan-headers
Also mark as unbroken
This commit is contained in:
parent
d26890fd15
commit
86a1b6c41d
@ -922,8 +922,9 @@ self: super: {
|
||||
# This package refers to the wrong library (itself in fact!)
|
||||
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
||||
|
||||
# Compiles some C++ source which requires these headers
|
||||
# Compiles some C or C++ source which requires these headers
|
||||
VulkanMemoryAllocator = addExtraLibrary super.VulkanMemoryAllocator pkgs.vulkan-headers;
|
||||
vulkan-utils = addExtraLibrary super.vulkan-utils pkgs.vulkan-headers;
|
||||
|
||||
# https://github.com/dmwit/encoding/pull/3
|
||||
encoding = doJailbreak (appendPatch super.encoding ./patches/encoding-Cabal-2.0.patch);
|
||||
|
@ -10987,7 +10987,6 @@ broken-packages:
|
||||
- vty-menu
|
||||
- vty-ui
|
||||
- vty-ui-extras
|
||||
- vulkan-utils
|
||||
- waargonaut
|
||||
- wacom-daemon
|
||||
- waddle
|
||||
|
Loading…
Reference in New Issue
Block a user