mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
kst: Qt 5 infrastructure update
This commit is contained in:
parent
541b2f20de
commit
97f7eb1e64
@ -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";
|
||||
|
||||
|
@ -2015,7 +2015,7 @@ let
|
||||
|
||||
kpcli = callPackage ../tools/security/kpcli { };
|
||||
|
||||
kst = callPackage ../tools/graphics/kst { gsl = gsl_1; };
|
||||
kst = qt5.callPackage ../tools/graphics/kst { gsl = gsl_1; };
|
||||
|
||||
leocad = callPackage ../applications/graphics/leocad { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user