summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-17guix-install.sh: Support OpenRC.Morgan Smith
* etc/guix-install.sh (chk_init_sys): Detect OpenRC. (sys_enable_guix_daemon): Install & enable the Guix daemon on such systems. * etc/openrc/guix-daemon.in: New file. * nix/local.mk: Add a rule for it. (openrcservicedir, nodist_openrcservice_DATA): New variables. (CLEANFILES, EXTRA_DIST): Add them. * .gitignore: Ignore etc/openrc/guix-daemon. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-09-17guix-install.sh: Be POSIX-compliant.Morgan Smith
* etc/guix-install.sh (guix_get_bin_list): Call grep with an extended regular expression instead of a non-POSIX Perl regular expression. (sys_create_store): Remove ‘--warning=no-timestamp’ argument to tar. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-09-17gnu: easyrpg-player: Update to 0.6.2.2.Tobias Geerinckx-Rice
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2.
2020-09-17gnu: python-psycopg2: Update to 2.8.6.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.6.
2020-09-17gnu: guile-wisp: Update to 1.0.3Arne Babenhauserheide
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.3. [source]: Access via hg and change from bitbucket to hg.sr.ht. [arguments]: Replace 'bootstrap phase; remove Guile 3 patch because Guile 3 is supported in 1.0.3. [native-inputs]: Add autoconf and automake. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-09-17gnu: Add python-pypandoc.Konrad Hinsen
* gnu/packages/python-xyz.scm (python-pypandoc): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-09-17gnu: cuirass: Update to 0.0.1-46.89f0dbc.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-46.89f0dbc.
2020-09-17gnu: vim-airline: Don't install tests.Efraim Flashner
* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to not install tests.
2020-09-16gnu: bind: Update to 9.16.7.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
2020-09-16gnu: Add emacs-sbt-mode.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-sbt-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-16gnu: emacs-fountain-mode: Update to 3.3.0.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-16gnu: Add emacs-eshell-syntax-highlighting.Morgan Smith
* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-16gnu: mailutils: Fix unitialized variable in readmsg.Pierre Langlois
Fixes <https://bugs.gnu.org/43088>. * gnu/packages/patches/mailutils-fix-uninitialized-variable.patch: New file. * gnu/packages/mail.scm (mailutils)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
2020-09-16repl: Look for script files in (getcwd).Konrad Hinsen
Fixes <https://bugs.gnu.org/43331>. * guix/scripts/repl.scm (guix-repl): Replace "." by (getcwd) * tests/guix-repl.sh: Add test. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-16gnu: youtube-dl: Refer to ffmpeg.Tobias Geerinckx-Rice
Addresses <https://issues.guix.gnu.org/43418>. * gnu/packages/video.scm (youtube-dl)[inputs]: Add ffmpeg. [arguments]: Fall back to input ffmpeg instead of searching $PATH.
2020-09-16gnu: Add texlive-todonotes.Paul Garlick
* gnu/packages/tex.scm (texlive-todonotes): New variable.
2020-09-16gnu: commencement: bash-mesboot0: Break store file-name in comment.Jan (janneke) Nieuwenhuizen
Fixes <https://bugs.gnu.org/43005>. Reported by Vagrant Cascadian <vagrant@debian.org>. * gnu/packages/commencement.scm (bash-mesboot0)[arguments]: Break store file name in comment and add unquoted string-append to silence the ’assert-no-store-file-names’ check. The store file name check is really meant for code; this file name was unfortunately used is a comment.
2020-09-16gnu: sbcl-hu.dwim.common: Fix missing description.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common)[description]: Repeat the synopsis since there is nothing more to say about this library.
2020-09-16gnu: Add rust-ansi-colours-1.Gabriel Arazas
* gnu/packages/crates-io.scm (rust-ansi-colours-1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-16gnu: Add rust-delta-e-0.2.Gabriel Arazas
* gnu/packages/crates-io.scm (rust-delta-e-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-16gnu: Add rust-lab-0.8, rust-lab-0.7, rust-lab-0.4.Gabriel Arazas
* gnu/packages/crates-io.scm (rust-lab-0.8, rust-lab-0.7, rust-lab-0.4): New variables. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-15gnu: Fix fetching the linux-libre deblobbing script.Leo Famulari
This is a followup to commit 105a037090d9a970a2c2336341d6673eff29e4cf. * gnu/packages/linux.scm (linux-libre-deblob-scripts): Truncate the version in the file-name, not the source URI.
2020-09-16gnu: gnome-bluetooth: Update to 3.34.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
2020-09-16gnu: libimagequant: Update to 2.12.6.Tobias Geerinckx-Rice
* gnu/packages/image.scm (libimagequant): Update to 2.12.6.
2020-09-15gnu: tor: Update to 0.4.4.5.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.4.4.5.
2020-09-15gnu: surgescript: Update to 0.5.4.4.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (surgescript): Update to 0.5.4.4.
2020-09-15gnu: waylandpp: Update to 0.2.8.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8.
2020-09-15gnu: homebank: Update to 5.4.3.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (homebank): Update to 5.4.3.
2020-09-15gnu: dico: Update to 2.10.Tobias Geerinckx-Rice
* gnu/packages/dico.scm (dico): Update to 2.10.
2020-09-15gnu: python-pbkdf2: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.
2020-09-15gnu: dump: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (dump)[description]: Fix typo.
2020-09-15gnu: cryptsetup: Update to 2.3.4.Tobias Geerinckx-Rice
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.4.
2020-09-15gnu: Add gtranslator.Leo Prikler
* gnu/packages/gnome.scm (gtranslator): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-15gnu: Add libgda.Leo Prikler
* gnu/packages/gnome.scm (libgda): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-15gnu: jack-2: Update to 1.9.14.Mike Rosset
* gnu/packages/audio.scm (jack-2): Update to 1.9.14. [arguments]: Add environment variable to phase 'set-linkflags. Signed-off-by: Andreas Enge <andreas@enge.fr>
2020-09-15gnu: guix: Update to 1c21468.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 1c21468.
2020-09-15gnu: fio: Update to 3.23.Tobias Geerinckx-Rice
* gnu/packages/benchmark.scm (fio): Update to 3.23.
2020-09-15gnu: htop: Update to 3.0.2.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (htop): Update to 3.0.2. [native-inputs]: Remove python-wrapper.
2020-09-15import: cpan: Export cpan-release-module.Tobias Geerinckx-Rice
* guix/import/cpan.scm: Fix typo.
2020-09-15gnu: Add goxel.Gabriel Arazas
* gnu/packages/graphics.scm (goxel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-15authenticate: Encode strings as ISO-8859-1.Ludovic Courtès
Fixes <https://bugs.gnu.org/43421>. * guix/scripts/authenticate.scm (read-command): Decode strings as ISO-8859-1, not UTF-8. (guix-authenticate)[send-reply]: Encode strings as ISO-8859-1, not UTF-8. * tests/guix-authenticate.sh: Add test.
2020-09-15services: bitlbee: Support libpurple plugins.Ludovic Courtès
* gnu/services/messaging.scm (bitlbee-shepherd-service): Pass PURPLE_PLUGIN_PATH as #:environment-variables.
2020-09-15gnu: sbcl-trivial-clipboard: Update to 20200904.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 20200904.
2020-09-15gnu: waybar: Fix build.Efraim Flashner
Reported by bdju. * gnu/packages/pretty-print.scm (fmt-6): New variable. * gnu/packages/wm.scm (waybar)[inputs]: Replace fmt with fmt-6.
2020-09-15gnu: emacs-org: Update to 9.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4. (emacs-org-contrib): Update to 20200914.
2020-09-15gnu: roffit: Adjust install phase.Efraim Flashner
* gnu/packages/groff.scm (roffit)[arguments]: Remove make-flags. Remove custom 'pre-install phase. Replace 'install phase to also install manpage.
2020-09-15gnu: roffit: Wrap binary.Efraim Flashner
Fixes <https://debbugs.gnu.org/43306>. * gnu/packages/groff.scm (roffit)[arguments]: Add 'wrap-binary phase to help find perl libraries.
2020-09-15gnu: bsequencer: Update to 1.8.0.Ricardo Wurmus
* gnu/packages/music.scm (bsequencer): Update to 1.8.0.
2020-09-15services: docker: Fix service definition.Oleg Pykhalov
This commit follows a404716d411cf7cd49ff02e3100f0bbf6622d6d5. * gnu/services/docker.scm (docker-configuration)[docker-cli]: New record field. (docker-service-type): Use this. * doc/guix.texi (Miscellaneous Services)[Docker Service]: Document this.
2020-09-14gnu: kdenlive: Change source URL to follow permanent redirection.Prafulla Giri
* gnu/packages/kde.scm (kdenlive)[source]: Change url to follow permanent redirection. Signed-off-by: Ludovic Courtès <ludo@gnu.org>