stoken: fix cross compilation
This commit is contained in:
parent
3e2d1c1e65
commit
93b292f6dd
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
|
||||
autoconf
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
|
||||
buildInputs = [
|
||||
autoconf automake libtool
|
||||
libxml2 nettle
|
||||
] ++ lib.optional withGTK3 gtk3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user