about summary refs log tree commit diff
path: root/pkgs/tools/security/pcsctools
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-07-10 14:08:14 +0200
committerDaniël de Kok <me@danieldk.eu>2020-07-10 14:08:14 +0200
commit8095d0b885dcc497bb5037a7054cdc0fbd5a2c4a (patch)
tree4d37f0778de878c025f2f2af3a89dbb4b418e287 /pkgs/tools/security/pcsctools
parent093e32757ef4e7a035bf89ddb8b80f21b3dc3981 (diff)
pcsctools: add missing dependencies for gscriptor
Diffstat (limited to 'pkgs/tools/security/pcsctools')
-rw-r--r--pkgs/tools/security/pcsctools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pcsctools/default.nix b/pkgs/tools/security/pcsctools/default.nix
index 4d20ca68b5cf7..b2ef4e7e03026 100644
--- a/pkgs/tools/security/pcsctools/default.nix
+++ b/pkgs/tools/security/pcsctools/default.nix
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
     wrapProgram $out/bin/scriptor \
       --set PERL5LIB "${with perlPackages; makePerlPath [ pcscperl ]}"
     wrapProgram $out/bin/gscriptor \
-      --set PERL5LIB "${with perlPackages; makePerlPath [ pcscperl Glib Gtk2 Pango Cairo ]}"
+      --set PERL5LIB "${with perlPackages; makePerlPath [ pcscperl GlibObjectIntrospection Glib Gtk3 Pango Cairo CairoGObject ]}"
     wrapProgram $out/bin/ATR_analysis \
       --set PERL5LIB "${with perlPackages; makePerlPath [ pcscperl ]}"
     wrapProgram $out/bin/pcsc_scan \