about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-11 21:13:43 +0200
committerGitHub <noreply@github.com>2020-04-11 21:13:43 +0200
commit11e0f5993b1caa28b9e1b8c3508c63e611214b43 (patch)
tree549a68a54653cd51ecb68a983a29d1b6eaa60f62 /pkgs/tools/security
parent597b1d9e2c41067f79a8f78045ac361929fa3ec1 (diff)
parent2df7f920d689efa38db41c97e1df6584049fbaf7 (diff)
downloadnixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.tar
nixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.tar.gz
nixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.tar.bz2
nixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.tar.lz
nixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.tar.xz
nixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.tar.zst
nixlib-11e0f5993b1caa28b9e1b8c3508c63e611214b43.zip
Merge pull request #84956 from schmittlauch/gst-disable-zbar
gst-plugins-bad: disable zbar by default
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/gnome-keysign/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gnome-keysign/default.nix b/pkgs/tools/security/gnome-keysign/default.nix
index 685971382dc8..f7ff9e85d0ce 100644
--- a/pkgs/tools/security/gnome-keysign/default.nix
+++ b/pkgs/tools/security/gnome-keysign/default.nix
@@ -53,7 +53,7 @@ python3.pkgs.buildPythonApplication rec {
     gst_all_1.gstreamer
     gst_all_1.gst-plugins-base
     (gst_all_1.gst-plugins-good.override { gtkSupport = true; })
-    gst_all_1.gst-plugins-bad # for zbar plug-in
+    (gst_all_1.gst-plugins-bad.override { enableZbar = true; }) # for zbar plug-in
   ];
 
   propagatedBuildInputs = with python3.pkgs; [