me
/
guix
Archived
1
0
Fork 0
Commit Graph

51292 Commits (4b238cd853db3851793784fdcfcbf678d3d60a60)

Author SHA1 Message Date
Vagrant Cascadian b3b33da070
gnu: linux-libre: Remove 5.6.
The corresponding kernel config files are not yet updated, so remove
linux-libre-5.6 until they can be reviewed. See bug #40190.

* gnu/packages/linux (linux-libre-5.6): Delete variable.
2020-04-05 11:39:32 -07:00
Raghav Gururajan 5e16e4401f
gnu: gsm: Update to 1.0.19.
* gnu/packages/audio.scm (gsm): Update to 1.0.19.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-05 14:16:14 -04:00
Maxim Cournoyer 5b05f8e965
gnu: gsm: Fix installation directory.
This is a follow-up commit to 74c7f367da, which broke the installation of the
bin, lib and share artifacts.

* gnu/packages/audio.scm (gsm)[make-flags]: Programmatically build the
INSTALL_ROOT make flag so that the %output variable gets properly expanded.
Instead of repeating the default CCFLAGS values as a make flag...
[phases]: ...add "-fPIC" using substitutes* in a new add-fpic-ccflag phase.
2020-04-05 14:16:14 -04:00
R Veera Kumar 95b800e67c
gnu: Add mtpaint.
* gnu/packages/image.scm (mtpaint): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 19:44:45 +02:00
Vincent Legoll 223e920abc
gnu: xfce4-places-plugin: Make some inputs native.
* gnu/packages/xfce.scm (xfce4-places-plugin)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:23:19 +02:00
Vincent Legoll 3a3d5e36b8
gnu: spacefm: Make some inputs native.
* gnu/packages/lxde.scm (spacefm)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:23:15 +02:00
Vincent Legoll a8564071d7
gnu: ristretto: Make some inputs native.
* gnu/packages/xfce.scm (ristretto)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:23:11 +02:00
Vincent Legoll 465734ba86
gnu: pcb: Make some inputs native.
* gnu/packages/engineering.scm (pcb)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:23:07 +02:00
Vincent Legoll a34564439d
gnu: mate: Make some inputs native.
* gnu/packages/mate.scm (mate)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to this new field.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:22:59 +02:00
Vincent Legoll 91f92fc2c7
gnu: lepton-eda: Make some inputs native.
* gnu/packages/engineering.scm (lepton-eda)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:22:56 +02:00
Vincent Legoll 9abc586391
gnu: gerbv: Make some inputs native.
* gnu/packages/engineering.scm (gerbv)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:22:53 +02:00
Vincent Legoll 0b43ecb06e
gnu: geda-gaf: Make some inputs native.
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:22:49 +02:00
Vincent Legoll 2f09526165
gnu: aegisub: Make some inputs native.
* gnu/packages/video.scm (aegisub)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 18:22:03 +02:00
Guillaume Le Vaillant d284d89a89
gnu: astronomy: Sort list of imported package modules.
* gnu/packages/astronomy.scm (astronomy): Sort list of imported packages.
2020-04-05 15:26:04 +02:00
Guillaume Le Vaillant a19d63e8f4
gnu: Add gpredict.
* gnu/packages/astronomy.scm (gpredict): New variable.
2020-04-05 15:26:04 +02:00
Guillaume Le Vaillant 6eee2f7b9a
gnu: Add goocanvas.
* gnu/packages/gtk.scm (goocanvas): New variable.
2020-04-05 15:26:04 +02:00
Pierre Neidhardt 4391fefc5e
gnu: gnome-weather: Work around desktop application startup failure.
* gnu/packages/gnome.scm (gnome-weather)[arguments]: Replace Exec= line with
  gnome-weather.
2020-04-05 14:58:25 +02:00
Brice Waegeneire 044d1478c9
gnu: Add kernel-module-loader-service.
* doc/guix.texi (Linux Services): Add a new subsection and document the
new service and its configuration.
* gnu/services/linux.scm (kernel-module-loader-service-type): New type.
(kernel-module-loader-shepherd-service): New procedure.
* gnu/tests/linux-modules.scm (module-loader-program): Procedure
removed.
(modules-loaded?-program): New procedure.
(run-loadable-kernel-modules-test): 'module-loader-program' procedure
replaced by the new one.
[os]: Use 'kernel-module-loader-service'.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 13:07:13 +02:00
Brice Waegeneire 8c88e24229
services: Allow modprobe to use "/etc/modprobe.d".
* gnu/services.scm (%modprobe-wrapper): Set 'MODPROBE_OPTIONS'
environment variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 12:12:07 +02:00
Alexandros Theodotou 50c5b68279
gnu: geonkick: Update to 1.10.0.
* gnu/packages/music.scm (geonkick): Update to 1.10.0.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-05 11:12:45 +02:00
Alexandros Theodotou 4656c95c06
gnu: redkite: Update to 0.8.0.
* gnu/packages/audio.scm (redkite): Update to 0.8.0.
2020-04-05 10:59:16 +02:00
Alexandros Theodotou 95856a6e02
gnu: Add jsonrpc-glib.
* gnu/packages/gnome.scm: (jsonrpc-glib) New variable.
2020-04-05 10:59:13 +02:00
Alexandros Theodotou 37084435d3
gnu: zrythm: Update to 0.8.200.
* gnu/packages/music.scm (zrythm): Update to 0.8.200,
[inputs]: add guile.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-05 10:37:09 +02:00
Joseph LaFreniere bdea16a8e6
gnu: Add emacs-highlight-indent-guides.
* gnu/packages/emacs-xyz.scm (emacs-highlight-indent-guides): New variable.
2020-04-05 10:21:03 +02:00
Joseph LaFreniere a24744bd0a
gnu: Add emacs-form-feed.
* gnu/packages/emacs-xyz.scm (emacs-form-feed): New variable.
2020-04-05 10:19:28 +02:00
Efraim Flashner fb0aa4eb6c
gnu: Add tuir.
* gnu/packages/syndication.scm (tuir): New variable.
2020-04-05 09:42:43 +03:00
Maxim Cournoyer 74c7f367da
gsm: Add the -fPIC compiler option.
This is necessary for building mediastream2 (a dependency of Linphone).

