stoken: fix cross compilation
This commit is contained in:
parent
3e2d1c1e65
commit
93b292f6dd
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
|
||||||
autoconf
|
autoconf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
strictDeps = true;
|
||||||
|
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake libtool
|
|
||||||
libxml2 nettle
|
libxml2 nettle
|
||||||
] ++ lib.optional withGTK3 gtk3;
|
] ++ lib.optional withGTK3 gtk3;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue