stoken: fix cross compilation

This commit is contained in:
Nick Cao
2021-12-19 00:35:59 +08:00
parent 3e2d1c1e65
commit 93b292f6dd
+2 -2
View File
@@ -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;