3
0
Fork 0
forked from mirrors/nixpkgs

Update Rapcad

This commit is contained in:
Michael Raskin 2014-11-04 12:14:19 +03:00
parent 737c8145c8
commit dddf86ca28

View file

@ -1,16 +1,16 @@
{stdenv, fetchgit, qt4, cgal, boost, gmp, mpfr, flex, bison, dxflib}:
{stdenv, fetchgit, qt5, cgal, boost, gmp, mpfr, flex, bison, dxflib, readline }:
stdenv.mkDerivation rec {
version = "0.8.0";
version = "0.9.5";
name = "rapcad-${version}";
src = fetchgit {
url = "https://github.com/GilesBathgate/RapCAD.git";
rev = "refs/tags/v${version}";
sha256 = "37c7107dc4fcf8942a4ad35377c4e42e6aedfa35296e5fcf8d84882ae35087c7";
sha256 = "15c18jvgbwyrfhv7r35ih0gzx35vjlsbi984h1sckgh2z17hjq8l";
};
buildInputs = [qt4 cgal boost gmp mpfr flex bison dxflib];
buildInputs = [qt5 cgal boost boost.lib gmp mpfr flex bison dxflib readline ];
configurePhase = ''
qmake;