rapcad: Qt 5 infrastructure update
This commit is contained in:
parent
3e6a70d974
commit
5af2e7b76e
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.9.5";
|
version = "0.9.5";
|
||||||
@ -9,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "15c18jvgbwyrfhv7r35ih0gzx35vjlsbi984h1sckgh2z17hjq8l";
|
sha256 = "15c18jvgbwyrfhv7r35ih0gzx35vjlsbi984h1sckgh2z17hjq8l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [qt5.base cgal boost gmp mpfr flex bison dxflib readline ];
|
buildInputs = [ qtbase cgal boost gmp mpfr flex bison dxflib readline ];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
qmake;
|
qmake;
|
||||||
|
@ -12913,7 +12913,7 @@ let
|
|||||||
demo = false;
|
demo = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
rapcad = callPackage ../applications/graphics/rapcad {};
|
rapcad = qt5.callPackage ../applications/graphics/rapcad {};
|
||||||
|
|
||||||
rapidsvn = callPackage ../applications/version-management/rapidsvn { };
|
rapidsvn = callPackage ../applications/version-management/rapidsvn { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user