pkgs/os-specific/darwin/osx-private-sdk: fix evaluation

This commit is contained in:
Peter Simons 2015-02-14 23:06:46 +01:00
parent c6642675b9
commit 34413a142b

View File

@ -26,9 +26,9 @@ in stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
description = "A private Mac OS ${version} SDK, suitable for building many of Apple's open source releases";
description = "A private Mac OS ${sdkVersion} SDK, suitable for building many of Apple's open source releases";
maintainers = with maintainers; [ copumpkin ];
platforms = platforms.darwin;
license = licenses.unfree;
};
}
}