Age | Commit message (Collapse) | Author |
|
* gnu/packages/qt.scm (qt-creator): Update to 11.0.1.
[source]: Adjust snippet.
[arguments]: Adjust patch-paths phase. Disable the 'tst_process' failing
tests.
Series-changes: 2
- Delete fix-tests-build phase
- Only one new test is now disabled
|
|
* gnu/packages/qt.scm (qtquickcontrols2): Delete variable.
(pyotherside) [inputs]: Remove qtquickcontrols2.
|
|
* gnu/packages/qt.scm (qtwebengine): Update to 6.5.2.
[source]: Update snippet.
[arguments]: Adjust comment in patch-paths phase. Remove link to closed issue
in #:configure-flags. Remove NSS link workaround.
|
|
* gnu/packages/qt.scm (qtremoteobjects): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtpositioning): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qttranslations): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qttools): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtlottie): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtwebchannel): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtwayland): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtmultimedia): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtshadertools): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtwebsockets): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtdeclarative): Update to 6.5.2.
[arguments]: Disable a few extra tests in check phase.
[inputs]: Add at-spi2-core, qtimageformats, qtlanguageserver and qtsvg.
|
|
* gnu/packages/qt.scm (qtlanguageserver): New variable.
|
|
* gnu/packages/qt.scm (qtimageformats): New variable.
|
|
* gnu/packages/qt.scm (qtimageformats-5): Fix indentation.
|
|
* gnu/packages/qt.scm (qtimageformats): Rename to...
(qtimageformats-5): ... this.
* gnu/packages/telegram.scm (telegram-desktop): Adjust accordingly.
* gnu/packages/image-viewers.scm (qview): Likewise.
* gnu/packages/geo.scm (openorienteering-mapper): Likewise.
|
|
* gnu/packages/qt.scm (qtsvg): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qt5compat): Update to 6.5.2.
|
|
* gnu/packages/qt.scm (qtbase) [inputs]: Add zstd:lib.
|
|
* gnu/packages/qt.scm (qtbase): Update to 6.5.2. Use normal inheritance, not
package/inherit, as the package is distinct and not a variant (it does not use
the same source).
[arguments]: Disable a few newly failing tests in the check phase. Adjust the
patch-mkspecs phase.
[inputs]: Remove extraneous postgresql replacement. Add at-spi2-core, libice,
libsm, libxext and xcb-util-cursor.
Series-changes: 2
- Fix xcb backend by adding missing inputs
|
|
Fixes <https://issues.guix.gnu.org/64605> and similar reports.
* gnu/packages/patches/qtdeclarative-5-disable-qmlcache.patch: New patch.
* gnu/packages/patches/qtdeclarative-disable-qmlcache.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/qt.scm (qtdeclarative-5, qtdeclarative): Apply them.
Reported-by: Distopico Vegan <distopico@riseup.net>
|
|
Rationale: using a variable for the version field currently hinders automatic
upgrades via 'guix refresh':
qtbase: no `version' field in source; skipping
Automated with:
sed 's/%qt5-version/"5.15.8"/g' -i gnu/packages/qt.scm
|
|
* gnu/packages/qt.scm (qt-creator) [source]: Use mirror://qt for origin URI.
|
|
* gnu/packages/qt.scm (qt-urls): Rename to...
(qt-url): ... this. Return a single URL built using the mirror:// scheme.
Adjust all callers accordingly.
|
|
This fixes a issue introduced in the previous commit 552d0703776c (services:
mcron: Add module for %user-log-dir.) which made the expression invalid when
using a '() module for the system service.
* gnu/services/mcron.scm (mcron-shepherd-services)[modules]: Use
(shepherd support) unconditionally.
|
|
* gnu/services/mcron.scm (mcron-shepherd-services)[modules]: Add
(shepherd support) for home service.
|
|
* gnu/services/admin.scm (file-database-configuration)[excluded-directories]:
Mention that these are regexps.
(%default-file-database-excluded-directories): Likewise.
* doc/guix.texi (File Search Services): Adjust accordingly.
|
|
Previously 'updatedb' would fail to find 'sed', 'rm', etc.
* gnu/services/admin.scm (file-database-mcron-jobs): Set PATH before
invoking 'updatedb'.
|
|
Fixes a test failure in 'tests/guix-system.sh' on aarch64-linux,
introduced by 4cdbbfa48d87d9a500288249f228fd19d4371919.
* gnu/packages/package-management.scm (guix): Update to 30355c1.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to
0.0.0-6.6ddf8d5.
[inputs]: Add wl-clipboard.
[arguments]: Update 'fix-paths' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ox-html-stable-ids): New variable.
|
|
This is a followup to cf28f46930f1ea4087d84c162cfacfcdff842b1f.
* gnu/system/examples/plasma.tmpl (services): Remove both
'gdm-service-type' and 'sddm-service-type' from %DESKTOP-SERVICES.
|
|
* gnu/packages/syncthing.scm (syncthing)[arguments]: Use gexps. Drop trailing
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This led to a 'tests/guix-system.sh' failure on aarch64-linux:
…/plasma.tmpl:60:13: error: modify-services: service 'gdm' not found in service list
This is because 'gdm-service-type' is not among %DESKTOP-SERVICES on
that architecture.
* gnu/system/examples/plasma.tmpl (services): Use 'remove' rather
'modify-services' + 'delete'.
|
|
* gnu/packages/maths.scm (hdf5-1.12): Remove variable.
|
|
* gnu/packages/glib.scm (sdbus-cpp): New variable.
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
It's now propagated by mmtf-cpp.
* gnu/packages/chemistry.scm (python-pymol)
[native-inputs]: Remove msgpack.
Reviewed-by: Andreas Enge <andreas@enge.fr>
|
|
It's now propagated by mmtf-cpp.
* gnu/packages/chemistry.scm (avogadrolibs)
[native-inputs]: Remove msgpack.
Reviewed-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/chemistry.scm (mmtf-cpp): Update to 1.1.0.
[propagated-inputs]: Add msgpack.
Reviewed-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.323.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.292.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.254.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.191.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.127.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.46.
(linux-libre-6.1-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.11.
(linux-libre-6.4-pristine-source): Update hash.
|