Andy Patterson writes:
> Hey ng0,
>
>
> On Thu, 29 Dec 2016 14:05:51 +
> ng0 wrote:
>
>
>> I really have no idea how hplip is supposed to be used in Guix after
>> reading the note about the base service. So we are not supposed to
>> run and install it as users in profiles? Will it be in the
Hey ng0,
On Thu, 29 Dec 2016 14:05:51 +
ng0 wrote:
> I really have no idea how hplip is supposed to be used in Guix after
> reading the note about the base service. So we are not supposed to
> run and install it as users in profiles? Will it be in the cups
> service where I would have no i
Hi!
ng0 skribis:
> * gnu/packages/cups.scm (hplip): Add gui.
> [arguments](configure-flags): Add "--enable-gui-build", "--disable-qt4",
> "--enable-qt5".
> [inputs]: Add python-pyqt, python-pygobject and python-sip.
Seems like this would multiply the closure of ‘sane-backends’ by 5:
--8<--
* gnu/packages/cups.scm (hplip): Add gui.
[arguments](configure-flags): Add "--enable-gui-build", "--disable-qt4",
"--enable-qt5".
[inputs]: Add python-pyqt, python-pygobject and python-sip.
---
gnu/packages/cups.scm | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu
[PATCH 1/2] gnu: hplip: Add qt5 gui.
Same as before, removed the --enable-dbus and ...
[PATCH 2/2] gnu: hplip: Add policykit support.
... moved it here, with the additional policykit stuff.
I really have no idea how hplip is supposed to be used in Guix after reading
the note about the base
ng0 writes:
> We need to explicitly tell the configure to disable qt3 and qt4 to make it
> accept qt5 which is annoying.
> Tested was just running hp-setup, worked for me.
I just fixed the policykit issue (in theory, no more errors in
the build), so I change this patch a bit and send in both pa
Danny Milosavljevic writes:
> Hi,
>
>> + "--enable-dbus-build"
>>;; TODO: Make hp-setup find python-dbus.
>
> Does that mean that dbus now works in hp-setup?
>
I don't know. Before and afterwards I ran into the problem where
no user (in groups lp and lpadmin, even root) i
Hi,
> + "--enable-dbus-build"
>;; TODO: Make hp-setup find python-dbus.
Does that mean that dbus now works in hp-setup?
We need to explicitly tell the configure to disable qt3 and qt4 to make it
accept qt5 which is annoying.
Tested was just running hp-setup, worked for me.
* gnu/packages/cups.scm (hplip): Add gui.
[arguments](configure-flags): Add "--enable-gui-build", "--disable-qt3",
"--disable-qt4", "--enable-qt5", "--enable-dbus-build".
[inputs]: Add python-pyqt, python-pygobject and python-sip.
---
gnu/packages/cups.scm | 12 +++-
1 file changed, 11 ins
10 matches
Mail list logo