Unverified Commit 526c19a4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

system-config-printer: unpin autotools (#428311)

parents ca1b4e60 5d29341e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4421,7 +4421,6 @@ with pkgs;
  subzerod = with python3Packages; toPythonApplication subzerod;

  system-config-printer = callPackage ../tools/misc/system-config-printer {
    autoreconfHook = buildPackages.autoreconfHook269;
    libxml2 = libxml2Python;
  };