* gnu/packages/audio.scm (gsm): Add the default CCFLAGS as a make flag, and
prepend -fPIC to these.  Pass INSTALL_ROOT as a make flag as well, which
removes the need to use substitute* in a phase.
2020-04-05 01:15:45 -04:00
R Veera Kumar 77704cb13e
gnu: Add xplanet.
* gnu/packages/patches/xplanet-1.3.1-cxx11-eof.patch,
gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch,
gnu/packages/patches/xplanet-1.3.1-libimage_gif.c.patch,
gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch: New
files.
* gnu/packages/astronomy.scm (xplanet): New variable.
[source]: Use patches.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2020-04-04 23:17:55 -05:00
Maxim Cournoyer 084d156563
gnu: nfs-utils: Fix the shebangs of the Python based tools.
While attempting to debug NFS with 'mountstats' and other Python based tools,
I was greeted by the error:

  bash: /run/current-system/profile/sbin/mountstats: /usr/bin/python: bad
  interpreter: No such file or directory

Add python-wrapper, so that the Python shebangs get rewritten correctly.

* gnu/packages/nfs.scm (nfs-utils)[inputs]: Add python-wrapper.
2020-04-04 22:05:01 -04:00
Nicolas Goaziou eaa3cb1eb4
gnu: frescobaldi: Update to 3.1.1.
* gnu/packages/music.scm (frescobaldi): Update to 3.1.1.
2020-04-05 02:28:26 +02:00
Nicolas Goaziou 24319a83ca
gnu: rosegarden: Update to 19.12.
* gnu/packages/music.scm (rosegarden): Update to 19.12.
2020-04-05 02:21:24 +02:00
Nicolas Goaziou 4da6de3e67
gnu: lilypond: Update to 2.20.0.
* gnu/packages/music.scm (lilypond): Update to 2.20.0.
[native-inputs]: Use texi2html-1.82 instead of texi2html.
2020-04-05 02:05:28 +02:00
Nicolas Goaziou f9f3ac4eda
gnu: Add texi2html-1.82.
* gnu/packages/texinfo.scm (texi2html-1.82): New variable.
2020-04-05 02:04:39 +02:00
Ludovic Courtès 524a4e357c
gnu: cross-base: Remove unneeded 'let'.
This is a followup to 102d307520.

