got: unbreak on x86_64-darwin
This commit is contained in:
parent
01b6323cea
commit
6f70efb6fb
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue