canon-cups-ufr2: Remove libglade-2 buildInput

Despite being mentioned by the README, this dependency appears to be
unused.
This commit is contained in:
Lukas Werling
2023-05-26 12:11:16 +02:00
parent b196c7eb8b
commit 657e05cab0
+1 -2
View File
@@ -16,7 +16,6 @@
, coreutils
, atk
, pkg-config
, gnome2
, libxml2
, runtimeShell
, libredirect
@@ -44,7 +43,7 @@ let
hash = "sha256-d5VHlPpUPAr3RWVdQRdn42YLuVekOw1IaMFLVt1Iu7o=";
};
buildInputs = [ cups zlib jbigkit glib gtk3 gnome2.libglade libxml2 gdk-pixbuf pango cairo atk ];
buildInputs = [ cups zlib jbigkit glib gtk3 libxml2 gdk-pixbuf pango cairo atk ];
in
stdenv.mkDerivation rec {
pname = "canon-cups-ufr2";