gauche: mark not broken on darwin

Update to use the new sdk.
This commit is contained in:
Stanisław Pitucha 2023-03-24 20:43:48 +11:00
parent 8be838254b
commit bc7aed2b1a
2 changed files with 2 additions and 3 deletions

View File

@ -45,6 +45,5 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ mnacamura ];
license = licenses.bsd3;
platforms = platforms.unix;
broken = stdenv.isDarwin;
};
}

View File

@ -29767,9 +29767,9 @@ with pkgs;
ganttproject-bin = callPackage ../applications/misc/ganttproject-bin { };
gaucheBootstrap = callPackage ../development/interpreters/gauche/boot.nix { };
gaucheBootstrap = darwin.apple_sdk_11_0.callPackage ../development/interpreters/gauche/boot.nix { };
gauche = callPackage ../development/interpreters/gauche { };
gauche = darwin.apple_sdk_11_0.callPackage ../development/interpreters/gauche { };
gazelle-origin = python3Packages.callPackage ../tools/misc/gazelle-origin { };