summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-09 05:58:17 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-09 10:01:46 -0500
commite60eb2887395e300100a7a9f1aad5da16976709b (patch)
tree559e2f924cc5d5756796abe20ae8c09f8d72451f /pkgs/applications
parent3a62eab2c98d5bd96dbcc15845df04d4edd27534 (diff)
downloadnixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.tar
nixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.tar.gz
nixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.tar.bz2
nixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.tar.lz
nixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.tar.xz
nixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.tar.zst
nixpkgs-e60eb2887395e300100a7a9f1aad5da16976709b.zip
firestr: mark broken
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/p2p/firestr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/firestr/default.nix b/pkgs/applications/networking/p2p/firestr/default.nix
index e216ede9a39..56eb9c35427 100644
--- a/pkgs/applications/networking/p2p/firestr/default.nix
+++ b/pkgs/applications/networking/p2p/firestr/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation {
     license = licenses.gpl3;
     maintainers = [ maintainers.ehmry ];
     platforms = platforms.linux;
+    broken = true;
   };
 }