Tobias Geerinckx-Rice
50d22ef15d
gnu: youtube-dl: Update to 2017.12.28.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.28.
2017-12-30 16:27:40 +01:00
Danny Milosavljevic
39afd2a8ce
gnu: python-lit: Fix tests.
...
* gnu/packages/check.scm (python-lit)[native-inputs]: Add python-pytest.
2017-12-30 12:00:31 +01:00
Leo Famulari
edc73cc2e5
gnu: tremc: Update to 0.9.0-2.e06d08d.
...
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.0-2.e06d08d.
[build-system]: Switch to the gnu-build-system.
[arguments]: Adjust accordingly.
2017-12-30 04:37:14 -05:00
Ludovic Courtès
33c3a214a4
gnu: guile@2.2: Fix cross-compilation.
...
Previously it would fail with:
GUILEC language/elisp/boot.go
[...]
In language/bytecode/spec.scm:
28:15 2 (bytecode->value #vu8(127 69 76 70 1 1 1 255 0 0 0 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 52 0 0 0 24 ?) ?)
In unknown file:
1 (load-thunk-from-memory #vu8(127 69 76 70 1 1 1 255 0 0 0 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 52 0 0 ?))
In ice-9/boot-9.scm:
752:25 0 (dispatch-exception _ _ _)
ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
In procedure load-thunk-from-memory: No such file or directory
* gnu/packages/guile.scm (guile-2.2)[arguments]: New field.
2017-12-30 01:30:20 +01:00
Rutger Helling
abdb97f8ce
gnu: mesa: Add radeon vulkan driver support for i686-linux.
...
* gnu/packages/gl.scm (mesa)[arguments]: Add "--with-vulkan-drivers" on
i686-linux. Change Vulkan comments and TODO to reflect the changes.
2017-12-29 19:46:31 +01:00
Efraim Flashner
e2f37d6ab7
gnu: rage: Update to 0.3.0.
...
* gnu/packages/enlightenment.scm (rage): Update to 0.3.0.
[build-system]: Switch to meson build system.
2017-12-29 15:22:51 +02:00
Marius Bakke
671dbdb9d5
tests: networking: Add tests for Open vSwitch.
...
* gnu/tests/networking.scm (openvswitch-configuration-service,
%openvswitch-os): New variables.
(setup-openvswitch, run-openvswitch-test): New procedures.
(%test-openvswitch): New public variable.
2017-12-29 14:07:38 +01:00
Marius Bakke
db8ed7cee8
services: networking: Add a dependency override mechanism to <static-networking>.
...
* gnu/services/networking.scm (<static-networking>)[requirement]: New field.
(static-networking-shepherd-service): Don't override requirement for loopback.
(static-networking-service): Expose 'requirement' parameter. Default to UDEV.
* gnu/services/base.scm (%base-services): Add (requirement '()) for loopback service.
* doc/guix.texi (Networking Services): Document it.
2017-12-29 14:06:26 +01:00
Marius Bakke
5859fd6c9e
gnu: ledger-agent: Escape '@' symbols in description.
...
Fixes a Texinfo syntax error introduced in d596fea5fd
.
Reported by Fis Trivial in <https://bugs.gnu.org/29879 >.
* gnu/packages/finance.scm (ledger-agent)[description]: Escape '@'.
2017-12-29 14:01:06 +01:00
Ludovic Courtès
8781c3d9fc
hydra: Do not cross-build from non-Intel platforms.
...
* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs](pointless?):
Return #t on non-Intel.
2017-12-29 13:38:06 +01:00
Ludovic Courtès
f3c294a2ab
gnu: coreutils: Fix cross-compilation.
...
Previously cross-compiling coreutils would fail with:
aarch64-linux-gnu-gcc -Os -g0 -Wl,--as-needed -static -pthread -o src/uptime src/uptime.o src/libver.a lib/libcoreutils.a lib/libcoreutils.a
/gnu/store/hk8615wmmzk28k5z06g69jm6vbhc8lgk-glibc-cross-aarch64-linux-gnu-2.26.105-g0890d5379c-static/lib/libc.a(mktime.o): In function `__mktime_internal':
/tmp/guix-build-glibc-cross-aarch64-linux-gnu-2.26.105-g0890d5379c.drv-0/glibc-2.26-105-g0890d5379c/time/mktime.c:353: multiple definition of `__mktime_internal'
lib/libcoreutils.a(mktime.o):mktime.c:(.text+0x214): first defined here
collect2: error: ld returned 1 exit status
* gnu/packages/base.scm (coreutils)[arguments]: Add #:configure-flags
when cross-compiling.
2017-12-29 13:31:10 +01:00
Efraim Flashner
fcc1e6760d
gnu: mesa: Add pl111 driver support for aarch64.
...
* gnu/packages/gl.scm (mesa)[arguments]: Build the pl111 gallium driver.
2017-12-29 14:04:27 +02:00
Rutger Helling
b2419613d0
gnu: mesa: Add TODO about Vulkan drivers on i686-linux.
...
* gnu/packages/gl.scm (mesa)[arguments]: Add TODO about building Mesa with
Vulkan drivers enabled on i686-linux.
2017-12-29 12:56:06 +01:00
Leo Famulari
e3cea0d5e4
gnu: lynx: Update to 2.8.9dev.16 [fixes CVE-2017-1000211].
...
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.16.
[arguments]: Patch the path of the shell in the translations makefile.
2017-12-29 01:53:51 -05:00
Leo Famulari
315430d7df
gnu: imagemagick: Update to 6.9.9-30.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-30.
2017-12-29 01:53:50 -05:00
Rutger Helling
ce9fbae1b7
gnu: qemu: Update home-page.
...
* gnu/packages/virtualization.scm (qemu)[home-page]: Update URL.
2017-12-28 23:58:36 +01:00
Rutger Helling
0e5d0f66b5
gnu: qemu: Add wrapper for Samba.
...
* gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to
a list, add --smbd flag. Add 'create-samba-wrapper phase.
2017-12-28 23:58:32 +01:00
Danny Milosavljevic
50c4d676ff
gnu: Add keepkey-agent.
...
* gnu/packages/finance.scm (keepkey-agent): New variable.
2017-12-28 22:28:13 +01:00
Danny Milosavljevic
d6ddeffcbc
gnu: Add python-keepkey.
...
* gnu/packages/finance.scm (python-keepkey, python2-keepkey): New variables.
2017-12-28 22:16:11 +01:00
Alex Kost
65f88296fb
gnu: emacs-guix: Update to 0.3.4.
...
* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.4.
2017-12-28 23:14:52 +03:00
Clément Lassieur
6a9d226665
gnu: Add missing copyright line.
...
* gnu/packages/ruby.scm: Add missing copyright line for commit f90c25c
.
2017-12-28 18:46:59 +01:00
Mathieu Othacehe
6b681ddda0
gnu: guix: Update snapshot to f76ff984
.
...
* gnu/packages/package-management.scm (guix): Update to f76ff984
.
2017-12-28 10:52:11 +01:00
Danny Milosavljevic
47c8ea994c
gnu: Add trezor-agent.
...
* gnu/packages/finance.scm (trezor-agent): New variable.
2017-12-28 10:13:21 +01:00
Danny Milosavljevic
d596fea5fd
gnu: Add ledger-agent.
...
* gnu/packages/finance.scm (ledger-agent): New variable.
2017-12-28 10:12:16 +01:00
Danny Milosavljevic
1dca32e3b9
gnu: Add python-trezor.
...
* gnu/packages/finance.scm (python-trezor, python2-trezor): New variables.
2017-12-28 09:34:20 +01:00
Danny Milosavljevic
96f5e2e9e4
gnu: Add python-ledgerblue.
...
* gnu/packages/finance.scm: Import (gnu packages libusb).
(python-ledgerblue, python2-ledgerblue): New variables.
2017-12-28 08:41:54 +01:00
Danny Milosavljevic
93e5c93e4c
gnu: Add python-hidapi.
...
* gnu/packages/libusb.scm (python-hidapi, python2-hidapi): New variables.
2017-12-28 08:35:24 +01:00
Rutger Helling
5bf306f93e
gnu: ceph: Disable tests.
...
* gnu/packages/storage.scm (ceph): Disable tests due to
<https://bugs.gnu.org/29674 >.
2017-12-28 08:24:42 +01:00
Efraim Flashner
42b9541c5b
gnu: mlt: Fix license.
...
mlt is built with '--enable-gpl3', so the license is gpl3.
* gnu/packages/video.scm (mlt)[license]: Change license to gpl3.
2017-12-28 08:36:15 +02:00
Efraim Flashner
615d14768c
gnu: mlt: Add ffmpeg support.
...
* gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
2017-12-28 08:35:28 +02:00
Clément Lassieur
beb3483553
gnu: Add ruby-org-ruby.
...
* gnu/packages/ruby.scm (ruby-org-ruby): New variable.
2017-12-28 07:20:02 +01:00
Clément Lassieur
f90c25c1c8
gnu: Add ruby-rubypants.
...
* gnu/packages/ruby.scm (ruby-rubypants): New variable.
2017-12-28 07:20:02 +01:00
Leo Famulari
0684f1d6b5
gnu: qgpgme: Make GnuPG available while building.
...
This is a followup to commit b3ecb3fe8d
.
* gnu/packages/gnupg.scm (qgpgme)[native-inputs]: Add the native-inputs
of GPGME.
2017-12-27 23:55:22 -05:00
Rutger Helling
771d18162d
gnu: mesa: Update to 17.3.1.
...
* gnu/packages/gl.scm (mesa): Update to 17.3.1.
[inputs]: Remove s2tc.
[native-inputs]: Add python2-mako.
[arguments]: Add radeonsi to --with-gallium-drivers (exclude aarch64 and armhf).
2017-12-27 23:22:34 +01:00
Marius Bakke
d5b0e86534
gnu: xorg-server: Update to 1.19.6.
...
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.6.
2017-12-27 21:06:27 +01:00
Marius Bakke
3bbd6469c8
gnu: zathura: Remove superfluous inputs from dependents.
...
* gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu,
zathura-pdf-mupdf)[inputs]: Remove GTK+, which is propagated from GIRARA.
(zathura-pdf-poppler): Likewise. Remove CAIRO which is propagated from ZATHURA.
2017-12-27 21:06:01 +01:00
Marius Bakke
1d9032fc36
gnu: zathura: Adjust inputs.
...
* gnu/packages/pdf.scm (zathura)[inputs]: Remove GTK+, which is propagated by
GIRARA. Move GIRARA to ...
[propagated-inputs]: ... here. Add CAIRO.
2017-12-27 21:04:39 +01:00
Marius Bakke
7d24c26ed7
gnu: girara: Enable tests.
...
* gnu/packages/gtk.scm (girara)[native-inputs]: Add XORG-SERVER.
[arguments]: Add START-XSERVER phase. Remove #:tests?.
2017-12-27 21:04:39 +01:00
Marius Bakke
b82d5b09ff
gnu: girara: Correct inputs.
...
* gnu/packages/gtk.scm (girara)[native-inputs]: Add CHECK.
[propagated-inputs]: Add GTK+.
[inputs]: Remove.
2017-12-27 21:04:38 +01:00
Marius Bakke
ac84754369
gnu: zathura: Enable tests.
...
* gnu/packages/pdf.scm (zathura)[native-inputs]: Add CHECK and XORG-SERVER.
[arguments]: Remove #:tests?. Add phase START-XSERVER.
2017-12-27 21:04:38 +01:00
Marius Bakke
d81581a2b7
gnu: zathura-pdf-poppler: Update to 0.2.8.
...
* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.2.8.
2017-12-27 21:04:38 +01:00
Marius Bakke
19fc21d7d0
gnu: zathura-pdf-mupdf: Update to 0.3.2.
...
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.2.
2017-12-27 21:04:38 +01:00
Marius Bakke
71a18fe254
gnu: zathura-djvu: Update to 0.2.7.
...
* gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.7.
2017-12-27 21:04:38 +01:00
Marius Bakke
85f330b98d
gnu: zathura-ps: Update to 0.2.5.
...
* gnu/packages/pdf.scm (zathura-ps): Update to 0.2.5.
2017-12-27 21:04:38 +01:00
Marius Bakke
8bad37d8b5
gnu: zathura-cb: Update to 0.1.7.
...
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.7.
2017-12-27 21:04:38 +01:00
Marius Bakke
f2984d709f
gnu: zathura: Update to 0.3.8.
...
* gnu/packages/pdf.scm (zathura): Update to 0.3.8.
[native-inputs]: Add GLIB:BIN.
2017-12-27 21:04:37 +01:00
Marius Bakke
bf38d5be00
gnu: girara: Update to 0.2.8.
...
* gnu/packages/gtk.scm (girara): Update to 0.2.8.
[native-inputs]: Add GLIB:BIN.
2017-12-27 21:04:37 +01:00
Marius Bakke
94b779b6a4
gnu: mujs: Update to 1.0.2.
...
* gnu/packages/javascript.scm (mujs): Update to 1.0.2.
[source]: Download over HTTPS.
[home-page]: Update to redirected URL.
2017-12-27 21:04:37 +01:00
Marius Bakke
97156ba242
gnu: libpipeline: Update to 1.5.0.
...
* gnu/packages/man.scm (libpipeline): Update to 1.5.0.
2017-12-27 21:04:37 +01:00
Marius Bakke
1ef03eaae5
gnu: xf86-video-intel: Update snapshot to af6d8e9.
...
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-9-af6d8e9.
2017-12-27 21:04:37 +01:00