vulkan-tools: 1.1.85 -> 1.1.85.0 (#49615)

sdk-1.1.85 is a branch and not the stable release tag
This commit is contained in:
Renaud 2018-11-01 23:25:26 +01:00 committed by GitHub
parent 3dfd66fb03
commit 31e9f37539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "vulkan-tools-${version}";
version = "1.1.85";
version = "1.1.85.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "0f4dfr8g0vy7y1hvs6z9lw52kissailzisby4qnz4akv0zz5y5s5";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ cmake python3 vulkan-loader xlibsWrapper libxcb libXrandr wayland ];
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ python3 vulkan-loader xlibsWrapper libxcb libXrandr wayland ];
enableParallelBuilding = true;
cmakeFlags = [ "-DBUILD_ICD=OFF" "-DGLSLANG_INSTALL_DIR=${glslang}" ];