Age | Commit message (Collapse) | Author |
|
* gnu/packages/man.scm (man-pages): Update to 6.02.
|
|
* gnu/packages/terminals.scm (libvterm): Update to 0.3.1.
|
|
* gnu/packages/upnp.scm (libupnp): Update to 1.14.15.
|
|
* gnu/packages/version-control.scm (diffstat): Update to 1.65.
|
|
* gnu/packages/video.scm (motion): Update to 4.5.1.
|
|
* gnu/packages/web-browsers.scm (lagrange): Update to 1.14.2.
|
|
* gnu/packages/tor.scm (tor): Update to 0.4.7.13.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.11.
|
|
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.3-2916-178f55cf631a.
|
|
* gnu/packages/web.scm (nginx): Update to 1.23.3.
|
|
* gnu/packages/wm.scm (berry): Update to 0.1.12.
|
|
* gnu/packages/xdisorg.scm (arandr)[inputs, native-inputs]:
Remove input labels.
|
|
* gnu/packages/xdisorg.scm (arandr)[source, arguments]:
Remove trailing #t.
|
|
* gnu/packages/xdisorg.scm (arandr): Update to 0.1.11.
|
|
* gnu/packages/linux.scm (mcelog): Update to 191.
|
|
* gnu/packages/linux.scm (ipset): Update to 7.17.
|
|
* gnu/packages/c.scm (mimalloc): Update to 2.0.9.
|
|
* gnu/packages/xorg.scm (console-setup): Update to 1.212.
|
|
* gnu/packages/linux.scm (bolt): Update to 0.9.5.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 6.1.2.
|
|
* gnu/packages/less.scm (lesspipe): Update to 2.07.
|
|
* gnu/packages/crypto.scm (minisign): Update to 0.11.
|
|
* gnu/packages/animation.scm (lightspark): Update to 0.8.6.1.
|
|
* gnu/packages/music.scm (petri-foo): New public variable.
* gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch
* gnu/local.mk (GNU_SYSTEM_MODULES): Add the new patch file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-eventlet):
[arguments] Exclude broken test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-eventlet):
[arguments] Manage broken tests with nosetests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-gevent): Update to 22.10.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-greenlet): Update to 2.0.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/accessibility.scm (espeakup): ttps -> https
* gnu/packages/emacs-xyz.scm (emacs-soap-client): httpa -> https
* gnu/packages/gstreamer.scm (esounds): Remove newline
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/finance.scm (hledger)[phases]: Add install-doc phase
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/nettle.scm (nettle-2) [move-static-libraries]: .dll.a files are
not static libraries.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/60947>.
Previously, with the #+(file-append gcc "/bin/gcc") reference, the
resulting derivation would end up referring to the grafted GCC when
grafts are enabled, and to the ungrafted one otherwise. As a result, a
different derivation would be produced depending on whether grafts are
enabled.
* gnu/packages/build-tools.scm (gnulib-checkout)[arguments]: Refer to
"gcc", not #+(file-append gcc "/bin/gcc").
|
|
Previously, when cross-compiling, "self" would point to GUILE-3.0
because it came from (package-native-inputs guile-3.0).
When cross-compiling, ./configure would see a version in 'guile-3.0.pc'
different from its own version and would thus bail out:
building Guile 3.0.8-1.cabbage but `/gnu/store/…/bin/guile' has version 3.0.7
* gnu/packages/guile.scm (guile-next)[native-inputs]: Replace "self".
|
|
So far, "guile --version" and 'guile-3.0.pc' would use "UNKNOWN" as the
version string, making the package unsuitable as a drop-in replacement
for the 'guile-3.0' package.
* gnu/packages/guile.scm (guile-next)[arguments]: Add 'set-version'
phase.
|
|
The previously used commit was failing against formatted_phone_number test,
the 8ceeb39f5d51b49045b001b04f6f660c04f76698 has a fix for it. The last
commit containing the fix and passing tdlib's CI was picked.
* gnu/packages/messaging.scm (tdlib): Update to commit with fixed
formatted_phone_number test.
|
|
* doc/guix.texi (Cross-Compilation): Replace "penaly" with "penalty".
Replace "few users" with "fewer users".
|
|
* gnu/packages/raspberry-pi.scm (rpi-fbcp): New variable.
|
|
* gnu/packages/raspberry-pi.scm (raspberrypi-userland): New variable.
|
|
* gnu/bootloader/u-boot.scm (u-boot-ts7970-q-2g-1000mhz-c-bootloader): New
variable.
|
|
* gnu/packages/bootloaders.scm (u-boot-ts-mx6): New variable.
(u-boot-ts7970-q-2g-1000mhz-c): Likewise.
|
|
* gnu/packages/bootloaders.scm (u-boot-sandbox): New variable.
|
|
* gnu/packages/bootloaders.scm (u-boot-puma-rk3399)
[arguments]: Use gexps.
[native-inputs]: Turn into...
[inputs]: ... this, and use modify-inputs.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
Reuse knowledge from recent U-Boot modifications to streamline the package
definition.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): Change optional
argument ARCH to keyword TRIPLET. Default to aarch64-linux-gnu.
[arguments]: Use gexps. Add a #:target argument. Streamline how the
CROSS_COMPILE make flag is computed.
[native-inputs]: Delete field.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399)
[phases]: Use gexps.
[native-inputs]: Use modify-inputs and turn into...
[inputs]: ... this.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (u-boot-sifive-unmatched)
[arguments]: Use gexps. Use search-input-file.
[inputs]: Remove labels. Use modify-inputs.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (u-boot-rock64-rk3328)
[arguments]: Use gexps.
[native-inputs]: Remove input labels and use modify-inputs, and turn into...
[inputs]: ... this.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package)
[native-inputs]: Turn into...
[inputs]: ... this.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (u-boot-firefly-rk3399) [arguments]: Use gexps.
[native-inputs]: Use modify-inputs and turn into...
[inputs]: ... this.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (u-boot-pinebook-pro-rk3399) [arguments]:
Remove input labels.
[native-inputs]: Use modify-inputs and turn into...
[inputs]: ... this.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/bootloaders.scm (make-u-boot-package): Accept #f for the
TRIPLET argument to disable cross-compilation. Update doc.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|