about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2023-12-23 21:03:42 +0100
committerGitHub <noreply@github.com>2023-12-23 21:03:42 +0100
commitaa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f (patch)
treed493141bbc6d2d3f7be6f7e9a7ee659e818c2227 /pkgs/tools
parentd8aba6fe4067abdd8b1a7f398f2b90f21c608530 (diff)
parent1af85f4be42759a669223d3f59946ff9746dd3ea (diff)
downloadnixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.tar
nixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.tar.gz
nixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.tar.bz2
nixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.tar.lz
nixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.tar.xz
nixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.tar.zst
nixlib-aa5981e9b8cbcc96fa93b20ac6d44b42d9c1977f.zip
Merge pull request #275686 from alyssais/pkgsStatic.stoken
pkgsStatic.stoken: fix build
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/stoken/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/stoken/default.nix b/pkgs/tools/security/stoken/default.nix
index 526caf44d679..455310c202b8 100644
--- a/pkgs/tools/security/stoken/default.nix
+++ b/pkgs/tools/security/stoken/default.nix
@@ -5,7 +5,7 @@
 , pkg-config
 , libxml2
 , nettle
-, withGTK3 ? true
+, withGTK3 ? !stdenv.hostPlatform.isStatic
 , gtk3
 }: