tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
stoken: fix cross compilation
Nick Cao
4 years ago
93b292f6
3e2d1c1e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
stoken
default.nix
+2
-2
pkgs/tools/security/stoken/default.nix
reviewed
···
20
20
autoconf
21
21
'';
22
22
23
23
-
nativeBuildInputs = [ pkg-config ];
23
23
+
strictDeps = true;
24
24
+
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
24
25
buildInputs = [
25
25
-
autoconf automake libtool
26
26
libxml2 nettle
27
27
] ++ lib.optional withGTK3 gtk3;
28
28