summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: emacs-auctex: Compile Reference Card.Paul Garlick2020-03-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-auctex)[arguments]: Add 'install-doc' phase. [inputs]: New field.
* gnu: Add kexec-tools.Chris Marusich2020-03-03
| | | | | | * gnu/packages/linux.scm (kexec-tools): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: sbcl: Update to 2.0.2.Pierre Neidhardt2020-03-03
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.2.
* gnu: erlang: Update to 21.3.8.13Lars-Dominik Braun2020-03-03
| | | | | | * gnu/packages/erlang.scm (erlang): Update to 21.3.8.13 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add asciidoc-py3.Ricardo Wurmus2020-03-03
| | | | * gnu/packages/documentation.scm (asciidoc-py3): New variable.
* gnu: r-servr: Update to 0.16.Ricardo Wurmus2020-03-03
| | | | * gnu/packages/cran.scm (r-servr): Update to 0.16.
* gnu: gess: Use WRAP-SCRIPT.Ricardo Wurmus2020-03-03
| | | | | * gnu/packages/bioinformatics.scm (gess)[arguments]: Use WRAP-SCRIPT. [inputs]: Add guile-3.0 for wrapper.
* gnu: gess: Override PYTHONPATH.Ricardo Wurmus2020-03-03
| | | | | * gnu/packages/bioinformatics.scm (gess)[arguments]: Override PYTHONPATH instead of augmenting it.
* gnu: elixir: Update to 1.10.2.Oskar Köök2020-03-03
| | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.10.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: chicken: Update to 5.2.0.Evan Hanson2020-03-03
| | | | | | | * gnu/packages/chicken.scm (chicken): Update to 5.2.0. [home-page]: Use https. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add emacs-csv.Pierre Neidhardt2020-03-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-csv): New variable.
* gnu: dxvk: Update to 1.5.5.Pierre Neidhardt2020-03-03
| | | | * gnu/packages/wine.scm (dxvk): Update to 1.5.5.
* gnu: dxvk: Return #t in install-32 phase.Pierre Neidhardt2020-03-03
| | | | * gnu/packages/wine.scm (dxvk)[arguments]: Return #t in install-32 phase.
* gnu: Add emacs-spacemacs-theme.Nicolas Goaziou2020-03-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): New variable.
* gnu: python-django: Update to 1.11.28.Christopher Baines2020-03-03
| | | | * gnu/packages/django.scm (python-django): Update to 1.11.28.
* gnu: librsvg: Fix typo.Efraim Flashner2020-03-03
| | | | | | | This is a follow-up to 23f33de151368f52832fd96048b342bd1a6e8c74. * gnu/packages/gnome.scm (librsvg)[replacement]: Refer to package, not to a string.
* gnu: librsvg: Fix CVE-2019-20446.Efraim Flashner2020-03-03
| | | | | * gnu/packages/gnome.scm (librsvg)[replacement]: New field. (librsvg/fixed): New private variable.
* gnu: librsvg-next: Fix version string.Efraim Flashner2020-03-03
| | | | | | This is a follow-up to 8d6f9168cccdc72707bfb836fb8835d6eee05e03. * gnu/packages/gnome.scm (librsvg-next)[version]: Update to 2.46.4.
* gnu: librsvg-2.46: Update to 2.46.4.Efraim Flashner2020-03-03
| | | | | * gnu/packages/gnome.scm (librsvg-2.46): Update to 2.46.4. [source]: Replace more crates.
* gnu: Add rust-locale-config-0.3.Efraim Flashner2020-03-03
| | | | * gnu/packages/crates-io.scm (rust-locale-config-0.3): New variable.
* gnu: Add rust-gio-sys-0.9.Efraim Flashner2020-03-03
| | | | * gnu/packages/crates-io.scm (rust-gio-sys-0.9): New variable.
* gnu: Add rust-gobject-sys-0.9.Efraim Flashner2020-03-03
| | | | * gnu/packages/crates-io.scm (rust-gobject-sys-0.9): New variable.
* gnu: Add rust-glib-sys-0.9.Efraim Flashner2020-03-03
| | | | * gnu/packages/crates-io.scm (rust-glib-sys-0.9): New variable.
* gnu: Add rust-shell-words-0.1.Efraim Flashner2020-03-03
| | | | * gnu/packages/crates-io.scm (rust-shell-words-0.1): New variable.
* gnu: wireguard-tools: Explain why we skip the test suite.Leo Famulari2020-03-03
| | | | * gnu/packages/vpn.scm (wireguard-tools): Add comment.
* gnu: WireGuard: Simplify package definitions.Leo Famulari2020-03-03
| | | | | | * gnu/packages/vpn.scm (wireguard-tools, wireguard)[arguments]: Set --directory in #:make-flags and remove the 'chdir', 'enter-source-directory' and 'reset-cwd' phases.
* build: file-systems: Do not warn about file system check for NFS.Maxim Cournoyer2020-03-02
| | | | | * gnu/build/file-systems.scm (check-file-system): Define a dummy checker procedure for NFS that always passes to prevent a warning from being emitted.
* file-systems: Add a 'file-system-device->string' procedure.Maxim Cournoyer2020-03-02
| | | | | | | * gnu/system/file-systems.scm (file-system-device->string): New procedure. * gnu/system.scm (bootable-kernel-arguments): Use it. * gnu/system/vm.scm (operating-system-uuid): Likewise. * guix/scripts/system.scm (display-system-generation): Likewise.
* linux-boot: Ensure volatile root is mounted read-only.Maxim Cournoyer2020-03-02
| | | | | * gnu/build/linux-boot.scm (mount-root-file-system): Ensure MS_RDONLY is present among the root file system flags when VOLATILE-ROOT? is #t.
* gnu: mu: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/mail.scm (mu)[home-page]: Use HTTPS.
* gnu: yadifa: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/dns.scm (yadifa)[home-page]: Use HTTPS.
* gnu: python2-py2neo: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/databases.scm (python2-py2neo)[home-page]: Use HTTPS.
* gnu: python-contextlib2: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/python-xyz.scm (python-contextlib2)[home-page]: Use HTTPS.
* gnu: python-flask-principal: Update home page.Tobias Geerinckx-Rice2020-03-03
| | | | | * gnu/packages/python-web.scm (python-flask-principal)[home-page]: Follow (HTTPS) redirection.
* gnu: python-gipc: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.
* gnu: python-seaborn: Update & use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | | * gnu/packages/python-xyz.scm (python-seaborn)[home-page]: Follow redirection, but use HTTPS.
* gnu: python-vobject: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/python-xyz.scm (python-vobject)[home-page]: Use HTTPS.
* gnu: python-activepapers: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-03
| | | | | * gnu/packages/python-xyz.scm (python-activepapers)[home-page]: Use HTTPS.
* gnu: tome4: Update to 1.6.7.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/games.scm (tome4): Update to 1.6.7.
* gnu: shotwell: Update to 0.30.8.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/gnome.scm (shotwell): Update to 0.30.8.
* gnu: gmime: Update to 3.2.6.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/mail.scm (gmime): Update to 3.2.6.
* gnu: liblo: Update to 0.31.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/audio.scm (liblo): Update to 0.31.
* gnu: fish: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/shells.scm (fish)[source]: Hard-code NAME.
* gnu: gptfdisk: Update to 1.0.5.Tobias Geerinckx-Rice2020-03-03
| | | | | | * gnu/packages/disk.scm (gptfdisk): Update to 1.0.5. [source]: Hard-code NAME. [arguments]: Add ‘fix-include-directory’ phase.
* gnu: amtk: Update to 5.0.2.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/gnome.scm (amtk): Update to 5.0.2.
* gnu: notmuch: Extend test time-out.Tobias Geerinckx-Rice2020-03-03
| | | | | * gnu/packages/mail.scm (notmuch)[arguments]: Add NOTMUCH_TEST_TIMEOUT=1h make flag.
* gnu: oil-shell: Update to 0.7.0.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/shells.scm (oil-shell): Update to 0.7.0.
* gnu: serd: Update to 0.30.2.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/rdf.scm (serd): Update to 0.30.2.
* gnu: python-pyudev: Update to 0.22.0.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/admin.scm (python-pyudev): Update to 0.22.0.
* gnu: Go: Update to 1.13.8.Leo Famulari2020-03-02
| | | | * gnu/packages/golang.scm (go-1.13): Update to 1.13.8.