Commit f1658663 authored by zowoq's avatar zowoq
Browse files

darwin.xcode: set sourceProvenance

parent 1085cdf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ let requireXcode = version: sha256:
      description = "Apple's XCode SDK";
      license = licenses.unfree;
      platforms = platforms.darwin ++ platforms.linux;
      sourceProvenance = [ sourceTypes.binaryNativeCode ];
    };

  in app.overrideAttrs ( oldAttrs: oldAttrs // { inherit meta; });