vulkan-loader: remove headers
These now live in vulkan-headers.
This commit is contained in:
parent
11988d7336
commit
b11558669e
@ -28,10 +28,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
postInstall = ''
|
||||
cp -r "${vulkan-headers}/include" "$dev"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "LunarG Vulkan loader";
|
||||
homepage = https://www.lunarg.com;
|
||||
|
Loading…
Reference in New Issue
Block a user