summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-25doc: Use @var for meta-syntactic variables.Ludovic Courtès
* doc/guix.texi (Transparent Emulation with QEMU): Use @var instead of angle brackets for meta-syntactic variables.
2020-09-25doc: Remove "--hda" from non-volatile childhurd example.Ludovic Courtès
Reported by Andreas Enge. * doc/guix.texi (Transparent Emulation with QEMU): Remove "--hda" in 'image' example.
2020-09-25doc: Explain how to connect to a childhurd.Ludovic Courtès
* doc/guix.texi (The Hurd in a Virtual Machine): Add instructions for VNC and SSH access. Mention childhurd secrets and /etc/childhurd.
2020-09-25gnu: nyacc: Add 1.03.0.Ludovic Courtès
* gnu/packages/mes.scm (nyacc): Rename to... (nyacc-0.99): ... this. (nyacc): New variable. (mes)[propagated-inputs]: Replace NYACC with NYACC-0.99. (mes-rb5)[native-inputs]: Likewise. * gnu/packages/commencement.scm (mes-boot)[native-inputs]: Likewise. (tcc-boot0)[native-inputs]: Likewise.
2020-09-25gnu: rust: Fix install phase for non-x86_64 platforms.Pierre Langlois
* gnu/packages/rust.scm (rust-1.20)[arguments]: Replace hardcoded x86_64 triplet with nix-system->gnu-triplet-for-rust in 'delete-install-logs phase.
2020-09-25gnu: linux-libre 4.4: Update to 4.4.237.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.237. (linux-libre-4.4-pristine-source): Update hash.
2020-09-25gnu: linux-libre 4.9: Update to 4.9.237.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237. (linux-libre-4.9-pristine-source): Update hash.
2020-09-25gnu: linux-libre 4.14: Update to 4.14.199.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.199. (linux-libre-4.14-pristine-source): Update hash.
2020-09-25gnu: linux-libre 4.19: Update to 4.19.147.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.147. (linux-libre-4.19-pristine-source): Update hash.
2020-09-25gnu: linux-libre 5.4: Update to 5.4.67.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.67. (linux-libre-5.4-pristine-source): Update hash.
2020-09-25gnu: linux-libre: Update to 5.8.11.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.11. (linux-libre-5.8-pristine-source): Update hash.
2020-09-25gnu: Replace uses of 'guile3.0-gnutls' by 'gnutls'.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Use GNUTLS instead of GUILE3.0-GNUTLS. (guix-daemon)[inputs]: Likewise. * guix/self.scm (specification->package): Likewise.
2020-09-25gnu: freedink: Make "freedink-engine" and "freedink-data" public.Jesse Gibbons
* gnu/packages/games.scm: (freedink-engine): Make public. [arguments]: Add 'delete-freedinkedit-desktop' phase. (freedink-data): Make public. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25gnu: font-adobe-source-serif-pro: Update to 3.001R.Jens Mølgaard
* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25gnu: font-adobe-source-sans-pro: Update to 3.028R.Jens Mølgaard
* gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.028R. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25guix package: Simplify 'package->manifest-entry*'.Ludovic Courtès
* guix/scripts/package.scm (package->manifest-entry*): Rewrite in terms of 'manifest-entry-with-provenance'.
2020-09-25ci: Remove native-system restriction from "hello" and "list" jobsets.Jan (janneke) Nieuwenhuizen
* gnu/ci.scm (hydra-jobs): Remove restriction for system to equal (%current-system). Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25gnu: vim: Update to 8.2.1738.Efraim Flashner
* gnu/packages/vim.scm (vim): Update to 8.2.1738.
2020-09-25gnu: librime: Update to 1.6.1.Peng Mei Yu
* gnu/packages/ibus.scm (librime): Update to 1.6.1. [inputs]: Add capnproto. [native-inputs]: Add pkg-config. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25gnu: komikku: Update to 0.21.0.Leo Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.21.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25gnu: mafft: Update to 7.471.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (mafft): Update to 7.471. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25licenses: Add Apple Public Source License 2.0.André Batista
* guix/licenses.scm (apsl2): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25doc: Fix outdated info and add missing space.André Batista
* doc/guix.texi (Messaging Services): Fix outdated info and add missing space. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25gnu: Add gnome-latex.Vinicius Monego
* gnu/packages/gnome.scm (gnome-latex): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25gnu: sbcl-cl-webkit: Update to 20200925.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200925.
2020-09-24services: WPA Supplicant: Conditionally depend on D-Bus.Marius Bakke
Fixes <https://bugs.gnu.org/43567>. Reported by calcium <calcium@disroot.org>. * gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]: Remove 'dbus-system. (wpa-supplicant-shepherd-service)[requirement]: Add 'dbus-system when DBUS? is true. * doc/guix.texi (Networking Services)[wpa-supplicant-service-type]: Adjust accordingly.
2020-09-24gnu: nfs-utils: Do not generate static libraries.Maxim Cournoyer
* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
2020-09-24gnu: ntfs-3g: Do not generate static libraries.Maxim Cournoyer
* gnu/packages/linux.scm (ntfs-3g)[configure-flags]: Add "--disable-static".
2020-09-24gnu: java-rsyntaxtextarea: Don't use unstable tarball.Efraim Flashner
* gnu/packages/textutils.scm (java-rsyntaxtextarea)[source]: Download using git-fetch.
2020-09-24gnu: vifm: Update to 0.11.Efraim Flashner
* gnu/packages/vim.scm (vifm): Update to 0.11.
2020-09-24gnu: Add python-robber.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-robber): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24gnu: awesome: Fix command completion in the prompt and Lua pathsIvan Kozlov
* gnu/packages/wm.scm (awesome): Delete useless ‘env’ invocation in lib/awful/completion.lua. Change the delimiter for LUA_PATH and LUA_CPATH variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24gnu: Add gtg.Vinicius Monego
* gnu/packages/gnome.scm (gtg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24gnu: Add python-liblarch.Vinicius Monego
* gnu/packages/gnome.scm (python-liblarch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24bash completion: Adjust to new 'guix help' output.Ludovic Courtès
This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53, which broke command completion. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * etc/completion/bash/guix (_guix_complete_command): Update to match output of 'guix help' as introduced in 3794ce93be8216d8378df7b808ce7f53b1e05a53.
2020-09-24gnu: openmpi: Have 'mpirun' look for executables under $prefix.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[arguments]: Add "--enable-mpirun-prefix-by-default" to #:configure-flags.
2020-09-24gnu: netcat-openbsd: Use cc-for-target.Efraim Flashner
* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
2020-09-24gnu: abduco: Use cc-for-target.Efraim Flashner
* gnu/packages/abduco.scm (abduco)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
2020-09-24gnu: xmagnify: Use cc-for-target.Efraim Flashner
* gnu/packages/accessibility.scm (xmagnify)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
2020-09-24gnu: footswitch: Use cc-for-target.Efraim Flashner
* gnu/packages/accessibility.scm (footswitch)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
2020-09-24gnu: Add tarlz.Guillaume Le Vaillant
* gnu/packages/compression.scm (tarlz): New variable.
2020-09-24services: cuirass: Create queries log files at activation.Mathieu Othacehe
* gnu/services/cuirass.scm (cuirass-activation)[queries-log-file]: Create and set user permissions on "queries-log-file" and "web-queries-log-file".
2020-09-24services: cuirass: Add web SQL queries logging support.Mathieu Othacehe
* gnu/services/cuirass.scm (<cuirass-configuration>)[web-queries-log-file]: New field. (cuirass-shepherd-service): Honor it. (cuirass-log-rotations): If defined, add the web queries log file to the log rotation.
2020-09-24gnu: nyxt: Update to 2-pre-release-2.Pierre Neidhardt
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
2020-09-24services: cuirass: Add SQL queries logging support.Mathieu Othacehe
* gnu/services/cuirass.scm (<cuirass-configuration>)[queries-log-file]: New field. (cuirass-shepherd-service): Honor it. (cuirass-log-rotations): If defined, add the queries log file to the log rotation.
2020-09-24gnu: cuirass: Update to 0.0.1-47.b310f17.Mathieu Othacehe
This update add support for SQL queries logging. * gnu/packages/ci.scm (guile-sqlite3-dev): New variable. (cuirass): Update to 0.0.1-47.b310f17. [inputs]: Use guile-sqlite3-dev instead of guile-sqlite3.
2020-09-24gnu: cuirass: Work around Guile memory issues.Mathieu Othacehe
Work around <https://issues.guix.gnu.org/43334>. * gnu/packages/ci.scm (cuirass)[inputs]: Use guile-3.0/libgc-7 instead of guile-3.0.
2020-09-24gnu: cheese: Update to 3.38.0.Michael Rohleder
* gnu/packages/gnome.scm (cheese): Update to 3.38.0. [arguments]: Add phase patch-docbook-xml. [native-inputs]: Add docbook-xml. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-24gnu: plantuml: Update to 1.2020.17.Tobias Geerinckx-Rice
* gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
2020-09-24gnu: celluloid: Update to 0.20.Tobias Geerinckx-Rice
* gnu/packages/video.scm (celluloid): Update to 0.20.