Merge pull request #154988 from veprbl/pr/broken_gplates

gplates: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-01-15 13:24:14 +08:00 committed by GitHub
commit cb3da55ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, mkDerivation
, fetchurl
, cmake
@ -65,5 +66,6 @@ in mkDerivation rec {
homepage = "https://www.gplates.org";
license = licenses.gpl2Only;
platforms = platforms.all;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gplates.x86_64-darwin
};
}