about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-05-03 12:27:54 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-05-03 12:27:54 +0200
commit96567bb1ff10f66a96dce9e6b6517ae8db8e5310 (patch)
tree1e0681a9d37870922d75bc98018c20cbebe3ca73 /pkgs/applications/misc
parentb2617ab4b65a372b5d63aca4c5e835bb70fa04cf (diff)
authenticator: hopefully fix crash
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/authenticator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix
index 511feccbdc558..46b61720d0a39 100644
--- a/pkgs/applications/misc/authenticator/default.nix
+++ b/pkgs/applications/misc/authenticator/default.nix
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
       ];
     }))
 
-    gst_all_1.gst-plugins-bad
+    (gst_all_1.gst-plugins-bad.override { enableZbar = true; })
     gtk4
     libadwaita
     openssl