vulkan-tools: fix Hydra breakage on Darwin
Darwin requires access to Xcode for `ibtool`, so disable building on Hydra.
This commit is contained in:
parent
e2de23b6db
commit
b7526918cb
@ -103,6 +103,7 @@ stdenv.mkDerivation rec {
|
|||||||
use of the Vulkan API.
|
use of the Vulkan API.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/KhronosGroup/Vulkan-Tools";
|
homepage = "https://github.com/KhronosGroup/Vulkan-Tools";
|
||||||
|
hydraPlatforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.ralith ];
|
maintainers = [ maintainers.ralith ];
|
||||||
|
Loading…
Reference in New Issue
Block a user