Commit 34413a14 authored by Peter Simons's avatar Peter Simons
Browse files

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

parent c6642675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ 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;