Age | Commit message (Collapse) | Author |
|
* gnu/packages/terminals.scm (libvterm)[arguments]: Update arguments style.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/terminals.scm (libvterm): Update to 0.3.3.
[source]: Use launchpad.net url.
[arguments]: Use CC-FOR-TARGET.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/games.scm (tennix): Update to 1.3.4.
[arguments]<#:phases>: Update style and remove fix-include phase.
[inputs]: Remove labels, update to SDL2, add SDL2_gfx dependency.
[license]: Remove LGPL license, as SDL_rotozoom is no longer included.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
This also fixes test failures preventing the package from building.
* gnu/packages/python-xyz.scm (python-qtsass): Update to 0.4.0, fix build.
[native-inputs]: Add python-flaky.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/python-xyz.scm (python-libsass): Update to 0.22.0.
[phases]: Add new phase 'silent-failing-tests and disable 2 failing
tests to complete build.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/lua.scm (emilua): Update to 0.4.3.
[source]: Remove recursive? and replace with inputs.
[arguments]: Update style, add patch phase, enable tests and enable some more
features.
[native-inputs]: Add gperf, gawk and xdd.
[inputs]: Add emilua-http and trial-protocol as origin is no longer recursive,
also add serd, sord, libcap and liburing.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/admin.scm (swineherd): New variable.
|
|
* gnu/packages/django.scm (python-django-4.0) [native-search-paths]: Use
$TZDIR.
|
|
* guix/search-paths.scm ($TZDIR): New search path.
|
|
* gnu/packages/virtualization.scm (qemu) [arguments]: Add set-SOCK_DIR phase.
(qemu-minimal) [arguments]: Delete the disable-extra-tests phase.
|
|
* gnu/packages/bioinformatics.scm (python-peaks2utr): New variable.
|
|
* gnu/packages/bioinformatics.scm (macs): Update to 2.2.9.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Move python-cython from here...
[inputs]: ...and python-numpy from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.1.
[arguments]: Update style and delete "strip" phase.
[description]: Update.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/bioinformatics.scm (python-cgatcore): Update to 0.6.15.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/databases.scm (python-apsw): Update to 3.42.0.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.42.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/video.scm (svt-av1): Update to 1.7.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
As this provides suspendable soft/custom ports, which I'd like to use.
* gnu/packages/package-management.scm (nar-herder)[native-inputs,inputs]: Use
guile-next.
|
|
* gnu/packages/skarnet.scm (skalibs)[supported-systems]: Remove i586-gnu.
|
|
As I don't think attempting to build for the Hurd is useful.
* gnu/packages/heads.scm (make-linux-libre-headers*): Remove i586-gnu from
supported-systems.
|
|
As I don't think musl supports the Hurd.
* gnu/packages/heads.scm (musl-cross)[supported-systems]: Remove i586-gnu.
|
|
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-6.7a1d503.
|
|
This reinstate commit a5b5df7f7fbbb98487b2e7a59941efee6492bc7f with a fix to
the inner expand-uri procedure.
|
|
This reverts commit a5b5df7f7fbbb98487b2e7a59941efee6492bc7f. Pushed too
early.
|
|
Fixes <https://issues.guix.gnu.org/58697>.
* guix/gnu-maintenance.scm (import-html-updatable-release): Update doc.
<expand-uri>: New nested procedure. Apply it to the origin URI.
Reported-by: kiasoc5 <kiasoc5@disroot.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0-1.20dec88.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/image.scm (picket): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/image.scm (mini): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-php-mode)[source, home-page]: Update
URL and factorize it.
Co-authored-by: Piotr Kwiecinski <piokwiecinski@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-yeetube): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Previously a command like the following one would fail to display the
expected man page:
guix shell yelp coreutils -C \
--expose=/tmp/.X11-unix --expose=/run/user \
--expose=/var/run/dbus --expose=/etc/machine-id -E ^DISPLAY -- \
/bin/sh -c \
'export MANPATH=$GUIX_ENVIRONMENT/share/man; echo $MANPATH; yelp man:ls'
* gnu/packages/gnome.scm (yelp)[arguments]: New field.
[inputs]: Add ‘man-db’ and ‘groff-minimal’.
Reported-by: Luis Felipe <sirgazil@zoho.com>
|
|
* gnu/system/examples/vm-image.tmpl (use-package-modules): Remove
unneeded modules.
(operating-system)[packages]: Remove nvi, wget.
|
|
* gnu/packages/perl.scm: Remove (gnu packages hurd) import.
* gnu/packages/boost.scm: Likewise. Remove (srfi srfi-1).
|
|
* gnu/packages/datastructures.scm (liburcu): Update to 0.14.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/linux.scm (multipath-tools): Update to 0.9.6.
[#:make-flags]: Set systemd_prefix to output and remove SYSTEMDPATH.
[#:phases]: Add phase 'no-fortfify-3 before 'build.
[inputs]: Add util-linux "lib" output for libmount.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.131.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.52.
(linux-libre-6.1-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.15.
(linux-libre-6.4-pristine-source): Update hash.
|
|
* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to
use a specific python interpreter.
|
|
* etc/time-travel-manifest.scm (%release-commits): Comment out revisions
older than 1.3.0.
|
|
* etc/time-travel-manifest.scm (%release-commits): Add 1.4.0.
|
|
The sqlite.hh file uses fixed-width integer types from stdint.h. As
such, it needs to include <cstdint>. Without this include, the file
doesn't compile successfully with GCC13.
See: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
* nix/libstore/sqlite.hh: include <cstdint>
Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/games.scm (vcmi): Update to 1.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Use pinned versions of different dependencies required by
rust-analyzer@2022-01-10.
* gnu/packages/crates-io.scm (rust-salsa-0.17): Require
RUST-INDEXMAP-1.7.
(rust-serde-path-to-error-0.1): Require RUST-SERDE-JSON-1.0.73.
(rust-serde-repr-0.1): Require RUST-QUOTE-1.0.10,
RUST-PROC-MACRO2-1.0.34, RUST-SERDE-JSON-1.0.73, RUST-TRYBUILD-1.0.19.
* gnu/packages/rust-apps.scm (rust-analyzer): Adjust versions
similarly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/crates-io.scm (rust-trybuild-1.0.19): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/crates-io.scm (rust-serde-json-1.0.73): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/crates-io.scm (rust-quote-1.0.10): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/crates-io.scm (rust-proc-macro2-1.0.34): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|