Commit graph

54307 commits

Author SHA1 Message Date
Vagrant Cascadian a6d35eb455
gnu: ocaml-mmap: Fix spelling of "function".
* gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo.
2020-01-24 02:37:57 -08:00
Vagrant Cascadian 4250a9638d
gnu: pinfo: Fix spelling of "additionally".
* gnu/packages/texinfo (pinfo)[description]: Fix typo.
2020-01-24 02:37:54 -08:00
Efraim Flashner fd7ad89948
gnu: jimtcl: Update to 0.79.
* gnu/packages/embedded.scm (jimtcl): Update to 0.79.
[home-page]: Update home-page.
2020-01-24 10:31:29 +02:00
Efraim Flashner cc17b07a02
gnu: jimtcl: Don't use unstable tarball.
* gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch.
2020-01-24 10:26:53 +02:00
Efraim Flashner fe1506a0ca
gnu: stlink: Don't use unstable tarball.
* gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch.
2020-01-24 10:24:12 +02:00
Efraim Flashner 02aab3df21
gnu: spin2cpp: Don't use unstable tarball.
* gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch.
2020-01-24 10:16:07 +02:00
Efraim Flashner 9be1f2b77c
gnu: openspin: Don't use unstable tarball.
* gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch.
2020-01-24 10:07:58 +02:00
Mark H Weaver c4bdd78a6a
gnu: linux-libre: Update to 5.4.14.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.14.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-23 23:16:58 -05:00
Mark H Weaver e0376b60e1
gnu: linux-libre@4.19: Update to 4.19.98.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.98.
(linux-libre-4.19-pristine-source): Update hash.
2020-01-23 23:16:56 -05:00
Mark H Weaver 666581fd57
gnu: linux-libre@4.14: Update to 4.14.167.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.167.
(linux-libre-4.14-pristine-source): Update hash.
2020-01-23 23:16:54 -05:00
Mark H Weaver fad00f1a75
gnu: linux-libre@4.9: Update to 4.9.211.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.211.
(linux-libre-4.9-pristine-source): Update hash.
2020-01-23 23:16:52 -05:00
Mark H Weaver bbc87d09d0
gnu: linux-libre@4.4: Update to 4.4.211.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.211.
(linux-libre-4.4-pristine-source): Update hash.
2020-01-23 23:16:49 -05:00
Mark H Weaver cf5c44a308
gnu: linux-libre: Update deblob scripts.
* gnu/packages/linux.scm (deblob-scripts-5.4, deblob-scripts-4.19)
(deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update
to 5.4.14, 4.19.98, 4.14.167, 4.9.211, and 4.4.211, respectively, and
update hashes.
2020-01-23 23:16:47 -05:00
Mike Rosset 44e70dee18
gnu: tuxguitar: Build and install ALSA plugin.
* gnu/packages/music.scm (tuxguitar): Allows MIDI sound output when using
a synthesizer like TiMidity++.
[inputs]: Add alsa-lib.
[arguments]: No longer change build directory context between phases.  Install
desktop, mime and manual files during the "install" phase.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-01-23 20:57:23 -05:00
Ludovic Courtès 039cb8e6b1
news: Add entry for Guile 3.0.
* etc/news.scm: Add entry for Guile 3.0.
2020-01-23 23:36:25 +01:00
Ludovic Courtès 8234fe653e
self: Build with Guile 3.0.
* guix/self.scm (specification->package): Return the "guile3.0-"
variants.
(guix-derivation): Change 'guile' to (specification->package "guile").
Pass "3.0" as #:guile-version.
2020-01-23 23:34:10 +01:00
Ludovic Courtès 370891d565
derivations: Inline 'find' in 'coalesce-duplicate-inputs'.
Previously the first argument to 'find' would show up high in profiles
of 'package-derivation'.  This speeds things up a big, especially on
Guile 3.

* guix/derivations.scm (coalesce-duplicate-inputs)[find]: New
procedure.
2020-01-23 23:34:10 +01:00
Ludovic Courtès 4d52e0f667
compile: Remove incorrect exports.
This is a followup to fed3632812.

* guix/build/compile.scm: Remove exports of '%lightweight-optimizations'
and '%default-optimizations'.
* guix/self.scm: Remove unused (guix build compile) module.
2020-01-23 23:34:09 +01:00
Marius Bakke 82a2bd3a4e
gnu: libqmi: Update to 1.24.4.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.4.
2020-01-23 22:43:47 +01:00
Marius Bakke 10214fa9f6
gnu: gsasl: Do not build 'libgsasl.a'.
* gnu/packages/gsasl.scm (gsasl)[arguments]: Add "--disable-static" to
 #:configure-flags.
2020-01-23 22:43:46 +01:00
Marius Bakke df8a9c7496
gnu: gsasl: Update to 1.8.1.
* gnu/packages/gsasl.scm (gsasl): Update to 1.8.1.
[source](modules, snippet): Remove.
[inputs]: Add LIBGCRYPT.
2020-01-23 22:43:46 +01:00
JoJo e3ee802379
gnu: Add ghc-llvm-hs.
* gnu/packages/haskell-xyz.scm (ghc-llvm-hs): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-23 16:42:13 -05:00
JoJo 84436be094
gnu: Add ghc-llvm-hs-pure.
* gnu/packages/haskell-xyz.scm (ghc-llvm-hs-pure): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-23 16:42:13 -05:00
Danny Milosavljevic a78364e91c
gnu: Add ne.
* gnu/packages/text-editors.scm (ne): New variable.
2020-01-23 22:10:18 +01:00
Kei Kebreau 48446f0f94
gnu: wxmaxima: Update to 20.01.3.
* gnu/packages/maths.scm (wxmaxima): Update to 20.01.3.
[home-page]: Update URL.
2020-01-23 14:22:41 -05:00
Paul Garlick 37bb0d1eaf
gnu: fenics: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (fenics): Update to 2019.1.0.post0.
[arguments]: In the 'pre-check' phase, add three more demos to the
list of demos that are skipped.
2020-01-23 16:50:00 +00:00
Paul Garlick 09ecd9a794
gnu: fenics-dolfin: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (fenics-dolfin): Update to 2019.1.0.post0.
[source](snippet): Remove three substitutions that are no longer needed.
[native-inputs]: Use compatible version of CATCH.
[arguments]: Use CMAKE version 3.15.5 to avoid EXCLUDE_FROM_ALL
regression.  See <https://issues.guix.gnu.org/issue/38060>.
2020-01-23 16:49:59 +00:00
Paul Garlick ec8dff8980
gnu: python-fenics-ffc: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (python-fenics-ffc): Update to 2019.1.0.post0.
2020-01-23 16:49:58 +00:00
Paul Garlick 4dfb22c1e3
gnu: python-fenics-fiat: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-fiat): Update to 2019.1.0.
2020-01-23 16:49:58 +00:00
Paul Garlick def588d250
gnu: python-fenics-ufl: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-ufl): Update to 2019.1.0.
2020-01-23 16:49:57 +00:00
Paul Garlick 236861847f
gnu: python-fenics-dijitso: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-dijitso): Update to 2019.1.0.
2020-01-23 16:49:41 +00:00
Guillaume Le Vaillant 8c5cde2546
gnu: jgmenu: Update to 4.0.1.
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.0.1.
  [native-inputs]: Add cppcheck.
  [inputs]: Add glib and remove python.
  [arguments]: Remove fix-paths phase, add fix-tests phase and update
  configure phase.
