Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gauche: mark not broken on darwin

Update to use the new sdk.

+2 -3
-1
pkgs/development/interpreters/gauche/default.nix
··· 45 maintainers = with maintainers; [ mnacamura ]; 46 license = licenses.bsd3; 47 platforms = platforms.unix; 48 - broken = stdenv.isDarwin; 49 }; 50 }
··· 45 maintainers = with maintainers; [ mnacamura ]; 46 license = licenses.bsd3; 47 platforms = platforms.unix; 48 }; 49 }
+2 -2
pkgs/top-level/all-packages.nix
··· 29767 29768 ganttproject-bin = callPackage ../applications/misc/ganttproject-bin { }; 29769 29770 - gaucheBootstrap = callPackage ../development/interpreters/gauche/boot.nix { }; 29771 29772 - gauche = callPackage ../development/interpreters/gauche { }; 29773 29774 gazelle-origin = python3Packages.callPackage ../tools/misc/gazelle-origin { }; 29775
··· 29767 29768 ganttproject-bin = callPackage ../applications/misc/ganttproject-bin { }; 29769 29770 + gaucheBootstrap = darwin.apple_sdk_11_0.callPackage ../development/interpreters/gauche/boot.nix { }; 29771 29772 + gauche = darwin.apple_sdk_11_0.callPackage ../development/interpreters/gauche { }; 29773 29774 gazelle-origin = python3Packages.callPackage ../tools/misc/gazelle-origin { }; 29775