Merge pull request #150949 from NickCao/stoken

stoken: fix cross compilation
This commit is contained in:
Guillaume Girol
2021-12-20 20:00:02 +00:00
committed by GitHub
+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;