about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-04 23:05:31 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-06 22:01:30 +0100
commit714cd4a0a5564fa1b23f71e7da574c28f43ef65f (patch)
tree53f6d159600689798c4a829c3720c2795eafd8ba /nixos/modules/config
parent5770a027990d6da936fe0ae577735f9bf446e052 (diff)
nixos/no-x-libs: add qrencode
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/no-x-libs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 18ea1f52a9766..eeb61289c44bf 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -44,6 +44,7 @@ with lib;
       networkmanager-sstp = super.networkmanager-vpnc.override { withGnome = false; };
       networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
       qemu = super.qemu.override { gtkSupport = false; spiceSupport = false; sdlSupport = false; };
+      qrencode = super.qrencode.overrideAttrs (_: { doCheck = false; });
       zbar = super.zbar.override { enableVideo = false; withXorg = false; };
     }));
   };