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

This commit is contained in:
Nick Cao 2025-07-25 14:03:36 -04:00 committed by GitHub
commit 526c19a48f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};