Julien Lepiller
0ccd9463ec
gnu: Add ocaml4.07-dune.
...
* gnu/packages/ocaml.scm (ocaml4.07-dune): New variable.
2020-01-27 03:55:42 +01:00
Julien Lepiller
73c26d5729
gnu: Add ocaml4.07-lablgtk.
...
* gnu/packages/ocaml.scm (ocaml4.07-lablgtk): New variable.
(lablgtk)[properties]: Add variant.
2020-01-27 03:55:27 +01:00
Julien Lepiller
7a4780ce9d
gnu: ocambuild: Update to 0.14.0.
...
* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.0.
[build-system]: Use ocaml-build-system.
2020-01-27 03:54:52 +01:00
Kei Kebreau
1ef71f5225
gnu: pcsxr: Wrap with GSETTINGS_SCHEMA_DIR path variable.
...
Without setting this path variable, gtk+ must be installed in the user's
profile for pcsxr's GUI to work.
* gnu/packages/emulators.scm (pcsxr)[arguments]: Add 'wrap-program' phase and
return #t from 'cd-subdir' and 'fix-cdio-lookup' phases.
2020-01-26 19:12:22 -05:00
Marius Bakke
4144eb195c
gnu: sicp: Remove unused module import.
...
* gnu/packages/scheme.scm (sicp)[arguments]: Do not import (srfi srfi-1).
2020-01-27 00:47:57 +01:00
Nicolas Goaziou
2e4ea249a1
gnu: emacs-org-contrib: Update to 20200126.
...
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200126.
2020-01-27 00:02:34 +01:00
Nicolas Goaziou
406c7bc6cd
gnu: emacs-org: Update to 9.3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.2.
2020-01-26 23:58:23 +01:00
Nicolas Goaziou
753c9b7c19
gnu: emacs-modus-themes: Update to 0.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.4.0.
2020-01-26 23:56:25 +01:00
Marius Bakke
435c2c39aa
Revert "gnu: Add python-pathtools."
...
This package was already in Guix since commit
dbcef44a0b
.
This reverts commit 87435943d1
.
2020-01-26 23:39:35 +01:00
Marius Bakke
fed17bcad9
Revert "gnu: Add python-iocapture."
...
This package was already in Guix since commit
dbcef44a0b
.
This reverts commit 2cb4ee2787
.
2020-01-26 23:39:35 +01:00
Marius Bakke
3293b1bce9
Revert "gnu: Add python-argh."
...
This package was already in Guix since commit
db6bd842aa
.
This reverts commit fb4db07467
.
2020-01-26 23:39:35 +01:00
Alexander Krotov
7ff169d04f
guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRS
...
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>
2020-01-26 23:21:39 +01:00
Prafulla Giri
29ba58c0ef
guix-install.sh: Create /etc/profile.d if it does not exist
...
* 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>
2020-01-26 23:21:39 +01:00
Prafulla Giri
5c03516a6b
guix-install.sh: Export INFOPATH to contain updated guix info-pages
...
* 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>
2020-01-26 23:21:39 +01:00
Ludovic Courtès
98dd9ff800
gnu: mailutils: Add "guile3.0-mailutils" variant.
...
* 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.
2020-01-26 23:21:38 +01:00
Joseph LaFreniere
3d11114d22
gnu: Add emacs-vterm.
...
* gnu/packages/emacs-xyz.scm (emacs-vterm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-26 23:21:38 +01:00
Mark H Weaver
af46f6e40a
gnu: linux-libre: Update to 5.4.15.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.15.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-26 13:33:49 -05:00
Nicolas Goaziou
fb85b967f6
gnu: Add missing modules.
...
* gnu/packages/text-editors.scm: Add missing modules.
2020-01-26 19:25:19 +01:00
Nicolas Goaziou
3fad9a6923
gnu: Add qemacs.
...
* gnu/packages/text-editors.scm (qemacs): New variable.
2020-01-26 19:24:38 +01:00
Julien Lepiller
2cbede5935
gnu: Add offlate.
...
* gnu/packages/python-xyz.scm (offlate): New variable.
2020-01-26 18:50:16 +01:00
Julien Lepiller
7dec888f4f
gnu: Add python-watchdog.
...
* gnu/packages/python-xyz.scm (python-watchdog): New variable.
2020-01-26 18:50:13 +01:00
Julien Lepiller
fb4db07467
gnu: Add python-argh.
...
* gnu/packages/python-xyz.scm (python-argh): New variable.
2020-01-26 18:50:11 +01:00
Julien Lepiller
2cb4ee2787
gnu: Add python-iocapture.
...
* gnu/packages/python-xyz.scm (python-iocapture): New variable.
2020-01-26 18:50:09 +01:00
Julien Lepiller
87435943d1
gnu: Add python-pathtools.
...
* gnu/packages/python-xyz.scm (python-pathtools): New variable.
2020-01-26 18:50:07 +01:00
Julien Lepiller
b487b7b5bb
gnu: Add python-android-stringslib.
...
* gnu/packages/python-xyz.scm (python-android-stringslib): New variable.
2020-01-26 18:50:05 +01:00
Julien Lepiller
ad429e0de7
gnu: Add python-gitlab.
...
* gnu/packages/python-web.scm (python-gitlab): New variable.
2020-01-26 18:50:04 +01:00
Julien Lepiller
63f76ab29e
gnu: add python-httmock.
...
* gnu/packages/python-check.scm (python-httmock): New variable.
2020-01-26 18:50:02 +01:00
Julien Lepiller
18d18ee139
gnu: Add python-translation-finder.
...
* gnu/packages/python-web.scm (python-translation-finder): New variable.
2020-01-26 18:50:00 +01:00
Julien Lepiller
9532c0bb17
gnu: Add python-codacy-coverage.
...
* gnu/packages/python-check.scm (python-codacy-coverage): New variable.
2020-01-26 18:49:58 +01:00
Julien Lepiller
7261bdca4e
gnu: Add python-check-manifest.
...
* gnu/packages/python-xyz.scm (python-check-manifest): New variable.
2020-01-26 18:49:56 +01:00
Julien Lepiller
43b4f936b9
gnu: Add python-pyenchant.
...
* gnu/packages/enchant.scm (python-pyenchant): New variable.
2020-01-26 18:49:51 +01:00
Damien Cassou
9a5edd0240
services: Fix typo in spice-vdagent-service.
...
* gnu/services/spice.scm (spice-vdagent-service): Fix typo.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-01-26 18:45:09 +01:00
Marius Bakke
3cb8cb6660
gnu: ghmm: Fix missing module import.
...
This is a follow-up to commit 9c2563a80b
.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Add #:modules.
2020-01-26 16:30:25 +01:00
Marius Bakke
cf07ec200c
gnu: kobodeluxe: Provide missing dependency.
...
* gnu/packages/games.scm (kobodeluxe)[inputs]: Add GLU.
2020-01-26 16:30:25 +01:00
Ricardo Wurmus
6f85a9c45f
gnu: ir: Update to 1.3.4.
...
* gnu/packages/audio.scm (ir): Update to 1.3.4.
[source]: Fetch via git.
[home-page]: Update.
[arguments]: Pass INSTDIR.
2020-01-26 14:30:44 +01:00
Marius Bakke
c17fb65907
gnu: libofx: Disable parallel build.
...
* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
2020-01-26 13:59:39 +01:00
Marius Bakke
f8a94609d3
gnu: python-xmlschema: Update to 1.1.0.
...
* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.0.
[source]: Change to GIT-FETCH.
[arguments]: Adjust test invokation.
2020-01-26 13:59:39 +01:00
Marius Bakke
e272783bdb
gnu: python-elementpath: Update to 1.4.0.
...
* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
2020-01-26 13:59:39 +01:00
Efraim Flashner
89c756012c
gnu: font-mathjax: Don't use unstable tarball.
...
* 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.
2020-01-26 14:55:07 +02:00
Efraim Flashner
504b9ba7f9
gnu: vim-fugitive: Update to 3.2.
...
* gnu/packages/vim.scm (vim-fugitive): Update to 3.2.
2020-01-26 14:55:04 +02:00
Ricardo Wurmus
bfb51f5e5a
gnu: Add guile3.0-gi.
...
* gnu/packages/guile-xyz.scm (guile3.0-gi): New variable.
2020-01-26 13:09:35 +01:00
Ricardo Wurmus
195e1c1b08
gnu: guile-gi: Update to 0.2.2.
...
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.2.
2020-01-26 11:05:35 +01:00
Ricardo Wurmus
c67f2a7694
gnu: freehdl: Fix build.
...
* gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
2020-01-26 10:32:39 +01:00
宋文武
99b23feeb9
gnu: public-inbox: Update to 1.2.0-0.05a06f3.
...
* gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
2020-01-26 17:17:49 +08:00
Christopher Baines
7de4ea828c
gnu: cuirass: Update to 0.0.1-28.b9031db.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-28.b9031db.
2020-01-25 23:53:25 +00:00
Nicolas Goaziou
d63e0ee78d
gnu: mgba: Update to 0.8.0.
...
* gnu/packages/emulators.scm (mgba): Update to 0.8.0.
2020-01-25 23:49:07 +01:00
Nicolas Goaziou
3212b96491
gnu: musescore: Update to 3.4.1.
...
* gnu/packages/music.scm (musescore): Update to 3.4.1.
[source]: Remove unnecessary snippet.
[arguments]: Do not build telemetry module.
2020-01-25 23:38:52 +01:00
Nicolas Goaziou
293bc15d3b
gnu: silkaj: Update to 0.7.6.
...
* gnu/packages/finance.scm (silkaj): Update to 0.7.6.
[source]: Move to Pypi.
[home-page]: Update home page.
2020-01-25 23:03:19 +01:00
Nicolas Goaziou
c1d79b49d1
gnu: python-duniterpy: Update to 0.56.0.
...
* 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".
2020-01-25 23:03:18 +01:00
Brian Leung
704719edad
gnu: Add emacs-eshell-toggle.
...
* gnu/packages/emacs-xyz.scm (emacs-eshell-toggle): New variable.
2020-01-25 10:44:02 -08:00