vulkan-loader: allow 32-bit builds
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
{ stdenv, fetchgit, fetchFromGitHub, cmake, pkgconfig, git, python3,
|
{ stdenv, fetchgit, fetchFromGitHub, cmake, pkgconfig, git, python3,
|
||||||
python3Packages, glslang, spirv-tools, x11, libxcb, wayland }:
|
python3Packages, glslang, spirv-tools, x11, libxcb, wayland }:
|
||||||
|
|
||||||
assert stdenv.system == "x86_64-linux";
|
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.26.0";
|
version = "1.0.26.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|||||||
Reference in New Issue
Block a user