mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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";
|
||||
description = "Decred daemon in Go (golang)";
|
||||
license = with lib.licenses; [ isc ];
|
||||
broken = stdenv.isLinux; # 2018-04-10
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user