Commit Graph

30581 Commits (bb5c508c12db269017cec41350f30ac1e3edd644)

Author SHA1 Message Date
Julien Lepiller 76fa5e042b
gnu: guix: Add po4a input.
* gnu/packages/package-management.scm (guix)[inputs]: Add po4a.
2018-04-19 21:30:49 +02:00
Julien Lepiller b9fe8fd662
gnu: doc: Allow documentation to be translated.
* po/doc/contributing.pot: New file.
* po/doc/guix.pot: New file.
* po/doc/local.mk: New file.
* Makefile.am: Include it. Add gettext command. Add silent rules for po4a.
* configure.ac: Look for po4a-translate and po4a-updatepo.
* doc/local.mk: Add rules to generate translated texi files.
(TRANSLATED_INFO): New variable.
(BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add it.
* .gitignore: Add generated files.
2018-04-19 21:30:30 +02:00
Maxim Cournoyer 9490c411f0
gnu: ert-runner: Adjust ert-runner wrapper to honor EMACSLOADPATH.
* gnu/packages/emacs.scm (ert-runner): Use 'prefix instead of '= for setting
the EMACSLOADPATH environment variable. Reuse the already computed
EMACSLOADPATH for wrap-program. Specify the dependencies directly in the
inputs field.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer d1d41db6bb
gnu: Adapt Emacs packages to use the new check phase.
* gnu/packages/emacs.scm (emacs-dash, emacs-s, emacs-string-inflection,
emacs-company, emacs-clojure-mode, emacs-julia-mode, emacs-elfeed,
emacs-memoize, emacs-use-package, emacs-xmlgen, emacs-json-reformat,
emacs-which-key, emacs-ws-butler, emacs-git-messenger, emacs-browse-at-remote,
emacs-evil-quickscope)[arguments]: Add #:tests? and #:test-command arguments
to use the new check phase.
(emacs-json-reformat)[inputs]: Move emacs-dash and emacs-shut-up to ...
[native-inputs]: here. Add ert-runner.
(emacs-company)[arguments]: Refactor fix-bin-dir phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer facc0a96a1
build-system: emacs: Add improved check phase.
* guix/build-system/emacs.scm (emacs-build): Add #:test-command keyword
argument. Remove #:configure-flags and #:test-target keyword arguments.
* guix/build/emacs-build-system.scm (check): New procedure.
(%standard-phases): Register check phase after the build phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer 8a8fa82e72
build-system: emacs: Replace system* with invoke.
* guix/build/emacs-utils.scm: Use (guix build utils) for invoke.
(emacs-batch-eval, emacs-batch-edit-file): Replace system* with invoke.
* guix/build/emacs-build-system.scm (make-autoloads): No need to return #t
explicitly since emacs-generate-autoloads now uses invoke.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer 259ed58fef
gnu: emacs-pdf-tools: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add
emacs-set-emacs-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer b5904fcc34
build-system: emacs: Search all inputs for Emacs Lisp directories.
* guix/build/emacs-build-system.scm (set-emacs-load-path): Include Emacs Lisp
directories from all inputs. Also, add the unpacked source directory to
EMACSLOADPATH.
(emacs-inputs, emacs-inputs-directories, emacs-input->el-directory,
emacs-inputs-el-directories): Remove.
(%standard-phases): Move set-emacs-load-path phase to after unpack phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:47 +05:30
Efraim Flashner 2bb915e679
gnu: u-boot-odroid-c2: Remove variable.
U-boot for this target requires a binary blob to boot correctly.

* gnu/packages/bootloaders.scm (u-boot-odroid-c2): Remove variable.
2018-04-19 21:42:12 +03:00
Roel Janssen 5cefb13ddd
guix-daemon: Disable garbage collection for remote connections.
* nix/nix-daemon/nix-daemon.cc (isRemoteConnection): New variable.
  (performOp): For wopCollectGarbage, throw an error when isRemoteConnection
  is set.
  (acceptConnection): Set isRemoteConnection when connection is not AF_UNIX.
* tests/guix-daemon.sh: Add a test for the new behavior.
2018-04-19 19:06:26 +02:00
Marius Bakke 7c16af4646
gnu: python-bcrypt: Move to (gnu packages python-crypto).
* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ...
* gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here.
* gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
2018-04-19 18:03:04 +02:00
Leo Famulari 44b98b0002
gnu: Perl: Fix a grafting failure due to a path that includes the package version.
Fixes <https://bugs.gnu.org/31210>.

* gnu/packages/perl.scm (perl-5.26.2): Don't use package/inherit.
[arguments]: Add a 'workaround-grafting-version-bug' phase.
2018-04-19 10:37:17 -04:00
Roel Janssen d28e5ad23c
gnu: guile-curl: Use invoke.
* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*.
2018-04-19 14:26:35 +02:00
Pierre Neidhardt b164233851
gnu: Add fortune-mod.
* gnu/packages/games.scm (fortune-mod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:53:58 +02:00
Pierre Neidhardt 9a3fb60ca3
gnu: Add perl-test-runvalgrind
* gnu/packages/perl-check.scm (perl-test-runvalgrind): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:48:45 +02:00
Pierre Neidhardt e118a013c8
gnu: Add perl-io-all.
* gnu/packages/perl.scm (perl-io-all): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:48:35 +02:00
Pierre Neidhardt 7234fbcb25
gnu: Add perl-file-readbackwards.
* gnu/packages/perl.scm (perl-file-readbackwards): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:47:44 +02:00
Diego Nicola Barbato 0818c01aef
gnu: libfive: Add snippet, enable tests and remove obsolete phase.
* gnu/packages/engineering.scm (libfive)[source]: Add snippet to
remove bundled catch.
[arguments]: Remove #:tests?.  Add #:test-target.  Remove phase
'add-eigen-to-search-path'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:24:37 +02:00
Rouby Pierre-Antoine 541dac8aee
gnu: Add spindle.
* gnu/packages/admin.scm (spindle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:10:06 +02:00
Rouby Pierre-Antoine 3ebf2c2947
gnu: Add launchmon.
* gnu/packages/admin.scm (launchmon): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:10:02 +02:00
Ludovic Courtès 67a51b6755
gnu: mcron: Update to 1.1.1.
Fixes <https://bugs.gnu.org/31113>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/guile.scm (mcron): Update to 1.1.1.
[arguments]: Change timezone in 'set-timezone' phase.  Remove
'disable-schedule-test' and 'wrap-programs' phases.  Add 'adjust-tests'
phase.
* gnu/tests/base.scm (%mcron-os): Change JOB1 to use the 'next-seconds'
form.
2018-04-19 00:14:50 +02:00
Ludovic Courtès 4f04e271e3
nls: Update 'fr' translation. 2018-04-19 00:14:49 +02:00
Ludovic Courtès c88abbf2fd
nls: Update 'es' translation. 2018-04-19 00:14:49 +02:00
Clément Lassieur 28ca6b35d9
gnu: Add emacs-lispyville.
* gnu/packages/emacs.scm (emacs-lispyville): New variable.
2018-04-19 00:13:04 +02:00
Clément Lassieur e8360eb8ea
gnu: emacs-lispy: Change source to recent Git commit.
* gnu/packages/emacs.scm (emacs-lispy): Wrap with let, and change source to
the Git repository.
[propagated-inputs]: Add emacs-zoutline.
2018-04-19 00:13:04 +02:00
Clément Lassieur 30cf707088
gnu: Add emacs-zoutline.
* gnu/packages/emacs.scm (emacs-zoutline): New variable.
2018-04-19 00:11:40 +02:00
Leo Famulari 16a8cb9b43
gnu: blender: Update to 2.79b.
* gnu/packages/graphics.scm (blender): Update to 2.79b.
2018-04-18 17:41:35 -04:00
Leo Famulari 4a146957e7
gnu: mpg123: Update to 1.25.10.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.10.
2018-04-18 17:14:13 -04:00
Roel Janssen 5e3010a2ac
gnu: Add guile-curl.
* gnu/packages/curl.scm (guile-curl): New variable.
2018-04-18 23:00:41 +02:00
Leo Famulari cf10095c17
gnu: mutt: Update to 1.9.5.
* gnu/packages/mail.scm (mutt): Update to 1.9.5.
2018-04-18 16:58:13 -04:00
Leo Famulari 6e2729a3fb
gnu: lynx: Update to 2.8.9dev.17.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.17.
2018-04-18 12:33:42 -04:00
Leo Famulari e45f399bf9
gnu: qemu: Fix CVE-2018-7550.
* gnu/packages/patches/qemu-CVE-2018-7550.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2018-04-18 11:38:45 -04:00
Efraim Flashner 94b22905ab
gnu: rust: Skip test_loading_cosine test.
* gnu/packages/rust.scm (rust-1.19.0)[arguments]: Modify custom
'patch-tests phase to skip test_loading_cosine test.
(rust-1.24.0)[arguments]: Modify inherited 'patch-tests to point to
updated code locations.
2018-04-18 09:49:57 +03:00
Kei Kebreau 9d39c300cf
gnu: nestopia-ue: Update to 1.48.
* gnu/packages/emulators.scm (nestopia-ue): Update to 1.48.
[source]: Simplify snippet; 3rd-party zlib is no longer bundled.
[build-system]: Switch to cmake-build-system.
[inputs]: Remove glu and mesa. Add libepoxy.
[arguments]: Remove #:make-flags. Re-enable 'configure' phase. Remove
'remove-xdg-desktop-menu-call' and 'remove-gdkwayland-include' phases. Add
'wrap-program' phase.
2018-04-17 20:08:38 -04:00
Tobias Geerinckx-Rice cbb10936f5
gnu: python-pretend: Update to 1.0.9.
* gnu/packages/python.scm (python-pretend): Update to 1.0.9.
2018-04-18 00:58:20 +02:00
Tobias Geerinckx-Rice 5a8cea3830
gnu: gphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.17.
2018-04-18 00:58:20 +02:00
Tobias Geerinckx-Rice 433e85e50c
gnu: libgphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.17.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice 3b7999a79a
gnu: r-arules: Update to 1.6-1.
* gnu/packages/cran.scm (r-arules): Update to 1.6-1.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice 63ec5e6612
gnu: r-tseries: Update to 0.10-44.
* gnu/packages/cran.scm (r-tseries): Update to 0.10-44.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice e7c4ad7d24
gnu: r-proxy: Update to 0.4-22.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-22.
2018-04-18 00:38:10 +02:00
Tobias Geerinckx-Rice e81ef082d0
gnu: r-ape: Update to 5.1.
* gnu/packages/cran.scm (r-ape): Update to 5.1.
2018-04-18 00:38:10 +02:00
Tobias Geerinckx-Rice fb02f7bb3e
gnu: r-callr: Update to 2.0.3.
* gnu/packages/cran.scm (r-callr): Update to 2.0.3.
2018-04-18 00:38:09 +02:00
Marius Bakke 4bdf6b254f
gnu: nginx: Update to 1.14.0.
* gnu/packages/web.scm (nginx): Update to 1.14.0.
2018-04-18 00:33:30 +02:00
Marius Bakke 74601e456b
gnu: Remove unneeded import.
* gnu/packages/texinfo.scm: Remove unused (gnu packages linux) import.
2018-04-18 00:33:30 +02:00
Marius Bakke af5638b803
gnu: samba: Update to 4.7.7.
* gnu/packages/samba.scm (samba): Update to 4.7.7.
2018-04-18 00:33:30 +02:00
Marius Bakke 217b8c2e06
gnu: perl: Replace with 5.26.2 [fixes CVE-2018-{6797,6798,6913}].
* gnu/packages/perl.scm (perl-5.26.2): New public variable.
(perl)[replacement]: New field.
2018-04-18 00:33:30 +02:00
Leo Famulari 269d0858c6
gnu: Move the Go standard libraries to (gnu packages golang).
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea, go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf,
go-golang-org-x-net-context, go-golang-org-x-net-internal-iana,
go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy, go-golang-org-x-sys-unix,
go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
go-golang-org-x-time-rate): Move these packages ...
* gnu/packages/golang.scm: ... to here.
2018-04-17 17:47:36 -04:00
Leo Famulari 71653653ea
gnu: subversion: Update to 1.10.0.
* gnu/packages/version-control.scm (subversion): Update to 1.10.0.
(arguments): Patch a hidden shebang in a new 'patch-test-sh' phase.
(inputs): Add lz4 and utf8proc. Switch from python-2 to python-wrapper@3.
2018-04-17 14:36:34 -04:00
Danny Milosavljevic 8366a67b0a
gnu: mrustc: Update to 0.0.0-1.4f98e43.
* gnu/packages/rust.scm (mrustc): Update to 0.0.0-1.4f98e43.
2018-04-17 19:22:39 +02:00
Maxim Cournoyer a05a637ccc
gnu: emacs-idris-mode: Fix source hash.
* gnu/packages/emacs.scm (emacs-idris-mode)[source]: Fix hash.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-17 20:00:15 +05:30