rapcad: broken on Qt 5.6

wip/yesman
Thomas Tuegel 7 years ago
parent 299c842df2
commit 5044ceb7e7
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 1
      pkgs/applications/graphics/rapcad/default.nix
  2. 2
      pkgs/top-level/all-packages.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
};
}

@ -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…
Cancel
Save