haskellPackages.vulkan-utils: Add necessary dependency on vulkan-headers

Also mark as unbroken
wip/yesman
Joe Hermaszewski 4 years ago committed by Peter Simons
parent d26890fd15
commit 86a1b6c41d
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -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…
Cancel
Save