stoken: fix cross compilation

This commit is contained in:
Nick Cao 2021-12-16 10:53:32 +08:00
parent 3e2d1c1e65
commit 93b292f6dd
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

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;