rapcad: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:22:17 -06:00
parent 3e6a70d974
commit 5af2e7b76e
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
{stdenv, fetchgit, qt5, cgal, boost, gmp, mpfr, flex, bison, dxflib, readline }:
{ stdenv, fetchgit, cgal, boost, gmp, mpfr, flex, bison, dxflib, readline
, qtbase
}:
stdenv.mkDerivation rec {
version = "0.9.5";
@ -9,8 +11,8 @@ stdenv.mkDerivation rec {
rev = "refs/tags/v${version}";
sha256 = "15c18jvgbwyrfhv7r35ih0gzx35vjlsbi984h1sckgh2z17hjq8l";
};
buildInputs = [qt5.base cgal boost gmp mpfr flex bison dxflib readline ];
buildInputs = [ qtbase cgal boost gmp mpfr flex bison dxflib readline ];
configurePhase = ''
qmake;

View File

@ -12913,7 +12913,7 @@ let
demo = false;
};
rapcad = callPackage ../applications/graphics/rapcad {};
rapcad = qt5.callPackage ../applications/graphics/rapcad {};
rapidsvn = callPackage ../applications/version-management/rapidsvn { };