From de0517642dd29ac2907474cf3b02befdcdae61c8 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Sat, 23 Dec 2017 22:54:31 +0000 Subject: [PATCH] flashtool: mark as broken The sources are no longer obtainable from the URL specified in the expression and the package has no maintainers. --- pkgs/development/mobile/flashtool/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/mobile/flashtool/default.nix b/pkgs/development/mobile/flashtool/default.nix index 0c1bb5d4d42..be4fc0f7f54 100644 --- a/pkgs/development/mobile/flashtool/default.nix +++ b/pkgs/development/mobile/flashtool/default.nix @@ -59,5 +59,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.unfreeRedistributableFirmware; platforms = stdenv.lib.platforms.linux; hydraPlatforms = stdenv.lib.platforms.none; + broken = true; }; }