libsForQt5.qmltermwidget: fix build
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ stdenv, fetchurl, qt4, qwt6_qt4, mesa, glew, gdal_1_11, cgal, proj, boost, cmake, python2, doxygen, graphviz, gmp }:
|
||||
{ stdenv, fetchurl, qt4, qwt6_qt4, mesa, glew, gdal_1_11, cgal
|
||||
, proj, boost160, cmake, python2, doxygen, graphviz, gmp }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gplates-${version}";
|
||||
@@ -13,7 +14,10 @@ stdenv.mkDerivation rec {
|
||||
./boostfix.patch
|
||||
];
|
||||
|
||||
buildInputs = [ qt4 qwt6_qt4 mesa glew gdal_1_11 cgal proj boost cmake python2 doxygen graphviz gmp ];
|
||||
buildInputs = [
|
||||
qt4 qwt6_qt4 mesa glew gdal_1_11 cgal proj boost160 cmake python2
|
||||
doxygen graphviz gmp
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Desktop software for the interactive visualisation of plate-tectonics";
|
||||
|
||||
Reference in New Issue
Block a user