got: unbreak on x86_64-darwin

This commit is contained in:
Pavol Rusnak 2022-12-27 19:23:42 +01:00
parent 01b6323cea
commit 6f70efb6fb
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 3 deletions

View file

@ -46,7 +46,5 @@ stdenv.mkDerivation rec {
license = licenses.isc; license = licenses.isc;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ abbe afh ]; maintainers = with maintainers; [ abbe afh ];
# never built on x86_64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isx86_64;
}; };
} }

View file

@ -29201,7 +29201,7 @@ with pkgs;
goffice = callPackage ../development/libraries/goffice { }; goffice = callPackage ../development/libraries/goffice { };
got = callPackage ../applications/version-management/got { }; got = darwin.apple_sdk_11_0.callPackage ../applications/version-management/got { };
gtkterm = callPackage ../tools/misc/gtkterm { }; gtkterm = callPackage ../tools/misc/gtkterm { };