haskellPackages.vulkan: Fix dependency for vulkan
This commit is contained in:
parent
12ce0db1bf
commit
7abfefaaf4
@ -1020,6 +1020,8 @@ self: super: {
|
|||||||
preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
|
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…
x
Reference in New Issue
Block a user