mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
xcbuild: include version in wrapper
This commit is contained in:
parent
6fba728a6d
commit
6377391d68
@ -30,7 +30,7 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xcbuild-wrapper";
|
||||
name = "xcbuild-wrapper-${xcbuild.version}";
|
||||
|
||||
buildInputs = [ xcbuild makeWrapper ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user