From e60eb2887395e300100a7a9f1aad5da16976709b Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 9 May 2016 05:58:17 -0500 Subject: [PATCH] firestr: mark broken --- pkgs/applications/networking/p2p/firestr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/p2p/firestr/default.nix b/pkgs/applications/networking/p2p/firestr/default.nix index e216ede9a392..56eb9c354275 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; }; }