rapcad: broken on Qt 5.6

This commit is contained in:
Thomas Tuegel 2017-03-24 13:37:00 -05:00
parent 299c842df2
commit 5044ceb7e7
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -15182,7 +15182,7 @@ with pkgs;
demo = false;
};
rapcad = libsForQt55.callPackage ../applications/graphics/rapcad { boost = boost159; };
rapcad = libsForQt56.callPackage ../applications/graphics/rapcad { boost = boost159; };
rapidsvn = callPackage ../applications/version-management/rapidsvn { };