rapcad: broken on Qt 5.6
This commit is contained in:
parent
299c842df2
commit
5044ceb7e7
@ -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
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user