guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25948: [PATCH] gnu: stellarium: Use modular Qt.


From: Leo Famulari
Subject: bug#25948: [PATCH] gnu: stellarium: Use modular Qt.
Date: Fri, 3 Mar 2017 12:37:54 -0500
User-agent: Mutt/1.8.0 (2017-02-23)

On Fri, Mar 03, 2017 at 04:37:16PM +0100, Marius Bakke wrote:
> Danny Milosavljevic <address@hidden> writes:
> 
> > * gnu/packages/astronomy.scm (stellarium)[inputs]: Remove qt.
> > Add qtbase, qtmultimedia, qtscript, qtserialport.
> > [native-inputs]: Add qtbase, qttools.
> 
> LGTM, assuming the package still works :)
> 
> Also double check that `qtbase` and `qttools` are not listed in
> `guix gc -R $(./pre-inst-env guix build stellarium)`.

I think only qttools should not be referenced, right? qtbase is not just
a native-input for stellarium:

> >      (inputs
> > -     `(("qt"   ,qt)
> > +     `(("qtbase" ,qtbase)
> > +       ("qtmultimedia" ,qtmultimedia)
> > +       ("qtscript" ,qtscript)
> > +       ("qtserialport" ,qtserialport)
> >         ("zlib" ,zlib)))
> >      (native-inputs
> >       `(("gettext" ,gettext-minimal) ; xgettext is used at compile time
> > -       ("perl" ,perl))) ; For pod2man
> > +       ("perl" ,perl) ; For pod2man
> > +       ("qtbase" ,qtbase) ; Qt MOC is needed at compile time
> > +       ("qttools" ,qttools)))

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]