2020-01-23 11:53:52 +01:00
Guillaume Le Vaillant 09e745185b
gnu: xsecurelock: Fix strange character in description.
* gnu/packages/xdisorg.scm (xsecurelock)[description]: Replace strange
  character by a space.
2020-01-23 11:53:52 +01:00
Guillaume Le Vaillant dc4fae11ab
gnu: udiskie: Update to 2.0.4.
* gnu/packages/freedesktop.scm (udiskie): Update to 2.0.4.
* gnu/packages/patches/udiskie-no-appindicator.patch: Update for 2.0.4.
2020-01-23 11:53:52 +01:00
Ludovic Courtès 2c9fd7636f
gnu: guile-present: Add "guile3.0-present".
* gnu/packages/gtk.scm (guile-present)[source](snippet): Add "3.0" to
the supported Guile versions.
(guile3.0-present): New variable.
2020-01-23 11:26:56 +01:00
Ludovic Courtès 897186c155
gnu: guile-present: Pass the right module directories in scripts.
* gnu/packages/gtk.scm (guile-present)[arguments]: In 'post-install'
phase, remove hard-coded "2.0" and replace it by a computed effective
version.  Also, pass "/site-ccache" to -C.
2020-01-23 11:26:56 +01:00
Ludovic Courtès b93cde3d8c
gnu: guile-present: Install .go files in /site-ccache.
* gnu/packages/gtk.scm (guile-present)[source]: Add 'modules' and 'snippet'.
2020-01-23 11:26:55 +01:00
Ludovic Courtès 46378df050
gnu: guile-rsvg: Add "guile3.0-rsvg" variant.
* gnu/packages/gtk.scm (guile3.0-rsvg): New variable.
2020-01-23 11:26:55 +01:00
Ludovic Courtès e4dbe0cd2e
gnu: guile-cairo: Add "guile3.0-cairo" variant.
* gnu/packages/gtk.scm (guile-cairo)[source](snippet): Add #include
<string.h> everywhere #include <libguile.h> appears.
(guile3.0-cairo): New variable.
2020-01-23 11:26:55 +01:00
Ludovic Courtès 675f1940e9
gnu: guile-lib: Add "guile3.0-lib" variant.
* gnu/packages/guile-xyz.scm (guile-lib)[source]: Add 'modules' and
'snippet'.
(guile3.0-lib): New variable.
2020-01-23 11:26:55 +01:00
Ludovic Courtès 3de0d20b80
gnu: mcron: Add "guile3.0-mcron" variant.
* gnu/packages/guile-xyz.scm (mcron)[arguments]: In 'fix-finding-guile'
phase, add "3.0".
(guile3.0-mcron): New variable.
2020-01-23 11:26:55 +01:00
Ludovic Courtès 93d94134cc
gnu: haunt: Add "guile3.0-haunt" variant.
* gnu/packages/guile-xyz.scm (haunt)[source]: Add 'modules' and 'snippet'.
[arguments]: In 'wrap-haunt' phase, assume that INPUTS might lack
"guile-reader".
(guile3.0-haunt): New variable.
2020-01-23 11:26:55 +01:00
Ludovic Courtès 6e6aab0b6a
gnu: guile-next: Disable JIT on armhf-linux.
* gnu/packages/guile.scm (guile-3.0)[arguments]: New field.
2020-01-23 11:26:55 +01:00
Ludovic Courtès f79313b387
tests: Fix typo in comment.
* gnu/tests.scm: Add missing word in commentary.
2020-01-23 11:26:55 +01:00
Ludovic Courtès 6bd072ff66
installer: Make "TRANSLATORS" comment visible.
* gnu/installer/newt/user.scm (run-root-password-page): Move
"TRANSLATORS" comment right above 'G_' call.
2020-01-23 11:26:54 +01:00
Tobias Geerinckx-Rice 52d9cad485
gnu: sassc/libsass-3.5: Hide.
This follows up on commit bed24ecfcd.

