pkgs/os-specific/darwin/osx-private-sdk: fix evaluation
This commit is contained in:
parent
c6642675b9
commit
34413a142b
|
@ -26,7 +26,7 @@ in stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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 ];
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
|
Loading…
Reference in New Issue