mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pkgs/os-specific/darwin/osx-private-sdk: fix evaluation
This commit is contained in:
parent
c6642675b9
commit
34413a142b
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user