forked from mirrors/nixpkgs
gauche: mark not broken on darwin
Update to use the new sdk.
This commit is contained in:
parent
8be838254b
commit
bc7aed2b1a
|
@ -45,6 +45,5 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ mnacamura ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue