summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2020-05-20gnu: Add ruby-forking-test-runner....* gnu/packages/ruby.scm (ruby-forking-test-runner): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-parallel-tests....* gnu/packages/ruby.scm (ruby-parallel-tests): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-spinach....* gnu/packages/ruby.scm (ruby-spinach): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-colorize....* gnu/packages/ruby.scm (ruby-colorize): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-gherkin-ruby....* gnu/packages/ruby.scm (ruby-gherkin-ruby): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-fakefs....* gnu/packages/ruby.scm (ruby-fakefs): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-maxitest....* gnu/packages/ruby.scm (ruby-maxitest): New public variable. Marius Bakke
2020-05-20gnu: ruby-mocha: Update license....* gnu/packages/ruby.scm (ruby-mocha)[license]: Add LICENSE:RUBY. Marius Bakke
2020-05-20gnu: ruby-mocha: Update to 1.11.2....* gnu/packages/ruby.scm (ruby-mocha): Update to 1.11.2. [arguments]: Remove obsolete phases. Add phase to solve a dependency cycle. [native-inputs]: Remove BUNDLER, RUBY-YARD, RUBY-TEST-UNIT, and RUBY-REDCARPET. * gnu/packages/rails.scm (ruby-web-console)[arguments]: Remove workaround for old Mocha version. Marius Bakke
2020-05-20gnu: Add ruby-single-cov....* gnu/packages/ruby.scm (ruby-single-cov): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-wwtd....* gnu/packages/ruby.scm (ruby-wwtd): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-hocon....* gnu/packages/ruby.scm (ruby-hocon): New public variable. Marius Bakke
2020-05-20gnu: Add ruby-deep-merge....* gnu/packages/ruby.scm (ruby-deep-merge): New public variable. Marius Bakke
2020-05-20gnu: git-remote-gcrypt: Update to 1.3....* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.3. Alex Griffin
2020-05-20news: Add ‘nl’ translation....* etc/news.scm: Add an ‘nl’ ‘translation’. Tobias Geerinckx-Rice
2020-05-20gnu: wmbattery: Update to 2.54....* gnu/packages/gnustep.scm (wmbattery): Update to 2.54. [native-inputs]: Remove autoconf & automake. Tobias Geerinckx-Rice
2020-05-20gnu: libmanette: Update to 0.2.4....* gnu/packages/games.scm (libmanette): Update to 0.2.4. Tobias Geerinckx-Rice
2020-05-20gnu: translate-shell: Update to 0.9.6.12....* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12. Tobias Geerinckx-Rice
2020-05-20gnu: gnu-efi: Mark up description....* gnu/packages/efi.scm (gnu-efi)[description]: Use @acronym. Tobias Geerinckx-Rice
2020-05-20gnu: gnu-efi: Update to 3.0.12....* gnu/packages/efi.scm (gnu-efi): Update to 3.0.12. Tobias Geerinckx-Rice
2020-05-20gnu: http-parser: Fix build [and guix pull] on armhf-linux....* gnu/packages/web.scm (http-parser)[source]: Add patch. * gnu/packages/patches/http-parser-fix-assertion-on-armhf.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2020-05-20gnu: mame: Update to 0.221....* gnu/packages/emulators.scm (mame): Update to 0.221. Tobias Geerinckx-Rice
2020-05-20gnu: python-lmdb: Remove Python 2 variant....* gnu/packages/databases.scm (python2-lmdb): Remove variable. Tobias Geerinckx-Rice
2020-05-20gnu: python-lmdb: Update to 0.98....* gnu/packages/databases.scm (python-lmdb): Update to 0.98. Tobias Geerinckx-Rice
2020-05-20gnu: perl-dbd-sqlite: Update to 1.64....* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.64. Tobias Geerinckx-Rice
2020-05-20gnu: perl-dbi: Update to 1.643....* gnu/packages/databases.scm (perl-dbi): Update to 1.643. Tobias Geerinckx-Rice
2020-05-20gnu: perl-db-file: Update to 1.853....* gnu/packages/databases.scm (perl-db-file): Update to 1.853. Tobias Geerinckx-Rice
2020-05-20bootloader: grub: Allow booting from a Btrfs subvolume....* gnu/bootloader/grub.scm (strip-mount-point): Remove procedure. (normalize-file): Add procedure. (grub-configuration-file): New BTRFS-SUBVOLUME-FILE-NAME parameter. When defined, prepend its value to the kernel and initrd file names, using the NORMALIZE-FILE procedure. Adjust the call to EYE-CANDY to pass the BTRFS-SUBVOLUME-FILE-NAME argument. Normalize the KEYMAP file as well. (eye-candy): Add a BTRFS-SUBVOLUME-FILE-NAME parameter, and use it, along with the NORMALIZE-FILE procedure, to normalize the FONT-FILE and IMAGE nested variables. Adjust doc. * gnu/bootloader/depthcharge.scm (depthcharge-configuration-file): Adapt. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Likewise. * gnu/system/file-systems.scm (btrfs-subvolume?) (btrfs-store-subvolume-file-name): New procedures. * gnu/system.scm (operating-system-bootcfg): Specify the Btrfs subvolume file name the store resides on to the `operating-system-bootcfg' procedure, using the new BTRFS-SUBVOLUME-FILE-NAME argument. * doc/guix.texi (File Systems): Add a Btrfs subsection to document the use of subvolumes. * gnu/tests/install.scm (%btrfs-root-on-subvolume-os) (%btrfs-root-on-subvolume-os-source) (%btrfs-root-on-subvolume-installation-script) (%test-btrfs-root-on-subvolume-os): New variables. Maxim Cournoyer
2020-05-20file-systems: Add helpers for parsing the options string into an alist....* gnu/system/file-systems.scm (file-system-options->alist) (alist->file-system-options): New procedures. * tests/file-systems.scm: New tests. * doc/guix.texi (File Systems): Add note about the newly added procedures. Maxim Cournoyer
2020-05-20linux-boot: Refactor boot-system....The --root option can now be omitted, and inferred from the root file system declaration instead. * gnu/build/file-systems.scm (canonicalize-device-spec): Extend to support NFS directly, and... * gnu/build/linux-boot.scm (boot-system): ...remove NFS special casing from here. Remove nested definitions for root-fs-type, root-fs-flags and root-fs-options, and bind those inside the let* instead. Make "--root" take precedence over the device field string representation of the root file system. * doc/guix.texi (Initial RAM Disk): Document that "--root" can be left unspecified. Maxim Cournoyer
2020-05-20gnu: Add emacs-vcsh....* gnu/packages/emacs-xyz.scm (emacs-vcsh): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder
2020-05-20gnu: Add python-pyramid....* gnu/packages/python-web.scm (python-pyramid): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: Add python-hupper....* gnu/packages/python-web.scm (python-hupper): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: Add python-plaster-pastedeploy....* gnu/packages/python-web.scm (python-plaster-pastedeploy): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: Add python-plaster....* gnu/packages/python-web.scm (python-plaster): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: Add python-translationstring....* gnu/packages/python-web.scm (python-translationstring): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: Add python-zope-deprecation....* gnu/packages/python-web.scm (python-zope-deprecation): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: Add python-venusian....* gnu/packages/python-web.scm (python-venusian): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: python-webob: Update to 1.8.6....* gnu/packages/python-web.scm (python-webob): Update to 1.8.6. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Holger Peters
2020-05-20gnu: toybox: Update to 0.8.3....* gnu/packages/busybox.scm (toybox): Update to 0.8.3. Tobias Geerinckx-Rice
2020-05-20gnu: ccls: Update to 0.20190823.6....* gnu/packages/cpp.scm (ccls): Update to 0.20190823.6. Tobias Geerinckx-Rice
2020-05-20gnu: http-parser: Update to 2.9.4....* gnu/packages/web.scm (http-parser): Update to 2.9.4. Tobias Geerinckx-Rice
2020-05-20gnu: xonsh: Update to 0.9.18....* gnu/packages/shells.scm (xonsh): Update to 0.9.18. [snippet]: Adapt to more aggressive bundling. Tobias Geerinckx-Rice
2020-05-20gnu: python-ply: Remove Python 2 variant....* gnu/packages/python-xyz.scm (python2-ply): Remove variable. Tobias Geerinckx-Rice
2020-05-20gnu: python-ply: Update to 3.11....* gnu/packages/python-xyz.scm (python-ply): Update to 3.11. Tobias Geerinckx-Rice
2020-05-20gnu: librepcb: Update to 0.1.4....* gnu/packages/engineering.scm (librepcb): Update to 0.1.4. [inputs]: Add qtsvg. Tobias Geerinckx-Rice
2020-05-20gnu: hevea: Update to 2.34....* gnu/packages/ocaml.scm (hevea): Update to 2.34. Tobias Geerinckx-Rice
2020-05-20gnu: gtkwave: Update to 3.3.104....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.104. Tobias Geerinckx-Rice
2020-05-20gnu: handbrake: Update to 1.3.2....* gnu/packages/video.scm (handbrake): Update to 1.3.2. Tobias Geerinckx-Rice
2020-05-20gnu: bs1770gain: Update to 0.6.9....* gnu/packages/audio.scm (bs1770gain): Update to 0.6.9. Tobias Geerinckx-Rice