gnu: privoxy: Update to 3.0.26. * gnu/packages/tor.scm (privoxy): Update to 3.0.26. [home-page]: Use https.
gnu: tor: Update to 0.2.8.8. * gnu/packages/tor.scm (tor): Update to 0.2.8.8. [source]: Update source url. [home-page]: Use https.
system: grub.cfg uses correct file names when store is not in root partition. Fixes <http://bugs.gnu.org/24346>. Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama). * guix/scripts/system.scm (previous-grub-entries): Get the initrd file name from PARAMS. * gnu/system.scm (operating-system-grub.cfg): Use 'operating-system-initrd-file' to retrieve the initrd file name. * gnu/system/grub.scm (strip-mount-point): New procedure. (grub-configuration-file)[entry->gexp]: Call 'strip-mount-point' for LINUX and INITRD. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
system: 'read-boot-parameters' reads the 'initrd' parameter. * gnu/system.scm (<boot-parameters>)[initrd]: New field. (read-boot-parameters): Read the 'initrd' element and fill in the 'initrd' field of the result.
gnu: Add gforth. * gnu/packages/gforth.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: 宋文武 <iyzsong@gmail.com>
gnu: Add gnome-calculator. * gnu/packages/gnome.scm (gnome-calculator): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: Add cmark. * gnu/packages/markdown.scm (cmark): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add enet. * gnu/packages/networking.scm (enet): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: flashrom: Update to 0.9.9 * gnu/packages/flashing-tools.scm (flashrom): Update to 0.9.9. [source]: Use HTTPS URL. Remove "flashrom-use-libftdi1.patch". [aruments]: Add 'CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no' to #:make-flags. * gnu/packages/patches/flashrom-use-libftdi1.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add nickle. * gnu/packages/nickle.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: orpheus: Use 'modify-phases'. * gnu/packages/orpheus.scm (orpheus)[arguments]: Use the 'modify-phases' syntax.
gnu: orpheus: Fix build on mips64el. * gnu/packages/orpheus.scm (orpheus)[arguments]: On mips64el, pass "--host=mips64el-unknown-linux-gnu" to ./configure.
gnu: giac-xcas: Update to 1.2.2-81. * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-81. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: r-curl: Respect CURL_CA_BUNDLE variable. * gnu/packages/web.scm (r-curl)[arguments]: Add phase "allow-CURL_CA_BUNDLE".
gnu: sra-tools: Update to 2.7.0. * gnu/packages/bioinformatics.scm (sra-tools): Update to 2.7.0.
gnu: ncbi-vdb: Update to 2.7.0. * gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.7.0.
gnu: ngs-sdk: Update to 1.2.5. * gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.5.
gnu: randomjungle: Only build on x86_64 and i686. * gnu/packages/machine-learning.scm (randomjungle)[supported-systems]: Only build on x86_64 and i686.
gnu: retroarch: Update to 1.3.6. * gnu/packages/games.scm (retroarch): Update to 1.3.6.
gnu: synfig: Fix isnan error. * gnu/packages/animation.scm (synfig)[arguments]: Add build phase to replace "::isnan" with "std::isnan".