Commit graph

58158 commits

Author SHA1 Message Date
Danny Milosavljevic 74a6588573
gnu: mm-common: Make coreutils and sed native-inputs.
* gnu/packages/gnome.scm (mm-common)[inputs]: Remove coreutils, sed.
[native-inputs]: Add coreutils, sed.
2020-04-05 20:58:03 +02:00
Raghav Gururajan 4e8bdbf853
gnu: Add mm-common.
* gnu/packages/gnome.scm (mm-common): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-05 20:55:31 +02:00
Jakub Kądziołka 7fe746e071
gnu: python-intervaltree: Update to 3.0.2.
* gnu/packages/bioinformatics.scm (python-intervaltree): Update to 3.0.2.
[arguments]: Don't skip the tests, work around the problematic
sanity-check instead.
2020-04-05 20:43:17 +02:00
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 376ba0ce57
store: 'with-store' uses 'with-exception-handler'.
This ensures the stack is not unwound before the exception is re-thrown,
as was the case since 8ed597f4a2, leading
to '&store-protocol-error' being uncaught by 'with-error-handling'
in (guix scripts build) & co.

* guix/store.scm (call-with-store): Define 'thunk'.  Add 'cond-expand'
to use 'with-exception-handler' on 'guile-3' and 'catch' otherwise.
2020-04-05 00:36:44 +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