Junker via Guix-patches writes: > * gnu/packages/qt.scm (adwaita-qt5): New variable. > > Change-Id: I4554f9f77d14f63e2e3c14fec9ef882677df97f5 > --- > gnu/packages/qt.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm > index 94cc879f4a..886f82712e 100644 > --- a/gnu/packages/qt.scm > +++ b/gnu/packages/qt.scm > @@ -142,6 +142,38 @@ (define-module (gnu packages qt) > #:use-module (ice-9 match) > #:use-module (srfi srfi-1)) > > +(define-public adwaita-qt5 > + (package > + (name "adwaita-qt5") > + (home-page "https://github.com/FedoraQt/adwaita-qt") Adwaita-qt project is unmaintained a no longer actively developed. I don't think this package should be added to guix unless it is maintained or use another active fork. so closed.