haskellPackages.vulkan-utils: enable tests
That next package set bump has arrived.
This commit is contained in:
committed by
sternenseemann
parent
ff231fb0e2
commit
0b158acfde
@@ -1255,8 +1255,7 @@ self: super: {
|
||||
|
||||
# Compiles some C or C++ source which requires these headers
|
||||
VulkanMemoryAllocator = addExtraLibrary pkgs.vulkan-headers super.VulkanMemoryAllocator;
|
||||
# dontCheck can be removed on the next package set bump
|
||||
vulkan-utils = dontCheck (addExtraLibrary pkgs.vulkan-headers super.vulkan-utils);
|
||||
vulkan-utils = addExtraLibrary pkgs.vulkan-headers super.vulkan-utils;
|
||||
|
||||
# Work around overspecified constraint on github ==0.18.
|
||||
github-backup = doJailbreak super.github-backup;
|
||||
|
||||
Reference in New Issue
Block a user