summary refs log tree commit diff
path: root/pkgs/applications/networking/gopher
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-08-26 22:27:21 +0800
committeradisbladis <adisbladis@gmail.com>2018-08-27 00:56:56 +0800
commit6d903a940752478dd5f6a21a36e3d9d7edd6f788 (patch)
tree810672715e066a347100200cadf13e1665d534c4 /pkgs/applications/networking/gopher
parent90d3ed0096439ca51648fa9378cc4cdae940280e (diff)
downloadnixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.tar
nixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.tar.gz
nixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.tar.bz2
nixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.tar.lz
nixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.tar.xz
nixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.tar.zst
nixpkgs-6d903a940752478dd5f6a21a36e3d9d7edd6f788.zip
gopherclient: Mark as broken
Package does not build
Diffstat (limited to 'pkgs/applications/networking/gopher')
-rw-r--r--pkgs/applications/networking/gopher/gopherclient/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }