altcoins.dcrd: mark broken on linux
builds on darwin
This commit is contained in:
parent
65e6a5081d
commit
54dc22f6ef
@ -29,5 +29,6 @@ buildGoPackage rec {
|
|||||||
homepage = "https://decred.org";
|
homepage = "https://decred.org";
|
||||||
description = "Decred daemon in Go (golang)";
|
description = "Decred daemon in Go (golang)";
|
||||||
license = with lib.licenses; [ isc ];
|
license = with lib.licenses; [ isc ];
|
||||||
|
broken = stdenv.isLinux; # 2018-04-10
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user