vulkan-loader: remove headers

These now live in vulkan-headers.
This commit is contained in:
Benjamin Saunders 2019-03-18 11:03:19 -07:00
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;