* gnu/packages/cross-base.scm (cross-libc): Remove (let ((libc libc)) …).
2020-04-05 00:36:43 +02:00
Nicolas Goaziou 0189574375
gnu: hydrogen: Update to 1.0.0-beta2.
* gnu/packages/music.scm (hydrogen): Update to 1.0.0-beta2.
[native-inputs]: Add qttools.
[inputs]: Add liblo and pulseaudio, remove libtar.
2020-04-05 00:25:10 +02:00
Nicolas Goaziou 211cf6dc68
gnu: denemo: Update to 2.3.0.
* gnu/packages/music.scm (denemo): Update to 2.3.0.
[arguments]: Augment `check' phase for tests to pass.  Remove unnecessary
phase.
[native-inputs]: Add diffutils.
2020-04-04 23:30:47 +02:00
Carl Dong 4719b71572
gnu: mingw: Add mingw-w64 reproducibility patches.
These patches were originally found at the debian mingw-w64 team's
mingw-w64 repo, and should improve the reproducibility of our mingw-w64
toolchain.

* gnu/packages/patches/mingw-w64-dlltool-temp-prefix.patch: New file.
* gnu/packages/patches/mingw-w64-reproducible-gendef.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/mingw.scm (make-mingw-w64): Apply patches.
2020-04-04 16:23:07 -04:00
Vincent Legoll 19b10c91e8
gnu: gparted: Make some inputs native.
* gnu/packages/disk.scm (gparted)[inputs]: Move yelp-tools from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 22:02:17 +02:00
Ivan Kozlov b2fff3b5de
system: Don’t create a module database when no modules are available.
* gnu/system.scm (operating-system-directory-base-entries): Don't create
a module database when no modules are available.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 21:13:26 +02:00
Vincent Legoll 5a46779e9f
gnu: rubber: Make some inputs native.
* gnu/packages/tex.scm (rubber)[inputs]: Move texinfo from here...
[native-inputs]: ...to this new field.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 20:19:19 +02:00
Vincent Legoll 525e83ec83
gnu: scotch: Make some inputs native.
* gnu/packages/math.scm (scotch)[inputs]: Move flex & bison from here...
[native-inputs]: ...to this new field.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 20:19:03 +02:00
Vincent Legoll 79edfcf268
gnu: telegram-purple: Make some inputs native.
* gnu/packages/telephony.scm (telegram-purple)[inputs]: Move gettext from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 20:18:52 +02:00
Vincent Legoll 28c0a2d4f5
gnu: jami: Make some inputs native.
* gnu/packages/telephony.scm (jami)[inputs]: Move gettext from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 20:18:42 +02:00
Vincent Legoll a7f6202437
gnu: libkate: Make some inputs native.
* gnu/packages/xiph.scm (libkate)[inputs]: Move bison from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 20:18:29 +02:00
Vincent Legoll 4a5ae4ebf7
gnu: man-db: Make some inputs native.
* gnu/packages/man.scm (man-db)[inputs]: Move flex from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 20:18:10 +02:00
Guillaume Le Vaillant 5ef1b17578
gnu: qgis: Fix some plugins.
* gnu/packages/geo.scm (qgis)[arguments]: Add a 'wrap-gis' phase to set the
  environment variables required by some plugins.
2020-04-04 20:03:06 +02:00
Julien Lepiller 3a3b594822
gnu: ocaml-menhir: Update to 20190626.
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20190626.
2020-04-04 18:34:42 +02:00
Marius Bakke f2d97d577d
gnu: Replace uses of 'gettext' with 'gettext-minimal'.
* gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT
to GETTEXT-MINIMAL.
* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise.
* gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]:
Likewise.
* gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise.
* gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise.
* gnu/packages/image.scm (gpick)[native-inputs]: Likewise.
* gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise.
* gnu/packages/music.scm (fmit)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise.
* gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise.
* gnu/packages/photo.scm (hugin)[native-inputs]: Likewise.
* gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise.
* gnu/packages/telephony.scm (jami)[native-inputs]: Likewise.
* gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise.
* gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise.
* gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
2020-04-04 15:48:44 +02:00
Marius Bakke 0c2e94f21f
gnu: cadaver: Build with OpenSSL 1.0.
* gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.
2020-04-04 15:48:31 +02:00
Naga Malleswari 600b6d4378
gnu: Add r-asd.
* gnu/packages/cran.scm (r-asd): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 15:26:06 +02:00
Vincent Legoll a5a2d79b91
gnu: c-reduce: Make some inputs native.
* gnu/packages/debug.scm (c-reduce)[inputs]: Move flex from here...
[native-inputs]: ...to this new field.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-04 12:45:36 +02:00
Vincent Legoll d6f1f60721
gnu: ell: Make some inputs native.
* gnu/packages/linux.scm (ell)[inputs]: Move libtool from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-04 12:45:36 +02:00
Vincent Legoll 5f98b84cd9
gnu: dico: Make some inputs native.
* gnu/packages/dico.scm (dico)[inputs]: Move groff from here...
[native-inputs]: ...to this new field.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-04 12:45:36 +02:00
Vincent Legoll 6e834bdd9f
gnu: a2ps: Make some inputs native.
* gnu/packages/pretty-print.scm (a2ps)[inputs]: Move groff from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-04 12:45:36 +02:00
Naga Malleswari dd233e4dfa
gnu: gnome-online-accounts: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 12:14:21 +02:00
Naga Malleswari 49dcd7fc2f
gnu: gnome-online-miners: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-online-miners): Update to 3.34.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-04 12:14:20 +02:00
Dimakakos Dimos cdbbb94c69
gnu: Deprecate emacs-modus-themes.
* gnu/package/emacs-xyz.scm (emacs-modus-themes): Deprecate it.
2020-04-04 11:34:26 +02:00
Dimakakos Dimos 56ec01132e
gnu: Add emacs-modus-operandi-theme.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): New variable.
2020-04-04 11:34:24 +02:00
Dimakakos Dimos 51d4587a69
gnu: Add emacs-modus-vivendi-theme.
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): New variable.
2020-04-04 11:33:09 +02:00
Maxim Cournoyer e8a1c5af84
gnu: spandsp: Disable parallel build.
The build could otherwise fail non-deterministically.

Reported-by: Raghav Gururajan <raghavgururajan@disroot.org>

* gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to
false.
2020-04-03 23:01:45 -04:00
Mark H Weaver d24e598a78
gnu: icecat: Update to 68.6.1-guix0-preview1 [security fixes].
Includes fixes for CVE-2020-6819 and CVE-2020-6820.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-04-03 21:28:43 -04:00
Vagrant Cascadian f97a4279f0
gnu: Add linux-libre-arm64-generic-5.6.
* gnu/packages/linux (linux-libre-arm64-generic-5.6): New variable.
2020-04-03 16:09:12 -07:00
Vagrant Cascadian 3e91ca4476
gnu: Add linux-libre-arm-generic-5.6.
* gnu/packages/linux (linux-libre-arm-generic-5.6): New variable.
2020-04-03 16:08:55 -07:00
Vagrant Cascadian 1b131e1f5a
gnu: Add linux-libre 5.6.2.
* gnu/packages/linux (deblob-scripts-5.6): New variable.
  (linux-libre-5.6-version): New variable.
  (linux-libre-5.6-pristine-source): New variable.
  (linux-libre-5.6-source): New variable.
  (linux-libre-headers-5.6): New variable.
  (linux-libre-5.6): New variable.
2020-04-03 16:08:03 -07:00
Mark H Weaver 41a795e726
gnu: linux-libre: Update to 5.4.30.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.30.
(linux-libre-5.4-pristine-source): Update hash.
2020-04-03 17:30:39 -04:00
Mark H Weaver fa015e2f68
gnu: linux-libre@4.19: Update to 4.19.114.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.114.
(linux-libre-4.19-pristine-source): Update hash.
2020-04-03 17:30:03 -04:00
Mark H Weaver 331c55059c
gnu: linux-libre@4.14: Update to 4.14.175.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.175.
(linux-libre-4.14-pristine-source): Update hash.
2020-04-03 17:29:28 -04:00
Mark H Weaver 486ff941cb
gnu: linux-libre@4.9: Update to 4.9.218.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.218.
(linux-libre-4.9-pristine-source): Update hash.
2020-04-03 17:28:57 -04:00
Mark H Weaver cec3a09314
gnu: linux-libre@4.4: Update to 4.4.218.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.218.
(linux-libre-4.4-pristine-source): Update hash.
2020-04-03 17:27:48 -04:00
Ludovic Courtès b256d13619
gnu: cross-base: Add 'package-with-patches'.
This is a followup to c1c50cb5b0.

* gnu/packages/cross-base.scm (package-with-patch): Rename to...
(package-with-patches): ... this, and take a list of patches.
(package-with-extra-patches): Use it.
(cross-binutils): Use 'search-patches' instead of 'search-patch'.
2020-04-03 23:09:59 +02:00
Carl Dong c1c50cb5b0
gnu: cross-base: Fix PACKAGE-WITH-EXTRA-PATCHES
This also removes the execute bit from the patches added. Not sure how
or why those were set in the first place.

* gnu/packages/cross-base.scm (package-with-extra-patches): Imitate
PACKAGE-WITH-PATCH instead of using it.
* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
Remove execute bit.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
Remove execute bit.
2020-04-03 14:13:36 -04:00
Marius Bakke e7a353ed46
gnu: ungoogled-chromium: Update to 80.0.3987.163-0.516e2d9.
* gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.163.
(%chromium-origin): Update hash.
2020-04-03 17:54:39 +02:00
Maxim Cournoyer 5179b5cbe9
gnu: Add python-cantools.
* gnu/packages/python-xyz.scm (python-cantools): New variable.
2020-04-03 11:25:17 -04:00
Maxim Cournoyer 22a49c09ee
gnu: Add python-bitstruct.
* gnu/packages/python-xyz.scm (python-bitstruct): New variable.
2020-04-03 11:25:17 -04:00
Maxim Cournoyer 91b3f58de8
gnu: Add python-diskcache.
* gnu/packages/python-xyz.scm (python-diskcache): New variable.
2020-04-03 11:25:16 -04:00
Maxim Cournoyer a9d58a801e
gnu: Add python-can.
* gnu/packages/python-xyz.scm (python-can): New variable.
2020-04-03 11:25:16 -04:00
Maxim Cournoyer e063426031
gnu: Add python-aenum.
* gnu/packages/python-xyz.scm (python-aenum): New variable.
2020-04-03 11:25:16 -04:00
Maxim Cournoyer aeee50b661
gnu: Add python-textparser.
* gnu/packages/python-xyz.scm (python-textparser): New variable.
2020-04-03 11:25:16 -04:00
Paul Garlick 2b0695a5ef
gnu: Add perl-data-entropy.
* gnu/packages/perl.scm (perl-data-entropy): New variable.
2020-04-03 15:55:43 +01:00
Paul Garlick 20b4eb556e
gnu: Add perl-crypt-rijndael.
* gnu/packages/perl.scm (perl-crypt-rijndael): New variable.
2020-04-03 15:55:42 +01:00
Paul Garlick b4a003f635
gnu: Add perl-data-float.
* gnu/packages/perl.scm (perl-data-float): New variable.
2020-04-03 15:55:41 +01:00
Paul Garlick ce3e95d78e
gnu: Add perl-http-lite.
* gnu/packages/web.scm (perl-http-lite): New variable.
2020-04-03 15:55:40 +01:00
Raghav Gururajan 9be3ab7bbe
gnu: Remove bctoolbox and ortp.
* gnu/packages/telephony.scm (bctoolbox): Delete variable.
(ortp): Delete variable.
* gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference.
* gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 16:41:44 +02:00
R Veera Kumar 72c71d2497
gnu: Add qalculate-gtk.
* gnu/packages/maths.scm (qalculate-gtk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-03 16:26:38 +02:00
R Veera Kumar 70c98efaf6
gnu: Add libqalculate.
* gnu/packages/maths.scm (libqalculate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-03 16:26:38 +02:00
Ludovic Courtès c627e2cba4
gnu: gnome-initial-setup: Record file name of 'gsd-keyboard-display'.
* gnu/packages/gnome.scm (gnome-initial-setup)[arguments]: Add
'set-gkbd-file-name' phase.
[inputs]: Add LIBGNOMEKBD.
2020-04-03 16:26:37 +02:00
Damien Cassou 1ace39da78
gnu: clipnotify: Update to 6.0.1.
* gnu/packages/xdisorg.scm (clipnotify): Update to 6.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-03 15:28:42 +02:00
Marius Bakke 3e4ce1cc3e
gnu: calibre: Fix build with python-msgpack >= 1.0.
* gnu/packages/patches/calibre-msgpack-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ebook.scm (calibre)[source](patches): Add it.
2020-04-03 15:28:42 +02:00
Raghav Gururajan f3697439cd
gnu: Add bzrtp.
* gnu/packages/linphone.scm (bzrtp): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 13:04:11 +02:00
Raghav Gururajan 13f401d366
gnu: Add ortp.
* gnu/packages/linphone.scm (ortp): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 13:01:07 +02:00
Raghav Gururajan 02d5d72cfc
gnu: Add bcg729.
* gnu/packages/linphone.scm (bcg729): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 13:01:07 +02:00
Raghav Gururajan 28f6f1e0da
gnu: Add bcmatroska2.
* gnu/packages/linphone.scm (bcmatroska2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:45:28 +02:00
Raghav Gururajan c8f69ec27b
gnu: Add belcard.
* gnu/packages/linphone.scm (belcard): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:43:18 +02:00
Raghav Gururajan 63c73bcad0
gnu: Add belr.
* gnu/packages/linphone.scm (belr): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:41:51 +02:00
Raghav Gururajan bfaabfebac
gnu: Add bctoolbox.
* gnu/packages/linphone.scm (bctoolbox): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:41:03 +02:00
Raghav Gururajan d5a8e391ac
gnu: Add bcunit.
* gnu/packages/linphone.scm (bcunit): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:39:07 +02:00
Justus Winter 9ec27360af
gnu: Add muchsync.
* gnu/packages/mail.scm (muchsync): New variable.
2020-04-03 10:56:42 +02:00
Guillaume Le Vaillant 24f4263d06
gnu: gpsd: Update to 3.20.
* gnu/packages/gps.scm (gpsd): Update to 3.20.
  [inputs]: Add gtk+.
2020-04-03 10:12:47 +02:00
Guillaume Le Vaillant 4570ab0316
gnu: txr: Update to 234.
* gnu/packages/lisp.scm (txr): Update to 234.
2020-04-03 09:48:48 +02:00
Tobias Geerinckx-Rice 7a9543d77e
gnu: lollypop: Peel off duplicate wrapper.
* gnu/packages/gnome.scm (lollypop)[arguments]: Take down some at-ats
with proper module imports and prefixing.  Remove the redundant
‘wrap-glib-or-gtk’ phaseis already run by the MESON-BUILD-SYSTEM.
2020-04-03 00:14:03 +02:00
Carl Dong 401d28e433
gnu: cross-base: Hotfix for paren
* gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing
paren.
2020-04-02 18:08:33 -04:00
Carl Dong 79825bee07
gnu: cross-base: Add mingw-w64 specific binutils patches.
These patches were originally found at the debian mingw-w64 team's
binutils repo, and should improve the reproducibility of our mingw-w64
toolchain.

* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
New file.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Apply relevant patches
if target is mingw-w64.
(package-with-extra-patches): New procedure.
2020-04-02 17:59:53 -04:00
Alex ter Weele 70c128dc33
gnu: Add synapse.
* gnu/packages/matrix.scm (synapse): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:17 +02:00
Alex ter Weele 0752908415
gnu: Add python-matrix-synapse-ldap3.
* gnu/packages/matrix.scm: New file.
(python-matrix-synapse-ldap3): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add matrix.scm.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:17 +02:00
Alex ter Weele 276ddb02b5
gnu: Add python-pysaml2.
* gnu/packages/python-xyz.scm: (python-pysaml2) New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 9a3d361b5d
gnu: Add python-txacme.
* gnu/packages/python-xyz.scm (python-txacme): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Marius Bakke 87ba9efc6d
gnu: Add python-txsni.
* gnu/packages/python-xyz.scm: (python-txsni) New variable.

Co-authored-by: Alex ter Weele <alex.ter.weele@gmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele bdbe69f659
gnu: Add python-pem.
* gnu/packages/python-xyz.scm: (python-pem) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele acbba42d56
gnu: Add python-eliot.
* gnu/packages/python-xyz.scm: (python-eliot) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 09e6675dad
gnu: Add python-boltons.
* gnu/packages/python-xyz.scm: (python-boltons) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 858f3834be
gnu: Add python-ldap3.
* gnu/packages/python-xyz.scm (python-ldap3): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 534fadf91d
gnu: Add python-prometheus-client.
* gnu/packages/python-xyz.scm (python-prometheus-client): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 4fd0a4a4e9
gnu: Add python-pymacaroons.
* gnu/packages/python-xyz.scm (python-pymacaroons): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 039c549900
gnu: Add python-daemonize.
* gnu/packages/python-xyz.scm (python-daemonize): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele af1f7a3279
gnu: Add python-signedjson.
* gnu/packages/python-xyz.scm (python-signedjson): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 77b32f61f9
gnu: Add python-canonicaljson.
* gnu/packages/python-xyz.scm (python-canonicaljson): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele bc834c0f62
gnu: Add python-unpaddedbase64.
* gnu/packages/python-xyz.scm (python-unpaddedbase64): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 3094c0ae59
gnu: Add python-frozendict.
* gnu/packages/python-xyz.scm (python-frozendict): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Simon Mages 83670e02bc
services: murmur: Add missing newline in murmur-configuration.
* gnu/services/telephony.scm (default-murmur-config): Add newline after
"max-user-bandwidth".

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
John Soo 0673d55d95
gnu: Add font-iosevka-term.
* gnu/packages/fonts.scm (font-iosevka-term): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo 0161862d9d
gnu: Add font-iosevka-term-slab.
* gnu/packages/fonts.scm (font-iosevka-term-slab): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo 53eaf69d6d
gnu: proof-general: Update home-page.
* gnu/packages/coq.scm (proof-general):[home-page] update to proofgeneral.github.io

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo 5bd5d6ef2d
gnu: proof-general: Update to 4.4.
* gnu/packages/coq.scm (proof-general): Update to 4.4.
[source]: Change to GIT-FETCH.
[arguments]: Remove obsolete substitutions.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
Brendan Tildesley a6ac679f0a
gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list.
* gnu/packages/gnome.scm (gnome-default-applications)[arguments]: Change
deprecated defaults.list filename to gnome-mimeapps.list.  The old
defaults.list was changed to mimeapps.list in the mime spec. The gnome- prefix
makes the file only be read when XDG_CURRENT_DESKTOP=GNOME.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo 79e5d150c6
gnu: Add xwallpaper.
* gnu/packages/xdisorg.scm (xwallpaper): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo be41d7d91d
gnu: cedille: Install the info pages.
* gnu/packages/cedille.scm (cedille)[arguments]: Rename phase
'patch-cedille-path-el' to 'patch-cedille-paths' and add substitution for the
info page location.   In the 'copy-cedille-mode' phase, install the info page.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo a8f1b52017
gnu: cedille: Fix emacs outputs.
* gnu/packages/cedille.scm (cedille):[arguments] Add slashes to output paths.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
Danjela Lura c035d7b0ba
gnu: Add r-oenb.
* gnu/packages/cran.scm (r-oenb): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:13 +02:00
Jérémy Korwin-Zmijowski a4f7dc73be
gnu: Add emacs-ac-geiser.
* gnu/packages/emacs-xyz.scm (emacs-ac-geiser): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:13 +02:00
Timotej Lazar 43b176f36c
gnu: sdl2: Update to 2.0.12.
* gnu/packages/patches/sdl2-mesa-compat.patch: Delete file.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.12.
[source]: Drop patch that was included in this release.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:13 +02:00
Timotej Lazar 9d4ed35703
gnu: sdl2: Use udev to discover input devices.
Without udev SDL falls back on custom detection code, which blocks every three
seconds while checking for new devices.

* gnu/packages/sdl.scm (sdl2)[inputs]: Add eudev.
[arguments]<#:make-flags>: Add LDFLAGS to include eudev in rpath so that
dlopen can find it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:13 +02:00
Marius Bakke 3ccfa4048a
gnu: python-pyasn1: Update to 0.4.8.
* gnu/packages/python-xyz.scm (python-pyasn1): Update to 0.4.8.
2020-04-02 20:55:13 +02:00
Leo Famulari 8549e47ecf
gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}].
* gnu/packages/web.scm (httpd): Update to 2.4.43.
2020-04-02 11:36:38 -04:00
Christopher Lemmer Webber abcac7a529
gnu: Add emacs-beancount.
* gnu/packages/emacs-xyz.scm (emacs-beancount): New variable.
2020-04-02 11:19:53 -04:00
Christopher Lemmer Webber f1f724841a
gnu: Add beancount.
* gnu/packages/finance.scm (beancount): New variable.
* gnu/packages/patches/beancount-disable-googleapis-fonts.patch: New file.
* gnu/local.mk: Add it.
2020-04-02 11:19:53 -04:00
Ludovic Courtès a1a9d3848c
gnu: mate-session-manager: Actually build with elogind support.
Fixes <https://bugs.gnu.org/40327>.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.

This ensures one gets a "Shut Down" entry in the "System" menu.

* gnu/packages/mate.scm (mate-session-manager)[arguments]: Pass
"--with-elogind" instead of "--enable-elogind".  Remove 'pre-configure'
phase.
2020-04-02 16:07:12 +02:00
Ludovic Courtès 9bdb0fee01
services: mate: Provide all the polkit actions.
* gnu/services/desktop.scm (mate-polkit-extension): New procedure.
(mate-desktop-service-type): Use it when extending POLKIT-SERVICE-TYPE.
2020-04-02 16:07:12 +02:00
Ludovic Courtès 8a5cdc078c
gnu: mate-control-center: Fix file name in polkit rule.
* gnu/packages/mate.scm (mate-control-center)[arguments]: New field.
2020-04-02 16:07:12 +02:00
Jonathan Brielmaier ae8e0fbd82
gnu: mate: Add glib:bin to propagated-inputs.
This is a fix for https://issues.guix.gnu.org/issue/38135 until the
proper fix from core-updates is merged.

* gnu/packages/mate.scm (mate)[propagated-inputs]: Add glib:bin.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 57384fe72f
gnu: mate-themes: Update to 3.22.21.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.21.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier db41c3f1b4
gnu: mate-power-manager: Update to 1.24.1.
* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1.
[native-inputs]: Switch from intltool to gettext as upstream. Add polkit
for ITS rules. Libtool is generated during build, so we can remove the
external one.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 65afb91138
gnu: mate-polkit: Update to 1.24.0.
* gnu/packages/mate.scm (mate-polkit): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 16d9b4594a
gnu: mate-system-monitor: Update to 1.24.0.
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 0a60386f74
gnu: pluma: Update to 1.24.0.
* gnu/packages/mate.scm (pluma): Update to 1.24.0.
[inputs]: Switch from python-2 to python(3) like upstream.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 3877fe358d
gnu: engrampa: Update to 1.24.0.
* gnu/packages/mate.scm (engrampa): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 04cf2fffb8
gnu: eom: Update to 1.24.0.
* gnu/packages/mate.scm (eom): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:11 +02:00
Jonathan Brielmaier 6e5be55bbc
gnu: mate-utils: Update to 1.24.0.
* gnu/packages/mate.scm (mate-utils): Update to 1.24.0.
[inputs]: Add udisks.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier bfa66d6484
gnu: mate-screensaver: Update to 1.24.0.
* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier 6df282a745
gnu: mate-netbook: Update to 1.24.0.
* gnu/packages/mate.scm (mate-netbook): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier 66adc72e7a
gnu: mate-backgrounds: Update to 1.24.1.
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.24.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier b30b55b3ee
gnu: mate-calc: Update to 1.24.0.
* gnu/packages/mate.scm (mate-calc): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier 204deed748
gnu: mate-user-guide: Update to 1.24.0.
* gnu/packages/mate.scm (mate-user-guide): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier dedd7d4182
gnu: mate-control-center: Update to 1.24.0.
* gnu/packages/mate.scm (mate-control-center): Update to 1.24.0.
[inputs]: Add polkit.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier eec293d266
gnu: caja-extensions: Update to 1.24.0.
* gnu/packages/mate.scm (caja-extensions): Update to 1.24.0.
[native-inputs]: Add xmllint provided by the libxml2 package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier ac17c544fb
gnu: marco: Update to 1.24.0.
* gnu/packages/mate.scm (marco): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:10 +02:00
Jonathan Brielmaier 755fe58dbc
gnu: caja: Update to 1.24.0.
* gnu/packages/mate.scm (caja): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 9ab39e36d6
gnu: mate-panel: Update to 1.24.0.
* gnu/packages/mate.scm (mate-panel): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 618634756a
gnu: mate-media: Update to 1.24.0.
* gnu/packages/mate.scm (mate-media): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 2f45b56802
gnu: mate-applets: Update to 1.24.0.
* gnu/packages/mate.scm (mate-applets): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 424f58f5c9
gnu: mate-menus: Update to 1.24.0.
* gnu/packages/mate.scm (mate-menus): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 4107a56e73
gnu: libmatekbd: Update to 1.24.0.
* gnu/packages/mate.scm (libmatekbd): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 900db20624
gnu: libmatemixer: Update to 1.24.0.
* gnu/packages/mate.scm (libmatemixer): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier d4c466b754
gnu: mate-settings-daemon: Update to 1.24.0.
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:09 +02:00
Jonathan Brielmaier 42da81763f
gnu: mate-session-manager: Update to 1.24.0.
* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0.
[native-inputs]: Add now required libxcomposite.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:08 +02:00
Jonathan Brielmaier 6129b04673
gnu: mate-terminal: Update to 1.24.0.
* gnu/packages/mate.scm (mate-terminal): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:08 +02:00
Jonathan Brielmaier 42096be5d7
gnu: libmateweather: Update to 1.24.0.
* gnu/packages/mate.scm (libmateweather): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:08 +02:00
Jonathan Brielmaier ea5b0a6fff
gnu: mate-desktop: Update to 1.24.0.
* gnu/packages/mate.scm (mate-desktop): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:08 +02:00
Jonathan Brielmaier 947dc39e18
gnu: mate-icon-theme: Update to 1.24.0.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 16:07:08 +02:00
Danny Milosavljevic 451c38b7d6
gnu: docker: Provide version string to docker service.
Fixes <https://bugs.gnu.org/40368>.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.

* gnu/packages/docker.scm (docker)[configure]: Provide version string.
[install]: Install versioned binary.
2020-04-02 12:46:52 +02:00
Pierre Neidhardt 1ea9d1e187
gnu: emacs-sly-asdf: Update to 20200306.
* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20200306.
2020-04-02 12:04:21 +02:00
Ludovic Courtès c7af968717
system: Add xterm to lightweight-desktop example.
That makes ratpoison more usable, for instance.

* gnu/system/examples/lightweight-desktop.tmpl (packages): Add XTERM.
2020-04-02 11:48:25 +02:00
Ludovic Courtès 223ede4e15
services: Accumulate builds for 'system' entries.
That way, more build requests are accumulated when running "guix system
build".

* gnu/services.scm (system-derivation): Use 'mapm/accumulate-builds'
rather than 'sequence'.
2020-04-02 11:48:24 +02:00
Vincent Legoll 0f4be78fef
gnu: Add cramfs-tools.
* gnu/packages/linux.scm (cramfs-tools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 11:48:24 +02:00
Pierre Neidhardt 12d0bd26ac
gnu: Add ccl-1.12.
* gnu/packages/lisp.scm (ccl-1.12): New variable.
2020-04-02 11:47:52 +02:00
Vincent Legoll 0ad7e703c9
gnu: nethack: Make some inputs native.
* gnu/packages/games.scm (nethack)[inputs]: Move flex & bison from here...
[native-inputs]: ...to this new field.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-02 11:16:49 +02:00
Vincent Legoll 24a3eb9084
gnu: mailutils: Make some inputs native.
* gnu/packages/mail.scm (mailutils)[inputs]: Move dejagnu from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-02 11:16:49 +02:00
Vincent Legoll 5f214c642f
gnu: iwd: Make some inputs native.
* gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-02 11:16:48 +02:00
Vincent Legoll d367304770
gnu: darktable: Make some inputs native.
* gnu/packages/photo.scm (darktable)[inputs]: Move intltool, perl & pkg-config
from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-02 11:16:40 +02:00
Pierre Neidhardt bf155ce30c
gnu: transmission: Install icons to the "gui" output.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Move the "icons" and
  "pixmaps" folders to the "gui" output.  Previously, if the user only install
  the "gui" output, the icon would be missing.
2020-04-02 11:00:02 +02:00
Efraim Flashner e7228f0cfa
gnu: openshot: Enable tests.
* gnu/packages/video.scm (openshot)[arguments]: Add custom 'check phase.
2020-04-02 09:21:47 +03:00
Efraim Flashner 5020a26392
gnu: openshot: Upgrade to 2.5.1.
* gnu/packages/video.scm (openshot): Update to 2.5.1.
[source]: Add note about bundled libraries. Remove upstream rename
workaround.
[home-page]: Update to new home-page.
2020-04-02 09:21:43 +03:00
Lars-Dominik Braun 44dbd856b7
gnu: python-aiohttp: Enable tests
* gnu/packages/python-web.scm (python-aiohttp) [arguments]: Enable tests
[native-inputs] Add test dependencies [patches] Add test case patch
* gnu/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 00:06:26 +02:00
Lars-Dominik Braun b27a0dd46c
gnu: Add python-pytest-forked
* gnu/packages/check.scm (python-pytest-forked): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 00:06:26 +02:00
Lars-Dominik Braun ecceef27c8
gnu: gunicorn: Update to 20.0.4
* gnu/packages/python-web.scm (gunicorn) [version]: Update to 20.0.4
[arguments] Re-enable previously failing tests

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 00:06:26 +02:00
Leo Famulari 65bdb2d9dd
gnu: libavif: Update to 0.6.3.
* gnu/packages/image.scm (libavif): Update to 0.6.3.
2020-04-01 15:07:36 -04:00
Tobias Geerinckx-Rice 204d55c980
gnu: netpbm: Install an unversioned library link.
* gnu/packages/netpbm.scm (netpbm)[arguments]: Symlink libnetpbm.so.*.*
to libnetpbm.so.

Reported by R Veera Kumar <vkor@vkten.in>.
2020-04-01 19:45:44 +02:00
Jack Hill 63406c0bfd
gnu: Add gnome-chess
* gnu/packages/games.scm (gnome-chess): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-04-01 18:28:40 +01:00
Tobias Geerinckx-Rice 475d5d8d15
gnu: netpbm: Delete files natively.
* gnu/packages/netpbm.scm (netpbm)[arguments]: Delete files with
DELETE-FILE-RECURSIVELY instead of invoking ‘rm’.
2020-04-01 19:05:00 +02:00
Tobias Geerinckx-Rice 079ffbcfaf
gnu: netpbm: Use INVOKE.
* gnu/packages/netpbm.scm (netpbm)[arguments]: Substitute INVOKE
for SYSTEM*.
2020-04-01 19:05:00 +02:00
Tobias Geerinckx-Rice 3853941d25
gnu: netpbm: Omit static libraries.
* gnu/packages/netpbm.scm (netpbm)[arguments]: Don't copy the static
libraries to the output.
2020-04-01 19:04:59 +02:00
Tobias Geerinckx-Rice 3f3daa1cc1
gnu: openshot: Fix ‘color shift.png’ file name.
* gnu/packages/video.scm (openshot)[source]: Rename it to
‘colorshift.png’ in the snippet.

Reported by <znavko@disroot.org>.
2020-04-01 17:14:10 +02:00
John Soo c26fd5648c
gnu: emacs-spacemacs-theme: Update to f79c40fb241e204539fde97200abae91e828e585.
* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to
f79c40fb241e204539fde97200abae91e828e585.
2020-04-01 16:13:15 +02:00
John Soo 0cc8cdbe1b
gnu: emacs-all-the-icons: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 4.0.1.
2020-04-01 16:09:04 +02:00
John Soo ec7d4b4de6
gnu: Add emacs-evil-leader.
* gnu/packages/emacs-xyz.scm (emacs-evil-leader): New variable.
2020-04-01 15:57:49 +02:00
John Soo a97b943b55
gnu: emacs-graphviz-dot-mode: Update to 0.4.2.
* gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode): Update to 0.4.2.
[native-inputs]: Add emacs-company.
[description]: Fix typo.
2020-04-01 15:40:57 +02:00
Paul Garlick 0c5cb84116
gnu: Add perl-crypt-eksblowfish.
* gnu/packages/perl.scm (perl-crypt-eksblowfish): New variable.
2020-04-01 14:22:27 +01:00
R Veera Kumar e2bd0af373
gnu: Add qiv.
* gnu/packages/image-viewers.scm (qiv): New variable.
2020-04-01 12:19:16 +02:00
Marius Bakke f8c8f80704
gnu: ungoogled-chromium: Update to 80.0.3987.162-0.516e2d9 [security fixes].
* gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.162.
(%chromium-origin): Update hash.
2020-04-01 11:29:34 +02:00
Ricardo Wurmus 4ecba23091
gnu: r-biocworkflowtools: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.12.1.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:27 +02:00
Ricardo Wurmus 9669bc170a
gnu: r-mixomics: Update to 6.10.9.
* gnu/packages/bioconductor.scm (r-mixomics): Update to 6.10.9.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:27 +02:00
Ricardo Wurmus d49e3f0190
gnu: r-cytoml: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-cytoml): Update to  1.12.1.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 028fd6f786
gnu: r-gofuncr: Update to 1.6.1.
* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.6.1.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 81a37891ec
gnu: r-genomicinteractions: Update to 1.20.2.
* gnu/packages/bioconductor.scm (r-genomicinteractions): Update to 1.20.2.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 0be3cc7f89
gnu: r-biomart: Update to 2.42.1.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.42.1.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus c5c6719f92
gnu: r-genomeinfodb: Update to 1.22.1.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.22.1.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 775c6f402c
gnu: r-forecast: Update to 8.12.
* gnu/packages/cran.scm (r-forecast): Update to 8.12.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 32fbd12348
gnu: r-rematch2: Update to 2.1.1.
* gnu/packages/cran.scm (r-rematch2): Update to 2.1.1.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 8310b036d8
gnu: r-afex: Update to 0.27-2.
* gnu/packages/cran.scm (r-afex): Update to 0.27-2.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 5a0fb78edb
gnu: r-fs: Update to 1.4.0.
* gnu/packages/cran.scm (r-fs): Update to 1.4.0.
[propagated-inputs]: Remove r-rcpp.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus c639485645
gnu: r-performance: Update to 0.4.5.
* gnu/packages/cran.scm (r-performance): Update to 0.4.5.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 76fb1e8f3f
gnu: r-heatmaply: Update to 1.1.0.
* gnu/packages/cran.scm (r-heatmaply): Update to 1.1.0.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus c7e4a01669
gnu: r-quantmod: Update to 0.4.17.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4.17.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus dbf4aaeab8
gnu: r-tinytex: Update to 0.21.
* gnu/packages/cran.scm (r-tinytex): Update to 0.21.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 29825fe290
gnu: r-callr: Update to 3.4.3.
* gnu/packages/cran.scm (r-callr): Update to 3.4.3.
2020-04-01 11:15:26 +02:00
Ricardo Wurmus 0b4067277e
gnu: r-sn: Update to 1.6-0.
* gnu/packages/statistics.scm (r-sn): Update to 1.6-0.
[propagated-inputs]: Add r-quantreq.
2020-04-01 11:15:25 +02:00
Ricardo Wurmus 13472a670c
gnu: r-gtools: Update to 3.8.2.
* gnu/packages/statistics.scm (r-gtools): Update to 3.8.2.
2020-04-01 11:15:25 +02:00
Ricardo Wurmus 383895dde4
gnu: r-foreach: Update to 1.5.0.
* gnu/packages/statistics.scm (r-foreach): Update to 1.5.0.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:25 +02:00
Ricardo Wurmus 53477d9786
gnu: r-tibble: Update to 3.0.0.
* gnu/packages/statistics.scm (r-tibble): Update to 3.0.0.
[propagated-inputs]: Add r-ellipsis, r-lifecycle, r-magrittr, and r-vctrs.
[native-inputs]: Add r-knitr.
2020-04-01 11:15:25 +02:00
John Soo 31e47945d3
gnu: Add emacs-elf-mode.
* gnu/packages/emacs-xyz.scm (emacs-elf-mode): New variable.
2020-04-01 10:43:44 +02:00
John Soo 61e10fa839
gnu: Add emacs-imenu-list.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): New variable.
2020-04-01 10:36:39 +02:00
John Soo 1d5c93d9f8
gnu: Add emacs-evil-tmux-navigator.
* gnu/packages/emacs-xyz.scm (emacs-evil-tmux-navigator): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-04-01 09:04:53 +01:00
Efraim Flashner fba0fea4a6
gnu: toot: Adjust custom phases.
* gnu/packages/mastodon.scm (toot)[arguments]: 'check is already run
after 'install so replace 'check rather than re-inserting it.
2020-04-01 10:22:33 +03:00
Efraim Flashner b7417f3d54
gnu: toot: Update to 0.25.2.
* gnu/packages/mastodon.scm (toot): Update to 0.25.2.
2020-04-01 10:21:48 +03:00
Efraim Flashner 5619741752
gnu: vim-asyncrun: Update to 2.7.1.
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.1.
2020-04-01 10:19:33 +03:00
Efraim Flashner 2a844af991
gnu: mpv-mpris: Switch to copy-build-system.
* gnu/packages/video.scm (mpv-mpris)[build-system]: Switch to
copy-build-system.
[arguments]: Add custom 'build phase before 'install phase.
2020-04-01 10:17:47 +03:00
Efraim Flashner b51a37b116
gnu: mpv-mpris: Update to 0.4.
* gnu/packages/video.scm (mpv-mpris): Update to 0.4.
2020-04-01 10:11:35 +03:00
Efraim Flashner dbb58f28ea
gnu: font-gnu-unifont: Update to 13.0.01.
* ngu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.01.
[home-page]: Follow redirect.
2020-04-01 09:39:13 +03:00
Efraim Flashner 17264e362c
gnu: emacs-discover-my-major: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-discover-my-major)[source]: Download
using git-fetch. Use new upstream URI.
[home-page]: Update to new home-page.
2020-04-01 09:16:24 +03:00
Efraim Flashner f12bd0bedd
system: Move nanorc to XDG_CONFIG_HOME.
* gnu/system/shadow.scm (skeleton-directory): Move .nanorc to
.config/nano/nanorc.
2020-04-01 07:50:48 +03:00
Ricardo Wurmus 92dae7a605
gnu: mumi: Update to 0.0.0-11.0e9af8d.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-11.0e9af8d.
2020-04-01 06:07:28 +02:00
Raghav Gururajan f1cf62f5dc
gnu: Add libantlr3c.
* gnu/packages/java.scm (libantlr3c): New variable.

Co-authored by Maxim Cournoyer.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-03-31 22:31:43 -04:00
Ricardo Wurmus 284b27c5ae
gnu: mumi: Update to 0.0.0-10.f7d6a54.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-10.f7d6a54.
2020-04-01 04:28:19 +02:00
Kyle Meyer 9cbc5fae80
gnu: git-annex: Update to 8.20200330.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200330.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-04-01 01:20:42 +02:00
Jack Hill a7cc13ed83
gnu: gimp: Disable automatic update checking
* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking
in #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-31 18:39:56 -04:00
Ludovic Courtès e62f6f77fe
gnu: gnumach: Fix compilation.
* gnu/packages/hurd.scm (gnumach)[arguments]: Inherit arguments from
GNUMACH-HEADERS.
[native-inputs]: Add AUTOCONF, AUTOMAKE, and TEXINFO-4.
2020-04-01 00:12:31 +02:00
Ludovic Courtès b87d7002b7
Revert "gnu: coreutils: Fix cross-compilation to i586-pc-gnu."
This reverts commit 67cbfeae30, which is
not longer necessary now that the 'ld.so' linker script of the cross
glibc contains "libhurduser.so libmachuser.so".
2020-04-01 00:12:31 +02:00
Jan Nieuwenhuizen b3bd475696
gnu: cross-libc: Build fix for the Hurd.
This fixes cross building of coreutils, e.g.

    ./pre-inst-env guix build --target=i586-pc-gnu coreutils

* gnu/packages/cross-base.scm (cross-libc): Add -lhurduser, -lmachuser for the
Hurd.
2020-04-01 00:12:31 +02:00
Raghav Gururajan d82539d35f
gnu: Add spandsp.
* gnu/packages/telephony.scm (spandsp): New variable.

Co-authored by Maxim Cournoyer.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-03-31 17:02:58 -04:00
Vitaliy Shatrov 3de5b4047e
gnu: Add neverball
* gnu/packages/games.scm (neverball): New variable.
2020-03-31 20:19:21 +02:00
Leo Famulari 653a51cb28
gnu: pam-krb5: Fix CVE-2020-10595.
* gnu/packages/patches/pam-krb5-CVE-2020-10595.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (pam-krb5)[source]: Use it.
2020-03-31 13:31:57 -04:00
Leo Famulari 2206805c2c
gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]
* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.3.1.
2020-03-31 13:18:47 -04:00
Paul Garlick 233e1ed3ad
gnu: Add perl-class-mix.
* gnu/packages/perl.scm (perl-class-mix): New variable.
2020-03-31 17:47:06 +01:00
Paul Garlick f73e7fea69
gnu: Add perl-params-classify.
* gnu/packages/perl.scm (perl-params-classify): New variable.
2020-03-31 17:47:05 +01:00
Paul Garlick e3f892ae91
gnu: Add perl-devel-callchecker.
* gnu/packages/perl.scm (perl-devel-callchecker): New variable.
2020-03-31 17:47:04 +01:00
Paul Garlick f83674aa46
gnu: Add perl-dynaloader-functions.
* gnu/packages/perl.scm (perl-dynaloader-functions): New variable.
2020-03-31 17:46:55 +01:00
Ricardo Wurmus 11ef009e7a
gnu: mumi: Update to 0.0.0-9.5fdbc3e.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e.
2020-03-31 17:50:51 +02:00
Ludovic Courtès 67cbfeae30
gnu: coreutils: Fix cross-compilation to i586-pc-gnu.
Until now cross-compilation would fail with:

  i586-pc-gnu-ld: src/copy.o: undefined reference to symbol 'file_chauthor'
  i586-pc-gnu-ld: /gnu/store/…-glibc-cross-i586-pc-gnu-2.29/lib/libhurduser.so.0.3: error adding symbols: DSO missing from command line
  collect2: error: ld returned 1 exit status

* gnu/packages/base.scm (coreutils)[arguments]: When 'hurd-target?', add
 #:configure-flags.
2020-03-31 14:55:42 +02:00
Ludovic Courtès 06efbe2fba
gnu: hwloc@2: Update to 2.2.0.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.2.0.
2020-03-31 14:55:42 +02:00
Ludovic Courtès 8db4e704dc
gnu: hwloc@2: Skip test that fails on emulated hardware.
Works around <https://bugs.gnu.org/40342>.

* gnu/packages/mpi.scm (hwloc-2)[arguments]: Add
'skip-test-that-fails-on-qemu' phase.
2020-03-31 14:55:42 +02:00
Alexandru-Sergiu Marton 031610aa8a
gnu: scdoc: Update to 1.10.1.
* gnu/packages/man.scm (scdoc): Update to 1.10.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-03-31 15:51:07 +03:00