kst: Qt 5 infrastructure update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, cmake, pkgconfig
|
||||
, qt5, gsl, getdata, netcdf, muparser, matio
|
||||
, qtbase, gsl, getdata, netcdf, muparser, matio
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "Kst-2.0.8";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
buildInputs = [ qt5.base gsl getdata netcdf muparser matio ];
|
||||
buildInputs = [ qtbase gsl getdata netcdf muparser matio ];
|
||||
|
||||
cmakeFlags = "-Dkst_qt5=1 -Dkst_release=1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user