From ddbb28844dcf5189db3ee51ad914c0ecd9256e78 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 14 Mar 2016 09:58:18 -0500 Subject: [PATCH] stardict: 3.0.3 is broken by upstream deleting 3.0.3 --- pkgs/applications/misc/stardict/stardict.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/stardict/stardict.nix b/pkgs/applications/misc/stardict/stardict.nix index 600642f488a..16ca7957c12 100644 --- a/pkgs/applications/misc/stardict/stardict.nix +++ b/pkgs/applications/misc/stardict/stardict.nix @@ -40,5 +40,6 @@ stdenv.mkDerivation rec { description = "An international dictionary supporting fuzzy and glob style matching"; license = stdenv.lib.licenses.lgpl3; maintainers = with stdenv.lib.maintainers; [qknight]; + broken = true; }; }