summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09gnu: teeworlds: Fix install phase on i386 architecture....* gnu/packages/games.scm (teeworlds)[arguments]: Fix install phase on i386 architecture. Oleg Pykhalov
2020-01-09gnu: font-iosevka: Update to 2.3.3....* gnu/packages/fonts.scm (font-iosevka): Update to 2.3.3. Tobias Geerinckx-Rice
2020-01-09gnu: font-comic-neue: Add a note about versions....* gnu/packages/fonts.scm (font-comic-neue): Add a comment about the ‘v2.4’ tag. Tobias Geerinckx-Rice
2020-01-09gnu: font-inconsolata: Use HTTPS home page....* gnu/packages/fonts.scm (font-inconsolata)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-01-09gnu: font-inconsolata: Update to 3.000....* gnu/packages/fonts.scm (font-inconsolata): Update to 3.000. [source]: Fetch from the author's new repository. Tobias Geerinckx-Rice
2020-01-09gnu: font-ibm-plex: Update to 4.0.2....* gnu/packages/fonts.scm (font-ibm-plex): Update to 4.0.2. Tobias Geerinckx-Rice
2020-01-09gnu: font-gnu-unifont: Update to 12.1.04....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 12.1.04. Tobias Geerinckx-Rice
2020-01-09gnu: font-terminus: Update to 4.48....* gnu/packages/fonts.scm (font-terminus): Update to 4.48. Tobias Geerinckx-Rice
2020-01-09gnu: font-lato: Update version number to 2.015....Both the README and the Web site identify this as version 2.015. * gnu/packages/fonts.scm (font-lato)[version]: Correct. Tobias Geerinckx-Rice
2020-01-09gnu: mate-terminal: Update to 1.23.0....* gnu/packages/mate.scm (mate-terminal): Update to 1.23.0. Tobias Geerinckx-Rice
2020-01-09gnu: mate-terminal: Don't use NAME in source URI....* gnu/packages/mate.scm (mate-terminal)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-01-09gnu: sdl2-image: Update to 2.0.5....* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.5. Oleg Pykhalov
2020-01-09gnu: s6-rc: Update to 0.5.1.1....* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.1. Oleg Pykhalov
2020-01-09gnu: s6-portable-utils: Update to 2.2.2.1....* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.2.1. Oleg Pykhalov
2020-01-09gnu: s6-networking: Update to 2.3.1.1....* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.1.1. Oleg Pykhalov
2020-01-09gnu: s6-linux-utils: Update to 2.5.1.1....* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.1. Oleg Pykhalov
2020-01-09gnu: s6-linux-init: Update to 1.0.3.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. Oleg Pykhalov
2020-01-09gnu: s6-dns: Update to 2.3.1.1....* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.1.1. Oleg Pykhalov
2020-01-09gnu: skalibs: Update to 2.9.1.0....* gnu/packages/skarnet.scm (skalibs): Update to 2.9.1.0. Oleg Pykhalov
2020-01-09gnu: abiword: Update to 3.0.4....* 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. Oleg Pykhalov
2020-01-09gnu: emacs-treemacs: Refactor "install-data" phase....* gnu/packages/emacs-xyz.scm (emacs-treemacs)[arguments]: Refactor "install-data" phase. Oleg Pykhalov
2020-01-09gnu: util-linux: Rename udev variant....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. Marius Bakke
2020-01-08services: nfs: Add nfs-service-type....* 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. Ricardo Wurmus
2020-01-08services: nfs: Allow gss-service-type to be extended....* gnu/services/nfs.scm (gss-service-type): Rewrite using SERVICE-TYPE to add ability to extend the service. Ricardo Wurmus
2020-01-08services: nfs: Add verbosity control to idmap-service-type....* 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. Ricardo Wurmus
2020-01-08services: nfs: Allow idmap-service-type to be extended....* gnu/services/nfs.scm (idmap-service-type): Rewrite using SERVICE-TYPE to add ability to extend the service. Ricardo Wurmus
2020-01-08services: nfs: Fix indentation and typo....* 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. Ricardo Wurmus
2020-01-08services: nfs: Allow pipefs-service-type to be extended....* gnu/services/nfs.scm (pipefs-service-type): Rewrite using SERVICE-TYPE to add ability to extend the service. Ricardo Wurmus
2020-01-08services: nfs: Allow rpcbind-service-type to be extended....* gnu/services/nfs.scm (rpcbind-service-type): Rewrite using SERVICE-TYPE to add ability to extend the service. Ricardo Wurmus
2020-01-08services: nfs: Fix name of package variable....* gnu/services/nfs.scm (rpcbind-service-type): Correct name from nfs-utils to rpcbind. Ricardo Wurmus
2020-01-08git-authenticate: Add daviwil to the list of committers....This is a followup to a587bb23b79eae5dd3fa3acb06d0b533c93fd562, first commit signed by daviwil. * build-aux/git-authenticate.scm (%committers): Add "daviwil". Ludovic Courtès
2020-01-08build-system/clojure: Provide only the right modules in scope....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. Ludovic Courtès
2020-01-08gnu: Add clojure-tools-cli....* gnu/packages/clojure.scm (clojure-tools-cli): New variable. Ludovic Courtès
2020-01-08system: Use the udev-enabled util-linux variant....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. Marius Bakke
2020-01-08gnu: util-linux: Add variant with udev support....* gnu/packages/linux.scm (util-linux)[properties]: New field. (util-linux+udev): New public variable. Marius Bakke
2020-01-08gnu: psyclpc: Build with OpenSSL 1.0....Fixes <https://bugs.gnu.org/39019>. Reported by symphonia@disroot.org. * gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to OPENSSL-1.0. Marius Bakke
2020-01-08build: asdf-build-system: Make sbcl-* Lisp packages reproducible....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. Guillaume Le Vaillant
2020-01-08gnu: emacs-git-auto-commit-mode: Update to 4.5.0....* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.5.0. David Wilson
2020-01-08gnu: emacs-undo-tree: Update to 0.7....* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7. David Wilson
2020-01-08gnu: keepalived: Update to 2.0.19....* gnu/packages/cluster.scm (keepalived): Update to 2.0.19. Oleg Pykhalov
2020-01-08gnu: irssi: Update to 1.2.2....* gnu/packages/irc.scm (irssi)[version]: Update to 1.2.2. [arguments]: Set HOME environment variable to current working directory before 'check' phase. Oleg Pykhalov
2020-01-08gnu: iperf: Update to 3.7....* gnu/packages/networking.scm (iperf): Update to 3.7. Oleg Pykhalov
2020-01-08gnu: neofetch: Update to 6.1.0-1.501d6b7....Fix Guix ascii not shown. * gnu/packages/admin.scm (neofetch): Update to 6.1.0-1.501d6b7. Oleg Pykhalov
2020-01-08gnu: inxi-minimal: Update to 3.0.37-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.37-1. Oleg Pykhalov
2020-01-08gnu: tome4: Update to 1.6.6....* gnu/packages/games.scm (tome4): Update to 1.6.6. Oleg Pykhalov
2020-01-08services: Add pulseaudio service....* gnu/services/sound.scm (pulseaudio-environment): New procedure. (pulseaudio-service-type): New variable. * doc/guix.texi (Sound Services): Document it. Oleg Pykhalov
2020-01-08gnu: harmonist: Update to 0.3.0....* gnu/packages/games.scm (harmonist): Update to 0.3.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Alex ter Weele
2020-01-08gnu: exim: Build (more) reproducibly....* gnu/packages/mail.scm (exim)[arguments]: Add a ‘build-reproducibly’ phase. Tobias Geerinckx-Rice
2020-01-08gnu: exim: Use XZ-compressed sources....* gnu/packages/mail.scm (exim)[source]: Fetch the .tar.xz archive. Tobias Geerinckx-Rice
2020-01-08gnu: exim: Update to 4.93.0.4....* gnu/packages/mail.scm (exim): Update to 4.93.0.4. [source]: Add /fixes/ URI to the list. [inputs]: Use gnutls/dane variant. [native-inputs]: Add pkg-config. [arguments]: Set USE_GNUTLS* variables to use the new inputs.. Add CC=gcc to #:make-flags. Tobias Geerinckx-Rice