about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2023-12-16 17:50:09 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-01-28 12:35:09 +0100
commitadfee00e543b0d83b547caf390b7886ed3925b89 (patch)
tree9306a5ccfc3604d5a7f96e0f02185624fc66130f /pkgs/applications/graphics
parent41a4ba78be13536e523b42ee1b8251a3c38b4571 (diff)
glabels: add support for QR codes
(cherry picked from commit f9b3fe566ef3ff0a5ce6b0364b9b0492e934e024)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/glabels/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/glabels/default.nix b/pkgs/applications/graphics/glabels/default.nix
index 97fc3d1f8ff9a..461e1882d3780 100644
--- a/pkgs/applications/graphics/glabels/default.nix
+++ b/pkgs/applications/graphics/glabels/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchurl, fetchpatch, barcode, gnome, autoreconfHook
 , gtk3, gtk-doc, libxml2, librsvg , libtool, libe-book, gsettings-desktop-schemas
-, intltool, itstool, makeWrapper, pkg-config, yelp-tools
+, intltool, itstool, makeWrapper, pkg-config, yelp-tools, qrencode
 }:
 
 stdenv.mkDerivation rec {
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     barcode gtk3 gtk-doc yelp-tools
     gnome.gnome-common gsettings-desktop-schemas
-    itstool libxml2 librsvg libe-book libtool
+    itstool libxml2 librsvg libe-book libtool qrencode
   ];
 
   preFixup = ''