diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index b5d84d3a31c..6116475bff9 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -1,7 +1,7 @@ # Template file for 'hplip' pkgname=hplip version=3.15.6 -revision=1 +revision=2 #XXX: pyqt pkgs for python gui hostmakedepends="pkg-config automake libtool python" makedepends="libressl-devel python-devel libxml2-python cups-devel @@ -33,6 +33,9 @@ do_configure() { libtoolize -f autoreconf -fi || true + # do not install systemd service file + sed -i '/[[:space:]]install-dist_rulessystemDATA/s,install-dist_rulessystemDATA,,' Makefile.in + ./configure ${configure_args} --disable-gui-build \ --disable-foomatic-rip-hplip-install \ --enable-foomatic-ppd-install \