mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #222871 from viraptor/gauche-darwin
gauche: mark not broken on darwin
This commit is contained in:
commit
939d8ddbcd
@ -45,6 +45,5 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ mnacamura ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
@ -29796,9 +29796,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 New Issue
Block a user