vulkan-loader: allow 32-bit builds

This commit is contained in:
David McFarland
2016-11-13 12:44:27 -04:00
parent 8fe96a1926
commit 1624507eaf
@@ -1,8 +1,6 @@
{ stdenv, fetchgit, fetchFromGitHub, cmake, pkgconfig, git, python3,
python3Packages, glslang, spirv-tools, x11, libxcb, wayland }:
assert stdenv.system == "x86_64-linux";
let
version = "1.0.26.0";
src = fetchFromGitHub {