vulkan-loader: allow 32-bit builds

This commit is contained in:
David McFarland 2016-09-26 19:53:08 -03:00
parent 8fe96a1926
commit 1624507eaf

View File

@ -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 {