mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
altcoins.dcrwallet: mark broken on linux
builds on darwin
This commit is contained in:
parent
54dc22f6ef
commit
d0d320803e
@ -38,5 +38,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