mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
xcbuild: Make "xcbuild.raw" for original unwrapped
This commit is contained in:
parent
8e301fab50
commit
44ad052c43
@ -60,5 +60,9 @@ stdenv.mkDerivation {
|
||||
--set DEVELOPER_DIR "${developer}"
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
raw = xcbuild;
|
||||
};
|
||||
|
||||
preferLocalBuild = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user