From 6d903a940752478dd5f6a21a36e3d9d7edd6f788 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sun, 26 Aug 2018 22:27:21 +0800 Subject: [PATCH] gopherclient: Mark as broken Package does not build --- pkgs/applications/networking/gopher/gopherclient/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/gopher/gopherclient/default.nix b/pkgs/applications/networking/gopher/gopherclient/default.nix index b233ca4ab47..d36533fc9e5 100644 --- a/pkgs/applications/networking/gopher/gopherclient/default.nix +++ b/pkgs/applications/networking/gopher/gopherclient/default.nix @@ -40,5 +40,6 @@ buildGoPackage rec { license = licenses.mit; maintainers = with maintainers; [ orivej ]; platforms = platforms.linux; + broken = true; }; }