Age | Commit message (Collapse) | Author |
|
* gnu/packages/bioinformatics.scm (tabixpp): Update to 1.1.0.
[source]: Add snippet to remove vendored library.
[arguments]: Adjust custom 'build phase to fix INCLUDES.
|
|
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Install static
library.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.21.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-org): Update to 20191229.
|
|
* gnu/packages/bootloaders (u-boot-2019.10): Remove variable.
(u-boot-firefly-rk3399): Use default u-boot version.
(u-boot-rockpro64-rk3399): Use default u-boot version.
(u-boot-rock64-rk3328): Use default u-boot version.
[arguments]: Remove add-u-boot-itb phase.
|
|
* gnu/packages/bootloaders (u-boot): Update to 2020.01.
[source]: Remove patch u-boot-fix-mkimage-header-verification.
[native-inputs]: Update to use python 3 and add perl.
(u-boot-tools)[configure]: Use tools-only_defconfig.
[arguments]: Update phase updating python-coverage to work with python 3.
Drop obsolete substitution for test_ofplatdata.
Disable code coverage tests and binman tests.
* gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: Remove file.
* gnu/local.mk [dist_patch_DATA]: Update accordingly.
|
|
* gnu/packages/firmware (make-arm-trusted-firmware): Update to 2.2.
[source]: Update URL.
[homepage]: Update URL.
* gnu/packages/patches/arm-trusted-firmware-optional-bin-generation.patch:
Remove patch.
* gnu/packages/patches/arm-trusted-firmware-rockchip-disable-binary.patch:
Remove patch.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
|
|
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.12.
|
|
* gnu/packages/linux.scm (sysstat): Update to 12.3.1.
|
|
* gnu/packages/video.scm (streamlink): Update to 1.3.0.
[source]: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove this.
|
|
* gnu/packages/tigervnc.scm (tigervnc-client): Update to 1.10.1.
(tigervnc-server): Update to 1.10.1.
|
|
* gnu/packages/games.scm (teeworlds)[arguments]: Fix install phase on i386
architecture.
|
|
* gnu/packages/fonts.scm (font-iosevka): Update to 2.3.3.
|
|
* gnu/packages/fonts.scm (font-comic-neue): Add a comment about the
‘v2.4’ tag.
|
|
* gnu/packages/fonts.scm (font-inconsolata)[home-page]: Use HTTPS.
|
|
* gnu/packages/fonts.scm (font-inconsolata): Update to 3.000.
[source]: Fetch from the author's new repository.
|
|
* gnu/packages/fonts.scm (font-ibm-plex): Update to 4.0.2.
|
|
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 12.1.04.
|
|
* gnu/packages/fonts.scm (font-terminus): Update to 4.48.
|
|
Both the README and the Web site identify this as version 2.015.
* gnu/packages/fonts.scm (font-lato)[version]: Correct.
|
|
* gnu/packages/mate.scm (mate-terminal): Update to 1.23.0.
|
|
* gnu/packages/mate.scm (mate-terminal)[source]: Hard-code NAME.
|
|
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.5.
|
|
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.1.
|
|
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.2.1.
|
|
* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.1.1.
|
|
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.1.
|
|
* gnu/packages/skarnet.scm (s6-linux-init)[version]: Update to 1.0.3.1.
[inputs]: Add execline and s6.
[arguments]: Add '--with-lib=' for execline and s6.
|
|
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.1.1.
|
|
* gnu/packages/skarnet.scm (skalibs): Update to 2.9.1.0.
|
|
* gnu/packages/abiword.scm (abiword): Update to 3.0.4.
[source](patches): Remove "abiword-black-drawing-with-gtk322.patch" patch.
Delete merged to upstream patch hunks in "abiword-explictly-cast-bools.patch"
patch.
* gnu/packages/patches/abiword-black-drawing-with-gtk322.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove this.
|
|
* gnu/packages/emacs-xyz.scm (emacs-treemacs)[arguments]: Refactor
"install-data" phase.
|
|
Some packages propagate util-linux, so make sure that that manifests and
similar choose the same version to avoid conflicts.
* gnu/packages/linux.scm (util-linux)[properties]: Remove.
(util-linux+udev)[name]: Set to "util-linux-with-udev".
[properties]: Remove.
|
|
* gnu/services/nfs.scm (<nfs-configuration>): New record.
(nfs-configuration, nfs-configuration?, nfs-configuration-nfs-utils,
nfs-configuration-nfs-version, nfs-configuration-exports,
nfs-configuration-rpcmountd-port, nfs-configuration-rpcstatd-port,
nfs-configuration-rpcbind, nfs-configuration-idmap-domain,
nfs-configuration-nfsd-port, nfs-configuration-nfsd-threads,
nfs-configuration-pipefs-directory, nfs-configuration-debug,
nfs-shepherd-services): New procedures.
(nfs-service-type): New variable.
* doc/guix.texi (Network File System): Document it.
* gnu/tests/nfs.scm (%test-nfs-server): New variable.
(%base-os): Use default value of rpcbind-service-type.
|
|
* gnu/services/nfs.scm (gss-service-type): Rewrite using SERVICE-TYPE to add
ability to extend the service.
|
|
* gnu/services/nfs.scm (<idmap-configuration>)[verbosity]: New field.
(idmap-configuration-verbosity): New procedure.
(idmap-service-type): Use it.
* doc/guix.texi (Network File System): Document it.
|
|
* gnu/services/nfs.scm (idmap-service-type): Rewrite using SERVICE-TYPE to add
ability to extend the service.
|
|
* gnu/services/nfs.scm (<gss-configuration>, <idmap-configuration>): Fix
indentation.
(<idmap-configuration>): Rename accessor for NFS-UTILS field to
IDMAP-CONFIGURATION-NFS-UTILS.
(idmap-service-type): Use IDMAP-CONFIGURATION-NFS-UTILS.
|
|
* gnu/services/nfs.scm (pipefs-service-type): Rewrite using SERVICE-TYPE to
add ability to extend the service.
|
|
* gnu/services/nfs.scm (rpcbind-service-type): Rewrite using SERVICE-TYPE to
add ability to extend the service.
|
|
* gnu/services/nfs.scm (rpcbind-service-type): Correct name from nfs-utils to
rpcbind.
|
|
This is a followup to a587bb23b79eae5dd3fa3acb06d0b533c93fd562, first
commit signed by daviwil.
* build-aux/git-authenticate.scm (%committers): Add "daviwil".
|
|
Previously, we used to have a whole bunch of (guix build *-build-system)
modules in scope, which, for example, meant that '%standard-phases' was
clashing. This change clarifies it.
* guix/build-system/clojure.scm (%default-modules): New variable.
(clojure-build): Change the default value of #:modules and that of
#:phases.
|
|
* gnu/packages/clojure.scm (clojure-tools-cli): New variable.
|
|
Fixes <https://bugs.gnu.org/37931>.
Reported by Bengt Richter <bokr@bokr.com>.
* gnu/system.scm (%base-packages): Change from UTIL-LINUX to UTIL-LINUX+UDEV.
|
|
* gnu/packages/linux.scm (util-linux)[properties]: New field.
(util-linux+udev): New public variable.
|
|
Fixes <https://bugs.gnu.org/39019>. Reported by symphonia@disroot.org.
* gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to
OPENSSL-1.0.
|
|
The '*.fasl' files produced by SBCL contain the mtime of the source file (see
commit 72843d7ce32bd615f64a0326cf891658b5724ead of SBCL's code repository).
As asdf-build-system makes a copy of the source files before compiling them,
we must set the mtime of these copies to the same date as the originals for
the build to be reproducible.
* guix/build/asdf-build-system.scm (copy-files-to-output): Keep the
modification time of the original source files.
|
|
* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.5.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.
|