mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
Remove zbar workaround
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
}: let
|
||||
zbar = pkgs.mypkgs.zbar.override {enableVideo = false;};
|
||||
zbar = pkgs.zbar.override {enableVideo = false;};
|
||||
in
|
||||
(pkgs.writeShellScriptBin "qrclip" ''
|
||||
set -eo pipefail
|
||||
|
||||
Reference in New Issue
Block a user