GNU bug report logs -
#27911
3 more qt modules
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Efraim Flashner <efraim <at> flashner.co.il> writes:
> This has qtnetworkauth, qtremoteobjects, qtspeech.
>
> After this we have qt3d, qtvirtualkeyboard, qtwebengine and qtwebview.
Great, thanks for keeping up with Qt!
[...]
> +(define-public qtspeech
> + (package (inherit qtsvg)
> + (name "qtspeech")
> + (version "5.9.1")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://download.qt.io/official_releases/qt/"
> + (version-major+minor version) "/" version
> + "/submodules/" name "-opensource-src-"
> + version ".tar.xz"))
> + (sha256
> + (base32
> + "00daxkf8iwf6n9rhkkv3isv5qa8wijwzb0zy1f6zlm3vcc8fz75c"))))
> + (inputs
> + `(("qtbase" ,qtbase)))
> + (native-inputs
> + `(("perl" ,perl)
> + ("qtdeclarative" ,qtdeclarative)
> + ("qtmultimedia" ,qtmultimedia)
> + ("qtxmlpatterns" ,qtxmlpatterns)))))
Does this package not keep references to these inputs? Can you add a
comment about why they are only needed at build-time? I'd guess tests,
but it's not obvious.
These packages also need separate synopses and descriptions from
'qtsvg', but other than that looks good to me.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.