mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
vulkan-tools: fix build on darwin
This commit is contained in:
parent
1eb10bd6bd
commit
11b4c5b070
@ -60,17 +60,6 @@ stdenv.mkDerivation rec {
|
||||
Cocoa
|
||||
];
|
||||
|
||||
postPatch = lib.optionalString stdenv.isDarwin ''
|
||||
# Modify mac_common.cmake to find the ICD where nixpkgs puts it.
|
||||
substituteInPlace mac_common.cmake \
|
||||
--replace MoltenVK/icd/MoltenVK_icd.json MoltenVK_icd.json
|
||||
# Remove the unconditional check for `ibtool` since the cube demo that needs it won’t be built.
|
||||
sed -e '/#.*Interface Builder/,/^endif()/d' -i mac_common.cmake
|
||||
# Install `vulkaninfo` to $out/bin even on Darwin.
|
||||
substituteInPlace vulkaninfo/CMakeLists.txt \
|
||||
--replace 'install(TARGETS vulkaninfo RUNTIME DESTINATION "vulkaninfo")' 'install(TARGETS vulkaninfo)'
|
||||
'';
|
||||
|
||||
libraryPath = lib.strings.makeLibraryPath [ vulkan-loader ];
|
||||
|
||||
dontPatchELF = true;
|
||||
|
Loading…
Reference in New Issue
Block a user