summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-18gnu: kdenlive: Simplify 'wrap-executable phase....* gnu/packages/kde.scm (kdenlive)[arguments]: Use getenv to set the values of QT_PLUGIN_PATH and QML2_IMPORT_PATH in the wrapper during the 'wrap-executable phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri
2020-09-18gnu: kdenlive: Add missing dependencies....This allows to browse the file-system using kdenlive's own file-chooser. * gnu/packages/kde.scm (kdenlive) [native-inputs]: Add pkg-config. [inputs]: Add purpose and qtwebkit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri
2020-09-18gnu: kdenlive: Update to 20.08.1....* gnu/packages/kde.scm (kdenlive): Update to 20.08.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri
2020-09-18gnu: Add python-beren....* gnu/packages/python-web.scm (python-beren): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-09-18gnu: Add python-apiron....* gnu/packages/python-web.scm (python-apiron): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-09-18gnu: plantuml: Update to 1.2020.16....* gnu/packages/uml.scm (plantuml): Update to 1.2020.16. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2020-09-18gnu: emacs-vterm: Update to 0-3.14e4afd....* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2020-09-18doc: Clarify what propagated inputs are....Fixes <https://bugs.gnu.org/26170>. * doc/guix.texi (package Reference)[package-propagated-inputs]: Clarify. Florian Pelz
2020-09-18gnu: adms: Update to 2.3.7....* gnu/packages/engineering.scm (adms): Update to 2.3.7. [source]: Change the url to github and use the git-fetch method. [native-inputs]: Add "autoconf", "automake", "libtool", "perl" and "perl-xml-libxml". [home-page]: Use the github page. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Morgan Smith
2020-09-18gnu: python-networkx: Update to 2.5....* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Greg Hogan
2020-09-18gnu: Add cozy....* gnu/packages/ebook.scm (cozy): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-09-18gnu: openblas: Update to 0.3.10....* gnu/packages/maths.scm (openblas): Update to 0.3.10. [source]: Fetch from github. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Greg Hogan
2020-09-18gnu: gnome-settings-daemon: Add "guix gc" to low disk space notification....* gnu/packages/patches/gnome-settings-daemon-gc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-settings-daemon)[source]: Use it. Ludovic Courtès
2020-09-18gnu: gnome-settings-daemon: Record absolute file name of Baobab....* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Add 'set-baobab-file-name' phase. [inputs]: Add BAOBAB. Ludovic Courtès
2020-09-18gnu: purple-mattermost: Update to 1.2-0.158ce20....* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20. Ludovic Courtès
2020-09-17gnu: Properly credit Konrad Hinsen....This is a followup to commit a96873565da1e9a7ef95ab06a5774b1207b86ead. * gnu/packages/python-web.scm: Update list of copyright holders. Leo Famulari
2020-09-17gnu: Add python-requests-ftp....* gnu/packages/python-web.scm (python-requests-ftp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen
2020-09-17gnu: hdf5: Update to 1.10.7....Fixes CVE-2018-13870, CVE-2018-13869 and CVE-2018-17435. * gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.7. Eric Bavier
2020-09-17gnu: Add texlive-units....* gnu/packages/tex.scm (texlive-units): New variable. Paul Garlick
2020-09-17gnu: python-libsass: Update to 0.20.1....* gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1. [arguments]: Enable test that failed in the previous version. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-09-17gnu: openmpi: Update to 4.0.5....* gnu/packages/mpi.scm (openmpi): Update to 4.0.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Greg Hogan
2020-09-17gnu: emacs-counsel-projectile: Update to 0.3.1....* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1. Jelle Licht
2020-09-17gnu: grammalecte: Update to 1.12.2....* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2. Tobias Geerinckx-Rice
2020-09-17guix-install.sh: Support OpenRC....* 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> Morgan Smith
2020-09-17guix-install.sh: Be POSIX-compliant....* 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> Morgan Smith
2020-09-17gnu: easyrpg-player: Update to 0.6.2.2....* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2. Tobias Geerinckx-Rice
2020-09-17gnu: python-psycopg2: Update to 2.8.6....* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.6. Tobias Geerinckx-Rice
2020-09-17gnu: guile-wisp: Update to 1.0.3...* 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> Arne Babenhauserheide
2020-09-17gnu: Add python-pypandoc....* gnu/packages/python-xyz.scm (python-pypandoc): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Konrad Hinsen
2020-09-17gnu: cuirass: Update to 0.0.1-46.89f0dbc....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-46.89f0dbc. Mathieu Othacehe
2020-09-17gnu: vim-airline: Don't install tests....* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to not install tests. Efraim Flashner
2020-09-16gnu: bind: Update to 9.16.7....* gnu/packages/dns.scm (isc-bind): Update to 9.16.7. Tobias Geerinckx-Rice
2020-09-16gnu: Add emacs-sbt-mode....* gnu/packages/emacs-xyz.scm (emacs-sbt-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2020-09-16gnu: emacs-fountain-mode: Update to 3.3.0....* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2020-09-16gnu: Add emacs-eshell-syntax-highlighting....* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith
2020-09-16gnu: mailutils: Fix unitialized variable in readmsg....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. Pierre Langlois
2020-09-16repl: Look for script files in (getcwd)....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> Konrad Hinsen
2020-09-16gnu: youtube-dl: Refer to ffmpeg....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. Tobias Geerinckx-Rice
2020-09-16gnu: Add texlive-todonotes....* gnu/packages/tex.scm (texlive-todonotes): New variable. Paul Garlick
2020-09-16gnu: commencement: bash-mesboot0: Break store file-name in comment....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. Jan (janneke) Nieuwenhuizen
2020-09-16gnu: sbcl-hu.dwim.common: Fix missing description....* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common)[description]: Repeat the synopsis since there is nothing more to say about this library. Pierre Neidhardt
2020-09-16gnu: Add rust-ansi-colours-1....* gnu/packages/crates-io.scm (rust-ansi-colours-1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Gabriel Arazas
2020-09-16gnu: Add rust-delta-e-0.2....* gnu/packages/crates-io.scm (rust-delta-e-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Gabriel Arazas
2020-09-16gnu: Add rust-lab-0.8, rust-lab-0.7, rust-lab-0.4....* 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> Gabriel Arazas
2020-09-15gnu: Fix fetching the linux-libre deblobbing script....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. Leo Famulari
2020-09-16gnu: gnome-bluetooth: Update to 3.34.1....* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1. Tobias Geerinckx-Rice
2020-09-16gnu: libimagequant: Update to 2.12.6....* gnu/packages/image.scm (libimagequant): Update to 2.12.6. Tobias Geerinckx-Rice
2020-09-15gnu: tor: Update to 0.4.4.5....* gnu/packages/tor.scm (tor): Update to 0.4.4.5. Tobias Geerinckx-Rice
2020-09-15gnu: surgescript: Update to 0.5.4.4....* gnu/packages/game-development.scm (surgescript): Update to 0.5.4.4. Tobias Geerinckx-Rice
2020-09-15gnu: waylandpp: Update to 0.2.8....* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8. Tobias Geerinckx-Rice