altcoins.dcrd: mark broken on linux

builds on darwin
This commit is contained in:
xeji 2018-04-10 21:57:09 +02:00
parent 65e6a5081d
commit 54dc22f6ef

View file

@ -29,5 +29,6 @@ buildGoPackage rec {
homepage = "https://decred.org";
description = "Decred daemon in Go (golang)";
license = with lib.licenses; [ isc ];
broken = stdenv.isLinux; # 2018-04-10
};
}