Efraim Flashner
597f35e6f0
gnu: vim-full: Fix test suite.
...
* gnu/packages/vim.scm (vim-full)[arguments]: Add custom phase to remove
test87.
2018-12-29 20:26:45 +02:00
Efraim Flashner
38a3b66619
gnu: gnuastro: Update to 0.8.
...
* gnu/packages/astronomy.scm (gnuastro): Update to 0.8.
[native-inputs]: Add lzip.
2018-12-29 20:26:45 +02:00
Kei Kebreau
a8b567f9c0
gnu: schismtracker: Update to 20181223.
...
* gnu/packages/music.scm (schismtracker): Update to 20181223.
2018-12-29 12:56:51 -05:00
Ricardo Wurmus
4629d26755
gnu: php: Build bcmath.
...
* gnu/packages/php.scm (php)[arguments]: Add "--enable-bcmath" to configure
flags.
2018-12-29 13:27:20 +01:00
Rutger Helling
8e7dd71c19
gnu: wine-staging: Update to 4.0-rc4.
...
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc4.
* gnu/packages/wine.scm (wine-staging): Update to 4.0-rc4.
2018-12-29 13:03:04 +01:00
Nicolas Goaziou
31603ee608
gnu: giac-xcas: Update to 1.5.0-29.
...
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-29.
2018-12-29 10:06:36 +01:00
Nicolas Goaziou
8168404f3c
gnu: mame: Update to 0.205.
...
* gnu/packages/emulators.scm (mame): Update to 0.205.
[arguments]: Remove unnecessary fix.
2018-12-29 08:29:48 +01:00
Ludovic Courtès
dd8356e3c6
hydra: Use short timeouts for the QEMU jobs and system tests.
...
These builds shouldn't take too long. Sometimes the guest kernel
crashes and the VM gets stuck; we should be able to terminate those jobs
quickly.
* build-aux/hydra/gnu-system.scm (qemu-jobs)[->alist]: Add
'max-silent-time' and 'timeout'.
(system-test-jobs)[test->thunk]: Likewise.
2018-12-29 01:05:17 +01:00
Danny Milosavljevic
e4231cfeea
gnu: Add xfsprogs.
...
* gnu/packages/linux.scm (xfsprogs): New variable.
2018-12-28 14:20:49 +01:00
Nicolas Goaziou
11d44d0b2a
gnu: musescore: Update to 3.0.
...
* gnu/packages/music.scm (musescore): Update to 3.0.
[build-system]: Switch to CMake build system.
[arguments]: Apply build system change.
[native-inputs]: Remove unnecessary "cmake" input.
2018-12-28 13:26:02 +01:00
Efraim Flashner
4bc00b5631
gnu: wget: Enable previously failing test.
...
* gnu/packages/wget.scm (wget)[arguments]: Remove custom phase skipping
SSL tests.
2018-12-28 09:58:56 +02:00
Efraim Flashner
54d6096255
gnu: wget: Update to 1.20.1.
...
* gnu/packages/wget.scm (wget): Update to 1.20.1.
2018-12-28 09:37:53 +02:00
Ludovic Courtès
842ffcfd2d
gnu: cdrtools: Do not record the kernel version.
...
This allows for reproducible builds across machines running different
versions of the kernel Linux.
* gnu/packages/cdrom.scm (cdrtools)[source](modules, snippet): New
fields.
2018-12-28 00:30:03 +01:00
Marius Bakke
5a7899fd88
gnu: mbedtls-apache: Update to 2.16.0.
...
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.0.
2018-12-27 15:41:34 +01:00
Marius Bakke
b79ed58122
gnu: samba: Update to 4.9.4.
...
* gnu/packages/samba.scm (samba): Update to 4.9.4.
2018-12-27 15:41:34 +01:00
Marius Bakke
035f916114
gnu: strace: Update to 4.26.
...
* gnu/packages/linux.scm (strace): Update to 4.26.
[license]: Change to LGPL2.1+.
2018-12-27 15:41:34 +01:00
Efraim Flashner
b130354999
gnu: vim: Don't use unstable tarball.
...
* gnu/packages/vim.scm (vim)[source]: Use 'git-fetch'.
2018-12-27 15:34:02 +02:00
Efraim Flashner
3d6bc5af91
gnu: vim: Use https.
...
* gnu/packages/vim.scm (vim)[home-page]: Use https.
2018-12-27 15:34:02 +02:00
Efraim Flashner
83541fb678
gnu: viewnior: Don't use unstable tarball.
...
* gnu/packages/image-viewers.scm (viewnior)[source]: Use 'git-fetch'.
2018-12-27 15:33:58 +02:00
Efraim Flashner
c180017b6f
lint: Check for unstable tarballs.
...
* guix/scripts/lint.scm (check-source-unstable-tarball): New procedure.
(%checkers): Add it.
* tests/lint.scm ("source-unstable-tarball", "source-unstable-tarball:
source #f", "source-unstable-tarball: valid", "source-unstable-tarball:
package named archive", "source-unstable-tarball: not-github",
"source-unstable-tarball: git-fetch"): New tests.
* doc/guix.texi (Invoking guix lint): Document it.
2018-12-27 14:55:54 +02:00
Pierre-Antoine Rouby
039ccc7118
gnu: Add guile-mastodon.
...
* gnu/packages/guile.scm (guile-mastodon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-27 12:08:25 +01:00
Ludovic Courtès
5923102f7b
pull: Add '--system'.
...
* guix/scripts/pull.scm (%options): Add '--system'.
(guix-pull): Honor it.
* doc/guix.texi (Invoking guix pull): Document it.
2018-12-27 12:08:25 +01:00
Ludovic Courtès
ad3c9fbbb9
gnu: guix: Update to 7ba2b27
.
...
* gnu/packages/package-management.scm (guix): Update to 7ba2b27
.
2018-12-27 12:08:25 +01:00
Julien Lepiller
912f44005d
gnu: ocaml: Fix indentation.
...
* gnu/packages/ocaml.scm: Fix indentation issues.
2018-12-27 09:47:22 +01:00
Gabriel Hondet
2e951707f5
gnu: Add ocaml-yojson.
...
* gnu/packages/ocaml.scm (ocaml-yojson): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-27 09:37:40 +01:00
Gabriel Hondet
2939fe7b3c
gnu: Add ocaml-biniou.
...
* gnu/packages/ocaml.scm (ocaml-biniou): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-27 09:35:17 +01:00
Gabriel Hondet
ad536c98f9
gnu: Add emacs-flycheck-dedukti.
...
* gnu/packages/emacs.scm (emacs-flycheck-dedukti): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-27 09:19:15 +01:00
Gabriel Hondet
4a2e1e7280
gnu: Add emacs-dedukti-mode.
...
* gnu/packages/emacs.scm (emacs-dedukti-mode): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-27 09:18:31 +01:00
Efraim Flashner
6286880a8b
gnu: terminology: Update to 1.3.2.
...
* gnu/packages/enlightenment.scm (terminology): Update to 1.3.2.
2018-12-27 09:53:03 +02:00
Efraim Flashner
d037353c76
gnu: kodi: Update to 18.0rc3.
...
* gnu/packages/kodi.scm (kodi): Update to 18.0rc3.
2018-12-27 09:35:46 +02:00
Kei Kebreau
fbf7b7e9e6
gnu: mit-scheme: Enable tests.
...
* gnu/packages/scheme.scm (mit-scheme)[arguments]: Remove #:tests?. Add
'patch-/bin/sh' phase.
[native-inputs]: Add autoconf, automake, and libtool.
2018-12-26 16:37:45 -05:00
Julien Lepiller
79f6fc0d99
gnu: antlr2: Fix reproducibility.
...
* gnu/packages/java.scm (antlr2)[arguments]: Add a phase to fix a timestamp issue.
2018-12-26 18:58:02 +01:00
Meiyo Peng
7ba2b27467
gnu: Add badvpn.
...
* gnu/packages/vpn.scm (badvpn): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-26 18:40:49 +01:00
Ludovic Courtès
0ef595b996
offload: Remove unnecessary locking on machine slots.
...
This extra level of locking turned out to be unnecessary.
* guix/scripts/offload.scm (with-machine-lock): Remove.
(machine-lock-file): Remove.
(acquire-build-slot): Remove surrounding 'with-machine-lock'.
2018-12-26 18:40:49 +01:00
Ludovic Courtès
7f4d102c2f
offload: Remove the "machine choice" lock.
...
This lock was unnecessary and it led to a contention when many 'guix
offload' processes are polling for available machines.
* guix/scripts/offload.scm (machine-choice-lock-file): Remove.
(choose-build-machine): Remove surrounding 'with-file-lock (machine-lock-file)'.
2018-12-26 18:40:49 +01:00
Pkill -9
b12f8720f5
system: Fix missing space in boot labels for kernels that are inferior packages
...
* gnu/system.scm (kernel->boot-label): Add a missing space between
the kernel's package name and package version for inferior packages.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-26 18:40:49 +01:00
Efraim Flashner
10275b7466
gnu: python-openid: Update to 3.1.0.
...
* gnu/packages/python-web.scm (python-openid): Update to 3.1.0.
[arguments]: Update custom 'check phase.
[native-inputs]: Add python-coverage.
2018-12-26 12:29:48 +02:00
Efraim Flashner
fb4fcfab9d
gnu: python-gpg: Update to 1.10.0.
...
* gnu/packages/gnupg.scm (python-gpg): Update to 1.10.0.
[arguments]: Add custom phase to set 'gcc' call.
2018-12-26 12:29:48 +02:00
Efraim Flashner
fb075e2fda
gnu: python-apache-libcloud: Update to 2.4.0.
...
* gnu/packages/python.scm (python-apache-libcloud): Update to 2.4.0.
2018-12-26 12:29:45 +02:00
Efraim Flashner
cf51b828af
gnu: translate-shell: Wrap binary.
...
* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Add custom
phase to wrap the 'trans' binary with the inputs.
[native-inputs]: Move curl, fribidi, rlwrap ...
[inputs]: ... to here.
2018-12-25 22:05:51 +02:00
Efraim Flashner
f76335740c
gnu: translate-shell: Update to 0.9.6.9.
...
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.9.
2018-12-25 22:05:51 +02:00
Efraim Flashner
cfa3b7182d
gnu: translate-shell: Use 'git-fetch'.
...
* gnu/packages/dictionaries.scm (translate-shell)[source]: Use
'git-fetch'.
[arguments]: Add custom phase to remove "translate" file.
2018-12-25 22:05:48 +02:00
Gabriel Hondet
5895696e4c
gnu: Add dedukti.
...
* gnu/packages/ocaml.scm (dedukti): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-25 18:47:37 +01:00
Meiyo Peng
d8dcbcc91d
gnu: Add polybar.
...
* gnu/packages/wm.scm (polybar): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-25 17:14:49 +01:00
Ludovic Courtès
10b2834f82
offload: Adjust 'test' and 'status' to the latest changes.
...
This is a followup to ed7b44370f71126087eb953f36aad8dc4c44109f;
following that commit, 'guix offload test' and 'guix offload status'
would abort with a backtrace instead of clearly diagnosing a missing
'guix' command on the build machine.
* guix/scripts/offload.scm (assert-node-has-guix): Call 'leave' when
NODE is not an inferior. Remove 'catch' blocks for 'node-repl-error'.
(check-machine-availability): Invoke 'assert-node-has-guix' first.
(check-machine-status): Print a warning when 'remote-inferior' returns #f.
2018-12-25 17:13:43 +01:00
Rutger Helling
522d1b87bc
gnu: llvm@7.0.0: Update to 7.0.1.
...
* gnu/packages/llvm.scm (llvm@7.0.0): Update to 7.0.1. Rename to llvm@7.0.1.
2018-12-25 12:30:48 +01:00
Efraim Flashner
950ebfd116
gnu: librime: Remove bundled sources.
...
* gnu/packages/ibus.scm (librime)[source]: Add snippet to remove bundled
sources.
[arguments]: Add custom phase to not search bundled headers.
[native-inputs]: Add googletest, xorgproto.
2018-12-25 08:51:01 +02:00
Efraim Flashner
66b266e6df
gnu: librime: Update to 1.3.2.
...
* gnu/packages/ibus.scm (librime): Update to 1.3.2.
2018-12-25 08:50:58 +02:00
Leo Famulari
5a3f32ca75
gnu: darktable: Update to 2.6.0.
...
* gnu/packages/photo.scm (darktable): Update to 2.6.0.
2018-12-24 18:01:36 -05:00
Efraim Flashner
7e48e8492a
gnu: gcompris-qt: Enable tests.
...
* gnu/packages/education.scm (gcompris-qt)[arguments]: Add custom phase
to start X server before tests. Add configure flag to build tests.
Enable tests.
[native-inputs]: Add xorg-server.
2018-12-24 22:19:40 +02:00