shell: ‘--development’ honors ‘--system’.
Fixes a bug whereby ‘package->development-manifest’ would run with the
wrong system in mind, leading to errors like this:
$ guix shell -s i586-gnu -D shepherd --no-grafts
guix shell: error: package linux-libre-headers@5.15.49 does not support i586-gnu
* guix/scripts/environment.scm (options/resolve-packages): Define
‘system’ and pass it to ‘package->development-manifest’.’
* tests/guix-shell.sh: Test it.
Change-Id: I95c471c1918913ab80dec7d3ca64fe38583cce78
gnu: qtbase: Skip some more tests on i686-linux.
* gnu/packages/qt.scm (qtbase)[arguments]: Adjust custom 'check phase to
skip 5 more tests on i686-linux.
Change-Id: I2c70fd0dd7e99cc7e039502933981e1b4985e05c
gnu: qtbase: Remove unneeded configure flags.
These flags were preventing building on i686-linux and seem to not be
necessary anymore.
* gnu/packages/qt.scm (qtbase)[arguments]: Remove configure-flags
disabling certain hardware features.
Change-Id: I76e41acb29cf39ce0541b27432b5d8d7fd545b16
gnu: qtwebengine-5: Enable building on i686-linux.
* gnu/packages/qt.scm (qtwebengine-5)[arguments]: When building for
i686-linux add a configure-flag to use less memory during the linking
phase.
Change-Id: Ie27467445f2bc299314b1294b024d3cfdc6f0b44
gnu: gnome-commander: Update to 1.16.1.
* gnu/packages/gnome.scm (gnome-commander): Update to 1.16.1.
[build-system]: Switch to meson-build-system.
[arguments]: Add #:glib-or-gtk?.
[native-inputs]: Add gtk+-2:bin.
Change-Id: I4badc000d0c2d8525fd3f8f1748d8fabe610c8a9
gnu: gerbv: Update to 2.10.0.
* gnu/packages/engineering.scm (gerbv): Update to 2.10.0.
[source]: Switch to maintained repository.
[native-inputs]: Add autoconf, automake, gettext-minimal, libtool.
Remove package labels.
[inputs]: Add comment about GTK+2. Remove package labels.
[home-page]: Update URL.
Change-Id: Ie30c4ae618b3b57e9b59e3e40f1423fed4d26135
gnu: kdenlive: Update to 23.08.3.
* gnu/packages/kde.scm (kdenlive): Update to 23.08.3.
Change-Id: I552e82757049bae81cf8d521f17aea1adbefdb26
gnu: mlt: Update to 7.22.0.
* gnu/packages/video.scm (mlt): Update to 7.22.0.
Change-Id: I63827e89e181c439eb89e956362618d90d37ef50
gnu: python-openturns: Update to 1.21.3.
* gnu/packages/statistics.scm (python-openturns): Update to 1.21.3.
Change-Id: I6e86d60e0b0d26672d2bce08998f2a1af5dff14e
gnu: python-pymc: Update to 5.10.0.
* gnu/packages/statistics.scm (python-pymc): Update to 5.10.0.
Change-Id: I900a65beba2d919bde3137a370dbdb19566c828c
gnu: python-pytensor: Update to 2.18.1.
* gnu/packages/python-science.scm (python-pytensor): Update to 2.18.1.
Change-Id: I7992d8a00c378c008995df3d026c3e05c235ae6d
gnu: python-scikit-rf: Update to 0.30.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.30.0.
Change-Id: Ia33268f2a655a80a645e30c4b1e08e830da83ae4
gnu: python-pyqtgraph: Update to 0.13.3.
* gnu/packages/python-xyz.scm (python-pyqtgraph): Update to 0.13.3.
Change-Id: Ibce95af05181e23aaaa44935367f7ec1bc84324f
gnu: freecad: Update to 0.21.2.
* gnu/packages/engineering.scm (freecad): Update to 0.21.2.
Change-Id: Ia7ca92405dfe5cf155387e9fec5ad135701e91c1
gnu: python-wand: Update to 0.6.13.
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.13.
Change-Id: I50e4fff9cd5e3c76dfd5e4cd8a2eb069fdaf7a8b
gnu: python-setuptools-lint: Add missing input.
* gnu/packages/check.scm (python-setuptools-lint)[propagated-inputs]:
Add python-tomli.
Change-Id: I0ab7d3b129d6c347c212b968c4aeb425e3ee97ae
gnu: python-schedule: Adjust for newer python.
* gnu/packages/python-xyz.scm (python-schedule)[source]: Add snippet to
adjust python imports.
Change-Id: I8ef362bd35d3d1a2634a16ee4bf790b7da8263c0
gnu: python-pyscss: Adjust for newer python.
* gnu/packages/python-web.scm (python-pyscss)[source]: Add snippet to
adjust python imports.
Change-Id: I0073089ed505a55f08aec2f0cc0ffa2a2c7963e4
gnu: python-osc: Adjust for newer python.
* gnu/packages/python-xyz.scm (python-osc)[source]: Add snippet to
adjust python imports.
Change-Id: Ie9708fe6961a4f65909d4795190bd2a037e9c9c8