stardict: 3.0.3 is broken by upstream deleting 3.0.3

This commit is contained in:
Graham Christensen 2016-03-14 09:58:18 -05:00
parent b76f557887
commit ddbb28844d

@ -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;
};
}