about summary refs log tree commit diff
path: root/pkgs/tools/security/gnome-keysign
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2020-04-11 01:58:35 +0200
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2020-04-11 21:08:00 +0200
commit2df7f920d689efa38db41c97e1df6584049fbaf7 (patch)
treedc23dd43a6c15181074ece5a478387c483ec33d8 /pkgs/tools/security/gnome-keysign
parentf2198c46b2902a9fe15b052544d87feea57046f7 (diff)
gst_all_1.gst-plugins-bad: disable zbar by default
gst-plugins-bad by default used to pull in gtk3 and qtbase and qtx11extras because of the default dependency on zbar.
As zbar is a rarely needed gstreamer plugin, this unnecessarily
increased the closure size.
I am only aware of gnome-keysign actually using the zbar plugin, so that
uses a zbar-enabled gst-plugins-bad.

closes #84845
Diffstat (limited to 'pkgs/tools/security/gnome-keysign')
-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 685971382dc84..f7ff9e85d0ce9 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; [