Reported-by: Christopher Baines <mail@cbaines.net>

* gnu/packages/web.scm (sassc/libsass-3.5)[properties]: Hide package.
2020-01-23 10:46:35 +01:00
Jan Nieuwenhuizen 6e5fc6c7ef
gnu: mes: Update to 0.22.
* gnu/packages/mes.scm (mes): Update to 0.22.  Remove store name patch.  Add
MES_PREFIX to native-search-paths.
* gnu/packages/patches/mes-remove-store-name.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/mes.scm (mes-rb5): Depend on gzip instead of xz; this enables
unpacking the now unpatched mes source.  Update to check bin/mes-mescc-0.21.
2020-01-23 09:00:49 +01:00
Eric Bavier 7357b3d7a5
gnu: libnslog: Use check@0.12.
Tests fail with check@0.13 due to implementation changes.

* gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'.
2020-01-23 00:36:59 -06:00
Eric Bavier 30adc9e0e1
gnu: perl-term-readline-gnu: Fix library initialization.
* gnu/packages/perl.scm (perl-term-readline-gnu)[arguments]: Patch library
search directories into Makefile.PL so that the resulting Gnu.so library
contains expected DT_NEEDED entries for libreadline and libncurses.
2020-01-22 22:50:55 -06:00
Tobias Geerinckx-Rice c356e65610
gnu: bind: Update to 9.14.10.
* gnu/packages/dns.scm (bind): Update to 9.14.10.
2020-01-23 04:57:50 +01:00