xcbuild: include version in wrapper

This commit is contained in:
Daiderd Jordan 2018-01-20 20:50:23 +01:00
parent 6fba728a6d
commit 6377391d68
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -30,7 +30,7 @@ let
in
stdenv.mkDerivation {
name = "xcbuild-wrapper";
name = "xcbuild-wrapper-${xcbuild.version}";
buildInputs = [ xcbuild makeWrapper ];