Commit graph

50868 commits

Author SHA1 Message Date
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
Tobias Geerinckx-Rice 4b163550bd
gnu: Order module imports in (gnu packages ntp).
This shouldn't cause any conflicts :-)

* gnu/packages/ntp.scm: Order module imports alphabetically.
2020-03-31 14:30:39 +02:00
Tobias Geerinckx-Rice 5acea98e4b
gnu: sonic: Fix installation directories.
* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of
DESTDIR with PREFIX.  Add the required ‘rpath’ LDFLAGS together with a
‘respect-LDFLAGS’ phase.
2020-03-31 14:30:39 +02:00
Tobias Geerinckx-Rice f255bec634
gnu: hexchat: Fix typo in synopsis.
* gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’.
2020-03-31 14:30:39 +02:00
Tobias Geerinckx-Rice 4e839a83de
gnu: gmime: Update to 3.2.7.
* gnu/packages/mail.scm (gmime): Update to 3.2.7.
2020-03-31 14:30:39 +02:00
Tobias Geerinckx-Rice 61e079d6c5
gnu: font-rachana: Don't use unstable tarball.
* gnu/packages/fonts.scm (font-rachana)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2020-03-31 14:30:39 +02:00
Tobias Geerinckx-Rice 0736d973d6
gnu: font-rachana: Update to 7.0.3.
* gnu/packages/fonts.scm (font-rachana): Update to 7.0.3.
2020-03-31 14:30:39 +02:00
Ricardo Wurmus 008b1aecf7
gnu: mumi: Update to 0.0.0-8.9f66dbc.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-8.9f66dbc.
2020-03-31 10:36:37 +02:00
Vincent Legoll 479e74d603
gnu: procenv: Make some inputs native & make multiline.
* gnu/packages/linux.scm (procenv)[native-inputs]: New field.
[inputs]: Move groff to native-inputs, move each remaining item on its own line.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31 09:41:54 +02:00
Vincent Legoll 5450e30172
gnu: nftables: Make some inputs native.
* gnu/packages/linux.scm (procenv)[native-inputs]: New field.
[inputs]: Move bison & flex to native-inputs.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31 09:41:47 +02:00
Vincent Legoll 913c8897ea
gnu: sudo: Make some inputs native.
* gnu/packages/admin.scm (sudo)[native-inputs]: New field.
[inputs]: Move groff to native-inputs.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31 09:41:39 +02:00
Vincent Legoll 3926d0fcff
gnu: privoxy: Make some inputs native.
* gnu/packages/tor.scm (privoxy)[native-inputs]: New field.
[inputs]: Move autoconf & automake to native-inputs.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31 09:41:32 +02:00
Raghav Gururajan 011f941279
gnu: antlr3: Make antlr3-3.3 public.
This is done in preparation of adding Linphone, which transitively requires
antlr3-3.3 through its belle-sip dependency.

* gnu/packages/java.scm (antlr3): Make antlr3-3.3 public.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-03-30 22:49:42 -04:00
John Soo 2330ef9427
gnu: Add emacs-flycheck-elm.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-elm): New variable.
2020-03-31 00:29:26 +02:00
Nicolas Goaziou df7bb43bd0
gnu: emacs-stumpwm-mode: Bump revision.
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Bump revision.  This is
a followup to 31ee29161c.
2020-03-30 22:51:02 +02:00
John Soo 47fc5229eb
gnu: Add emacs-dhall-mode.
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): New variable.
2020-03-30 22:41:27 +02:00
John Soo 1c2f6d66ec
gnu: Add emacs-haskell-snippets.
* gnu/packages/emacs-xyz.scm (emacs-haskell-snippets): New variable.
2020-03-30 22:38:09 +02:00
Oleg Pykhalov 9a12243c61
gnu: Add stumpish.
* gnu/packages/wm.scm (stumpish): New variable.
2020-03-30 23:20:54 +03:00
Oleg Pykhalov 65051fdce1
gnu: Add sbcl-stumpwm-ttf-fonts.
* gnu/packages/wm.scm (sbcl-stumpwm-ttf-fonts): New variable.
* doc/guix-cookbook.texi (Customizing a Window Manager): Document
SBCL-STUMPWM-TTF-FONTS installation and configuration.
2020-03-30 23:20:54 +03:00
Oleg Pykhalov 31ee29161c
gnu: emacs-stumpwm-mode: Update to 0.0.1-1.dd5b037.
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Update to 0.0.1-1.dd5b037.
2020-03-30 23:20:54 +03:00
Oleg Pykhalov 1fbd1b4cdb
gnu: Add sbcl-clx-truetype.
* gnu/packages/lisp-xyz.scm (sbcl-clx-truetype): New variable.
2020-03-30 23:20:54 +03:00
Leo Famulari 49d20d51e9
Revert "system: Move nanorc to XDG_CONFIG_HOME."
This reverts commit bd71818df3.

This changed caused system reconfiguration to fail like this:

------
building /gnu/store/y1x8asbzw624ywgkpin35p1i4bqnyfy2-skel.drv...
Backtrace:
           4 (primitive-load "/gnu/store/2x7d0jsbgf2ndb5fsk0nj07rhsx?")
In ice-9/eval.scm:
    619:8  3 (_ #f)
In ice-9/boot-9.scm:
   260:13  2 (for-each #<procedure 7ffff6ad8100 at ice-9/eval.scm:3?> ?)
In guix/build/utils.scm:
   343:27  1 (_ "/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrsv-nanorc" ?)
In unknown file:
           0 (copy-file "/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrs?" ?)

ERROR: In procedure copy-file:
In procedure copy-file: No such file or directory
`/gnu/store/v1grsca743phw41lyf63dzmh9nz5jlpn-bash_profile' -> `.bash_profile'
`/gnu/store/xdsaw0mj6axj427hyi6ysrnsxi21n7d5-bashrc' -> `.bashrc'
`/gnu/store/6i0b236dyar78zc5k5hrj5dv3vr4zb9w-zprofile' -> `.zprofile'
`/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrsv-nanorc' -> `.config/nano/nanorc'
builder for `/gnu/store/y1x8asbzw624ywgkpin35p1i4bqnyfy2-skel.drv' failed with exit code 1
------
2020-03-30 16:02:38 -04:00
Vagrant Cascadian 04fd952d54
gnu: reprotest: Update to 0.7.14.
* gnu/packages/diffoscope (reprotest): Update to 0.7.14.
* gnu/packages/patches/reprotest-support-guix.patch: Remove file.
* gnu/local.mk [dist_patch_DATA]: Update accordingly.
2020-03-30 12:58:44 -07:00
Vagrant Cascadian 03227eeb12
gnu: diffoscope: Update to 138.
* gnu/packages/diffoscope (diffoscope): Update to 138.
2020-03-30 12:43:22 -07:00
Lars-Dominik Braun 1110a421f4
gnu: Add python-tortoise-orm.
* gnu/packages/databases.scm (python-tortoise-orm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30 14:49:50 -04:00