nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

stoken: fix cross compilation

Nick Cao 93b292f6 3e2d1c1e

+2 -2
+2 -2
pkgs/tools/security/stoken/default.nix
··· 20 20 autoconf 21 21 ''; 22 22 23 - nativeBuildInputs = [ pkg-config ]; 23 + strictDeps = true; 24 + nativeBuildInputs = [ pkg-config autoconf automake libtool ]; 24 25 buildInputs = [ 25 - autoconf automake libtool 26 26 libxml2 nettle 27 27 ] ++ lib.optional withGTK3 gtk3; 28 28