fityk,xylib: fix cross / strictDeps build (#370617)
This commit is contained in:
@@ -25,7 +25,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-m2RaZMYT6JGwa3sOUVsBIzCdZetTbiygaInQWoJ4m1o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
lua
|
||||
swig
|
||||
];
|
||||
buildInputs = [
|
||||
wxGTK32
|
||||
boost
|
||||
@@ -35,7 +39,10 @@ stdenv.mkDerivation rec {
|
||||
xylib
|
||||
readline
|
||||
gnuplot
|
||||
swig
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--with-wx-config=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
|
||||
@@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
||||
wxGTK32
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--with-wx-config=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Portable library for reading files that contain x-y data from powder diffraction, spectroscopy and other experimental methods";
|
||||
license = licenses.lgpl21;
|
||||
|
||||
Reference in New Issue
Block a user