~ruther/guix-local

d98a0203 — Ludovic Courtès 2 years ago
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
4a6cef9d — Ludovic Courtès 2 years ago
gnu: glibc-locales@2.37: Mark as hidden.

Fixes <https://issues.guix.gnu.org/67586>.

* gnu/packages/base.scm (glibc-locales/hurd): Wrap in ‘hidden-package’.

Change-Id: If4f4aa1ef66c53ee0bb52eaea533241652e48cca

Reported-by: Nils Landt <nils@landt.email>
Change-Id: I5150f13be9c3b23e7abe408f815c56f498c92ecb
8c294e43 — Efraim Flashner 2 years ago
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
28e98cc0 — Efraim Flashner 2 years ago
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
1cd2f032 — Efraim Flashner 2 years ago
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
0aee90e4 — Vinicius Monego 3 years ago
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
6ec6b1c6 — Vinicius Monego 3 years ago
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
e498147c — Vinicius Monego 2 years ago
gnu: kdenlive: Update to 23.08.3.

* gnu/packages/kde.scm (kdenlive): Update to 23.08.3.

Change-Id: I552e82757049bae81cf8d521f17aea1adbefdb26
fe65a3de — Vinicius Monego 2 years ago
gnu: mlt: Update to 7.22.0.

* gnu/packages/video.scm (mlt): Update to 7.22.0.

Change-Id: I63827e89e181c439eb89e956362618d90d37ef50
28924df9 — Vinicius Monego 2 years ago
gnu: python-openturns: Update to 1.21.3.

* gnu/packages/statistics.scm (python-openturns): Update to 1.21.3.

Change-Id: I6e86d60e0b0d26672d2bce08998f2a1af5dff14e
295179f4 — Vinicius Monego 2 years ago
gnu: python-pymc: Update to 5.10.0.

* gnu/packages/statistics.scm (python-pymc): Update to 5.10.0.

Change-Id: I900a65beba2d919bde3137a370dbdb19566c828c
b2d433d4 — Vinicius Monego 2 years ago
gnu: python-pytensor: Update to 2.18.1.

* gnu/packages/python-science.scm (python-pytensor): Update to 2.18.1.

Change-Id: I7992d8a00c378c008995df3d026c3e05c235ae6d
b3e93844 — Vinicius Monego 2 years ago
gnu: python-scikit-rf: Update to 0.30.0.

* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.30.0.

Change-Id: Ia33268f2a655a80a645e30c4b1e08e830da83ae4
17cf284f — Vinicius Monego 2 years ago
gnu: python-pyqtgraph: Update to 0.13.3.

* gnu/packages/python-xyz.scm (python-pyqtgraph): Update to 0.13.3.

Change-Id: Ibce95af05181e23aaaa44935367f7ec1bc84324f
2f5599a4 — Vinicius Monego 2 years ago
gnu: freecad: Update to 0.21.2.

* gnu/packages/engineering.scm (freecad): Update to 0.21.2.

Change-Id: Ia7ca92405dfe5cf155387e9fec5ad135701e91c1
09b0a1fb — Vinicius Monego 2 years ago
gnu: python-wand: Update to 0.6.13.

* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.13.

Change-Id: I50e4fff9cd5e3c76dfd5e4cd8a2eb069fdaf7a8b
c15a1cd8 — Efraim Flashner 2 years ago
gnu: python-setuptools-lint: Add missing input.

* gnu/packages/check.scm (python-setuptools-lint)[propagated-inputs]:
Add python-tomli.

Change-Id: I0ab7d3b129d6c347c212b968c4aeb425e3ee97ae
f2561811 — Efraim Flashner 2 years ago
gnu: python-schedule: Adjust for newer python.

* gnu/packages/python-xyz.scm (python-schedule)[source]: Add snippet to
adjust python imports.

Change-Id: I8ef362bd35d3d1a2634a16ee4bf790b7da8263c0
7b4623b4 — Efraim Flashner 2 years ago
gnu: python-pyscss: Adjust for newer python.

* gnu/packages/python-web.scm (python-pyscss)[source]: Add snippet to
adjust python imports.

Change-Id: I0073089ed505a55f08aec2f0cc0ffa2a2c7963e4
31b63a7a — Efraim Flashner 2 years ago
gnu: python-osc: Adjust for newer python.

* gnu/packages/python-xyz.scm (python-osc)[source]: Add snippet to
adjust python imports.

Change-Id: Ie9708fe6961a4f65909d4795190bd2a037e9c9c8
Next