From 5044ceb7e768c1ae147debbb380c25a00c7046dd Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 24 Mar 2017 13:37:00 -0500 Subject: rapcad: broken on Qt 5.6 --- pkgs/applications/graphics/rapcad/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/graphics/rapcad') diff --git a/pkgs/applications/graphics/rapcad/default.nix b/pkgs/applications/graphics/rapcad/default.nix index 118630e9608..16c9e9fdff2 100644 --- a/pkgs/applications/graphics/rapcad/default.nix +++ b/pkgs/applications/graphics/rapcad/default.nix @@ -21,5 +21,6 @@ stdenv.mkDerivation rec { maintainers = [ maintainers.raskin ]; platforms = platforms.linux; description = ''Constructive solid geometry package''; + broken = true; # redefines template instance added in Qt 5.6 }; } -- cgit 1.4.1