haskellPackages.vulkan: Fix dependency for vulkan

wip/yesman
Joe Hermaszewski 6 years ago
parent 12ce0db1bf
commit 7abfefaaf4
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -1020,6 +1020,8 @@ self: super: {
preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
});
# This package refers to the wrong library (itself in fact!)
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
}
//

Loading…
Cancel
Save