summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingMarius Bakke2020-01-26
|\
| * Revert "gnu: Add python-pathtools."Marius Bakke2020-01-26
| | | | | | | | | | | | | | This package was already in Guix since commit dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9. This reverts commit 87435943d1cf082b64fd2ee581e9db85b373ddb9.
| * Revert "gnu: Add python-iocapture."Marius Bakke2020-01-26
| | | | | | | | | | | | | | This package was already in Guix since commit dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9. This reverts commit 2cb4ee2787281b0c155ab4794fa1251652251d3b.
| * Revert "gnu: Add python-argh."Marius Bakke2020-01-26
| | | | | | | | | | | | | | This package was already in Guix since commit db6bd842aa4a6254b185740bda36f01c83cd9779. This reverts commit fb4db07467fb764e7df64a4aacae13eaaf7f912c.
| * guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRSAlexander Krotov2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If $XDG_DATA_DIRS is unset, default value of "/usr/local/share:/usr/share" is used according to XDG Base Directory Specification. However, /etc/profile.d/guix.sh treats this value as empty list when appending its own directory, so after installing Guix on the system, launchers such as Rofi stop searching for .desktop files in /usr/share/applications/ and can't launch applications other than those installed with Guix. This patch fixes the bug in generated /etc/profile.d/guix.sh * etc/guix-install.sh (sys_create_init_profile): Use default value of /usr/local/share:/usr/share/ before appending if $XDG_DATA_DIRS is not set. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * guix-install.sh: Create /etc/profile.d if it does not existPrafulla Giri2020-01-26
| | | | | | | | | | | | | | | | | | * etc/guix-install.sh (sys_create_init_profile): Add code to create /etc/profile.d if it somehow does not exist; the function still carries on because it is possible that /etc/profile is still configured to read the *.sh files from /etc/profile.d, if they exist. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * guix-install.sh: Export INFOPATH to contain updated guix info-pagesPrafulla Giri2020-01-26
| | | | | | | | | | | | | | | | | | * etc/guix-install.sh (sys_create_init_profile): Export INFOPATH to include the updated info-pages from ~/.config/guix/current/share/info. This also makes sure that both /usr/bin/info and $GUIX_PROFILE/bin/info can read guix info pages without throwing "no menu item 'guix' in node dir(Top)" error. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: mailutils: Add "guile3.0-mailutils" variant.Ludovic Courtès2020-01-26
| | | | | | | | | | | | | | * gnu/packages/mail.scm (mailutils)[arguments]: In #:configure-flags, replace hard-coded "2.2" with the 'version-major+minor' of the "guile" input. (guile3.0-mailutils): New variable.
| * gnu: Add emacs-vterm.Joseph LaFreniere2020-01-26
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: linux-libre: Update to 5.4.15.Mark H Weaver2020-01-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.15. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: Add missing modules.Nicolas Goaziou2020-01-26
| | | | | | | | * gnu/packages/text-editors.scm: Add missing modules.
| * gnu: Add qemacs.Nicolas Goaziou2020-01-26
| | | | | | | | * gnu/packages/text-editors.scm (qemacs): New variable.
| * gnu: Add offlate.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (offlate): New variable.
| * gnu: Add python-watchdog.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-watchdog): New variable.
| * gnu: Add python-argh.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-argh): New variable.
| * gnu: Add python-iocapture.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-iocapture): New variable.
| * gnu: Add python-pathtools.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pathtools): New variable.
| * gnu: Add python-android-stringslib.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-android-stringslib): New variable.
| * gnu: Add python-gitlab.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-web.scm (python-gitlab): New variable.
| * gnu: add python-httmock.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-check.scm (python-httmock): New variable.
| * gnu: Add python-translation-finder.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-web.scm (python-translation-finder): New variable.
| * gnu: Add python-codacy-coverage.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-check.scm (python-codacy-coverage): New variable.
| * gnu: Add python-check-manifest.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-check-manifest): New variable.
| * gnu: Add python-pyenchant.Julien Lepiller2020-01-26
| | | | | | | | * gnu/packages/enchant.scm (python-pyenchant): New variable.
| * services: Fix typo in spice-vdagent-service.Damien Cassou2020-01-26
| | | | | | | | | | | | * gnu/services/spice.scm (spice-vdagent-service): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: ghmm: Fix missing module import.Marius Bakke2020-01-26
| | | | | | | | | | | | This is a follow-up to commit 9c2563a80b6f1d8fb8677f5314e6180ea9916aa5. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Add #:modules.
| * gnu: kobodeluxe: Provide missing dependency.Marius Bakke2020-01-26
| | | | | | | | * gnu/packages/games.scm (kobodeluxe)[inputs]: Add GLU.
| * gnu: ir: Update to 1.3.4.Ricardo Wurmus2020-01-26
| | | | | | | | | | | | | | * gnu/packages/audio.scm (ir): Update to 1.3.4. [source]: Fetch via git. [home-page]: Update. [arguments]: Pass INSTDIR.
| * gnu: libofx: Disable parallel build.Marius Bakke2020-01-26
| | | | | | | | * gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
| * gnu: python-xmlschema: Update to 1.1.0.Marius Bakke2020-01-26
| | | | | | | | | | | | * gnu/packages/xml.scm (python-xmlschema): Update to 1.1.0. [source]: Change to GIT-FETCH. [arguments]: Adjust test invokation.
| * gnu: python-elementpath: Update to 1.4.0.Marius Bakke2020-01-26
| | | | | | | | * gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
| * gnu: font-mathjax: Don't use unstable tarball.Efraim Flashner2020-01-26
| | | | | | | | | | | | | | | | * gnu/packages/javascript.scm (font-mathjax)[source]: Download using git-fetch. [arguments]: Adjust for change in source. [native-inputs]: Remove gzip, tar. (js-mathjax)[source]: Adjust for change in source.
| * gnu: vim-fugitive: Update to 3.2.Efraim Flashner2020-01-26
| | | | | | | | * gnu/packages/vim.scm (vim-fugitive): Update to 3.2.
| * gnu: Add guile3.0-gi.Ricardo Wurmus2020-01-26
| | | | | | | | * gnu/packages/guile-xyz.scm (guile3.0-gi): New variable.
| * gnu: guile-gi: Update to 0.2.2.Ricardo Wurmus2020-01-26
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.2.
| * gnu: freehdl: Fix build.Ricardo Wurmus2020-01-26
| | | | | | | | * gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
| * gnu: public-inbox: Update to 1.2.0-0.05a06f3.宋文武2020-01-26
| | | | | | | | * gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
| * gnu: cuirass: Update to 0.0.1-28.b9031db.Christopher Baines2020-01-25
| | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-28.b9031db.
| * gnu: mgba: Update to 0.8.0.Nicolas Goaziou2020-01-25
| | | | | | | | * gnu/packages/emulators.scm (mgba): Update to 0.8.0.
| * gnu: musescore: Update to 3.4.1.Nicolas Goaziou2020-01-25
| | | | | | | | | | | | * gnu/packages/music.scm (musescore): Update to 3.4.1. [source]: Remove unnecessary snippet. [arguments]: Do not build telemetry module.
| * gnu: silkaj: Update to 0.7.6.Nicolas Goaziou2020-01-25
| | | | | | | | | | | | * gnu/packages/finance.scm (silkaj): Update to 0.7.6. [source]: Move to Pypi. [home-page]: Update home page.
| * gnu: python-duniterpy: Update to 0.56.0.Nicolas Goaziou2020-01-25
| | | | | | | | | | | | | | | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.56.0. [source]: Move source to Pypi. [arguments]: Add phase to work around a missing file. Remove phases building documentation since they are not applicable anymore. [native-inputs]: Remove it, since it is not applicable in Pypi package. [inputs]: Replace "python-attr" with "python-attrs".
| * gnu: Add emacs-eshell-toggle.Brian Leung2020-01-25
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-toggle): New variable.
| * gnu: ode: Selectively disable tests.Nicolas Goaziou2020-01-25
| | | | | | | | | | * gnu/packages/game-development.scm (ode)[arguments]: Run tests only on x86_64.
| * gnu: youtube-dl: Update to 2020.01.24.Amin Bandali2020-01-25
| | | | | | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.01.24. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * bootloader: grub: Add gfxmode (resolution) override.Jan Nieuwenhuizen2020-01-25
| | | | | | | | | | | | * gnu/bootloader/grub.scm (<grub-theme>): Add `gfxmode' entry. (eye-candy): Use it. * doc/guix.texi (Bootloader Configuration): Document it.
| * gnu: python-parso: Update to 0.5.2.Marius Bakke2020-01-25
| | | | | | | | * gnu/packages/python-xyz.scm (python-parso): Update to 0.5.2.
| * gnu: python-pympler: Update to 0.8.Marius Bakke2020-01-25
| | | | | | | | * gnu/packages/python-xyz.scm (python-pympler): Update to 0.8.
| * gnu: Remove python2-debian.Marius Bakke2020-01-25
| | | | | | | | | | | | This trivial package fails to build and has no users in Guix. * gnu/packages/python-xyz.scm (python2-debian): Remove variable.
| * gnu: Add bitcoin-unlimited.Guillaume Le Vaillant2020-01-25
| | | | | | | | * gnu/packages/finance.scm (bitcoin-unlimited): New variable.