Age | Commit message (Collapse) | Author |
|
Do not use an autogenerated tarball. This is notified by "guix lint".
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch
method.
|
|
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]:
Wrap long lines.
|
|
* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212.
(ungoogled-chromium): Update hash.
|
|
* gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to
PYTHON-WRAPPER.
[arguments]: Remove trailing #t's and make some cosmetic changes.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.2.
|
|
* gnu/packages/disk.scm (bmaptools): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.20.
(linux-libre-5.11-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.3.
(linux-libre-5.12-pristine-source): Update hash.
|
|
This commit follows 08814ccc.
* gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.
|
|
* gnu/packages/guile-xyz.scm (guile2.0-bash): New variable.
(guile-bash): Build with Guile 3.0.
|
|
* gnu/packages/dns.scm (knot): Update to 3.0.6.
|
|
* gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6.
|
|
Syntax-highlighted monospace is overrated. Nothing like glancing at
Webmail to spot obvious bugs.
* gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
|
|
* gnu/packages/admin.scm (lynis): Update to 3.0.4.
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.1.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 5.12.
[native-inputs]: Add linux-libre-headers-5.10.
|
|
* gnu/packages/linux.scm (hdparm): Update to 9.62.
|
|
* gnu/packages/upnp.scm (libupnp): Update to 1.14.7.
|
|
* gnu/packages/networking.scm (squid): Update to 4.15.
|
|
* gnu/packages/video.scm (svt-av1): Update to 0.8.7.
|
|
* gnu/packages/compression.scm (snappy): Update to 1.1.9.
[source]: Add another patch.
[arguments]: Add new #:configure-flags and an
'unpack-third_party-subprojects phase.
[native-inputs]: Add the sources for benchmark and googletests.
* gnu/packages/patches/snappy-add-inline-for-GCC.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
It is better supported upstream.
* gnu/packages/audio.scm (qjackctl)[build-system]: Switch to
CMAKE-BUILD-SYSTEM.
|
|
* gnu/packages/audio.scm (qjackctl): Update to 0.9.3.
|
|
* gnu/packages/ccache.scm (ccache): Update to 4.3.
|
|
* gnu/packages/compression.scm (libjcat): Update to 0.1.7.
|
|
* gnu/packages/file-systems.scm (xfstests): New public variable.
|
|
* gnu/packages/version-control.scm (pre-commit): Update to 2.12.1.
[arguments]: Make source tree writable and initialize a git repository before
check phase. Simplify check phase.
[native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next,
python-pytest-env, which.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.7. Remove
"guile-2.2-skip-so-test.patch".
[propagated-inputs, arguments]: New fields.
|
|
* gnu/packages/bdw-gc.scm (libgc/disable-munmap): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.118.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.36.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/admin.scm (sudo): Update to 1.9.7.
|
|
* gnu/packages/databases.scm (python-sqlalchemy-stubs): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
* gnu/packages/vnc.scm (remmina): New variable.
|
|
* gnu/packages/syndication.scm (giara): New variable.
* gnu/packages/patches/giara-fix-login.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
* gnu/packages/emacs-xyz.scm (emacs-rime):[arguments]: Use #:include rather
than #:phases to add librime-emacs.so.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
|
|
* gnu/system.scm (operating-system-directory-base-entries): Remove code
to handle generation of "kernel" for linux-libre kernels.
(operating-system-default-essential-services): Instantiate
linux-builder-service-type.
(package-for-kernel): Move ...
* gnu/services.scm: ... to here.
(linux-builder-service-type): New variable.
(linux-builder-configuration): New type.
(linux-loadable-module-service-type): New variable.
* gnu/tests/linux-modules.scm (run-loadable-kernel-modules-test): Move
code to ...
(run-loadable-kernel-modules-test-base): ... new procedure here.
(run-loadable-kernel-modules-service-test): New procedure.
(%test-loadable-kernel-modules-service-0): New variable.
(%test-loadable-kernel-modules-service-1): New variable.
(%test-loadable-kernel-modules-service-2): New variable.
* doc/guix.texi: Document linux-loadable-module-service-type.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/ruby.scm (ruby-yaml-lint): New variable.
|
|
* gnu/packages/ruby.scm (ruby-hkdf): New variable.
|
|
* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/boost.scm (boost)[source]: Download from jfrog.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-trivial-main-thread,
ecl-trivial-main-thread, cl-trivial-main-thread): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-simple-tasks, ecl-simple-tasks,
cl-simple-tasks): New packages.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit, ecl-glsl-toolkit,
cl-glsl-toolkit): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|