Commit graph

27498 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
b433baa497
gnu: hiawatha: Update to 10.7.
* gnu/packages/web.scm (hiawatha): Update to 10.7.
2018-01-30 09:25:35 +01:00
Tobias Geerinckx-Rice
b598965866
gnu: rsync: Update to 3.1.3.
* gnu/packages/rsync.scm (rsync): Update to 3.1.3.
[source]: Remove patches for fixed CVEs.
[properties]: Remove field.
* packages/patches/rsync-CVE-2017-16548.patch: Delete file.
* packages/patches/rsync-CVE-2017-17433.patch: Delete file.
* packages/patches/rsync-CVE-2017-17433-fix-tests.patch: Delete file.
* packages/patches/rsync-CVE-2017-17434-pt1.patch: Delete file.
* packages/patches/rsync-CVE-2017-17434-pt2.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-01-30 09:25:35 +01:00
Efraim Flashner
865741166b
gnu: procenv: Find 'check' during configure phase.
* gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config.
2018-01-30 09:22:50 +02:00
Ben Sturmfels
526789a1ac
gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3.
Fixes <https://bugs.gnu.org/30189>.

* gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi.
[native-inputs]: Add unzip.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-30 00:17:13 -05:00
Ricardo Wurmus
6f4e8693e7
etc: Add installation script.
* etc/guix-install.sh: New file.
* Makefile.am (EXTRA_DIST): Add it.
* doc/guix.texi (Binary Installation): Mention it.

Co-authored-by: sharlatan <sharlatanus@gmail.com>
2018-01-30 03:48:04 +01:00
David Thompson
9766c6e28e
gnu: godot: Update to 3.0.
* gnu/packages/game-development.scm (godot): Update to 3.0.
[inputs]: Add libxi.
2018-01-29 19:24:40 -05:00
Ricardo Wurmus
50e8790335
gnu: libsepol: Fix build on non-x86_64.
* gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability".
(checkpolicy, libselinux, libsemanage, secilc, python-sepolgen,
python-setools, policycoreutils)[arguments]: Remove inherited phase
"portability".
2018-01-29 23:40:23 +01:00
ng0
57f9671d22
gnu: Add badass.
* gnu/packages/games.scm (badass): New variable.
2018-01-29 16:57:59 -05:00
Tobias Geerinckx-Rice
50efd06614
gnu: libpinyin: Update to 2.1.91.
* gnu/packages/ibus.scm (libpinyin): Update to 2.1.91.
2018-01-29 23:27:53 +01:00
Tobias Geerinckx-Rice
1f7a84dcc6
gnu: ibus: Don't capitalise pinyin.
* gnu/packages/ibus.scm (ibus-libpinyin, libpinyin)[synopis]
[description]: Write `pinyin'.
2018-01-29 23:27:53 +01:00
Tobias Geerinckx-Rice
01bd3b5edd
doc: Unconfuse file systems and partitions.
Partitions can have their own labels and UUIDs (e.g. under GPT) that are
unrelated to those of the contained file system.  Confusing the two ends
poorly.

* doc/guix.scm (File Systems, Proceeding with the Installation)
(Using the Configuration System, Initial RAM Disk): Substitute `file
system' for `partition' when talking about labels and UUIDs.
2018-01-29 23:27:53 +01:00
Tobias Geerinckx-Rice
d64e1746b9
doc, gnu: Fix spelling of screen-things.
* doc/guix.texi (X Window): Write 'screen locker' and 'screen saver' in
prose.
* gnu/services/xorg.scm (screen-locker-service): Likewise.
2018-01-29 23:27:53 +01:00
Tobias Geerinckx-Rice
5481887dde
doc: Fix SCREEN-LOCKER-SERVICE description.
* doc/guix.texi (X Window): Correct the documentation for the
SCREEN-LOCKER-SERVICE procedure.
2018-01-29 23:27:52 +01:00
Tobias Geerinckx-Rice
0c3deaccef
doc: Replace a stale reference to a code snippet.
The text refers to a snippet which has since been removed, but a
suitable replacement is near.  Use it.

* doc/guix.texi (Using the Configuration System): Substitute bind for
tcpdump.
2018-01-29 23:27:52 +01:00
David Thompson
22b0b798ed
gnu: tiled: Update to 1.1.1.
* gnu/packages/game-development.scm (tiled): Update to 1.1.1.
2018-01-29 15:31:21 -05:00
Efraim Flashner
8276a6f411
gnu: gcide: Update to 0.52.
* gnu/packages/dictionaries.scm (gcide): Update to 0.52.
2018-01-29 20:46:59 +02:00
Efraim Flashner
a6a9e62869
gnu: dico: Update to 2.5.
* gnu/packages/dico.scm (dico): Update to 2.5.
[inputs]: Add wordnet.
2018-01-29 20:46:55 +02:00
Efraim Flashner
d2434298e7
gnu: nano: Update to 2.9.3.
* gnu/packages/nano.scm (nano): Update to 2.9.3.
2018-01-29 20:19:26 +02:00
Efraim Flashner
8c0756e23d
gnu: irssi: Update to 1.1.0.
* gnu/packages/irc.scm (irssi): Update to 1.1.0.
2018-01-29 20:07:39 +02:00
Danny Milosavljevic
2a49a18e8b
hydra: Fix up arm qemu job.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Fix up arm qemu job.

Follow-up to 44b0303762.
2018-01-29 16:02:25 +01:00
Danny Milosavljevic
44b0303762
hydra: Only build the "flash image" on arm.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Only build the "flash image"
on arm.
2018-01-29 15:56:51 +01:00
Danny Milosavljevic
ebd6a6445f
hydra: Work around import problem.
* build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem.

Follow-up to 1fe805b290.
2018-01-29 13:23:07 +01:00
Danny Milosavljevic
1fe805b290
hydra: Add (gnu bootloader) import.
* build-aux/hydra/gnu-system.scm: Add (gnu bootloader) import.

Follow-up to de2bc8d6da.
2018-01-29 10:04:41 +01:00
Leo Famulari
fddf1dc3ab
gnu: wireshark: Update to 2.4.4 [fixes CVE-2018-{5334,5335,5336}].
* gnu/packages/networking.scm (wireshark): Update to 2.4.4.
2018-01-28 23:55:37 -05:00
Christopher Baines
548cc74c6a
gnu: Add groovy-emacs-modes.
* gnu/packages/emacs.scm (groovy-emacs-modes): New variable.
2018-01-29 00:14:51 +00:00
Kei Kebreau
06f5f0b10a
gnu: Add golly.
* gnu/packages/games.scm (golly): New variable.
2018-01-28 18:58:48 -05:00
Tobias Geerinckx-Rice
63899ca77c
gnu: lvm2: Update to 2.02.177.
* gnu/packages/linux.scm (lvm2): Update to 2.02.177.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
87c6e9d27f
gnu: haveged: Update to 1.9.2.
* gnu/packages/linux.scm (haveged): Update to 1.9.2.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
7f86e5e74d
gnu: fbcat: Update to 0.5.1.
* gnu/packages/linux.scm (fbcat): Update to 0.5.1.
[native-inputs]: Remove field.
[arguments]: Add PREFIX to #:make-flags.  Remove `fix-docbook-location'
and `build-documentation' phases.  Let the Makefile install everything.
Add a `split-fbgrab-output' to clean up.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
33a3b9fc11
gnu: c-toxcore: Update to 0.1.11.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.11.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
cc809f1636
gnu: slepc: Update to 3.8.2.
* gnu/packages/maths.scm (slepc): Update to 3.8.2.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
3c524f2153
gnu: slepc: Update licence.
SLEPc has been released under a 2-clause BSD licence since version 3.8.

* gnu/packages/maths.scm (slepc)[licence]: Switch to bsd-2.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
94a1eb96d3
gnu: fbcat, slepc: Use INVOKE.
* gnu/packages/linux.scm (fbcat)[arguments]: Substitute INVOKE for
SYSTEM*.
* gnu/packages/maths.scm (slepc)[arguments]: Likewise.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
59cd0ba4ab
gnu: openspecfun: Update to 0.5.3.
* gnu/packages/maths.scm (openspecfun): Update to 0.5.3.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
af38b2dd5e
gnu: cargo-version: Fix URI in comment.
The table of corresponding cargo and rustc versions was removed from
cargo's HEAD for being outdated, but still illustrates the pattern.

* gnu/packages/rust.scm (cargo-version): Link to an older README.md
revision.
2018-01-29 00:23:27 +01:00
Tobias Geerinckx-Rice
83c9288230
gnu: simplescreenrecorder: Update to 0.3.9.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.9.
[build-system]: Switch to cmake-build-system.
[inputs]: Replace qt-4 with qt.
[arguments]: Build WITH_QT5.  Disable non-existent test suite.
2018-01-29 00:23:27 +01:00
Danny Milosavljevic
de2bc8d6da
hydra: Add arm image builder.
* build-aux/hydra/gnu-system.scm (%u-boot-systems): New
variable.
(%guixsd-supported-systems): Add armhf-linux.
(qemu-jobs): Use u-boot if system in %u-boot-systems.
2018-01-29 00:11:58 +01:00
Diego Nicola Barbato
d2a7170def
doc: Mention escpr in CUPS configuration example.
Suggested by Danny Milosavljevic <dannym@scratchpost.org>.

* doc/guix.texi (Printing Services): Mention how to add support for
Epson printers to CUPS via escpr in the configuration example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28 23:54:00 +01:00
Stefan Reichör
b0dea60cee
gnu: Add instantmusic.
* gnu/packages/music.scm (instantmusic): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28 23:46:13 +01:00
Maxim Cournoyer
8fbc1a2208
download: Fix return value of the url-fetch procedure.
Fixes <https://bugs.gnu.org/30270>.
Regression was introduced by commit 347fa4aebf.

* guix/build/download.scm (url-fetch): Return `file' instead of #t upon success.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28 23:14:55 +01:00
Mathieu Lirzin
63666a348a
guix: Let Emacs detect “scripts/guix.in” appropriate mode.
Since commit 6f774d4818 which introduces the use
of Guile's meta switch in “scripts/guix.in”, Emacs was not using ‘scheme-mode’
for this file.

* scripts/guix.in: Replace "-*- scheme -*-" with a local variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28 23:14:55 +01:00
Efraim Flashner
a1f531273c
gnu: u-boot: Use newer GCC even during native compiles.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even
when not cross-compiling.
2018-01-28 22:37:20 +02:00
Efraim Flashner
b253e7b9ac
gnu: Use https for mozilla.github.io.
* gnu/packages/fonts.scm (font-fira-mono, font-fira-sans)[home-page]:
Use 'https'.
2018-01-28 21:43:35 +02:00
ng0
760e34b287
gnu: Add font-fira-code.
* gnu/packages/fonts.scm (font-fira-code): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-01-28 21:41:38 +02:00
Leo Famulari
6ba7ec6577
gnu: certbot: Update to 0.21.1.
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.21.1.
2018-01-27 23:09:28 -05:00
Alex Vong
b94502bed6
gnu: python-dateutil: Update to 2.6.1.
* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to
2.6.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-01-27 18:46:09 +01:00
ng0
15d449d608
gnu: gnurl: Update to 7.58.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.58.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-01-27 18:46:09 +01:00
ng0
bb85ce7327
Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags."
This reverts commit 8bf127d5ab.

It broke building gnurl in non-reproducible ways.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-01-27 18:46:09 +01:00
Julien Lepiller
dd1f60ecbe
gnu: php: Update to 7.2.1.
* gnu/packages/php.scm (php): Update to 7.2.1.
[arguments]: Skip some failing tests.
2018-01-27 11:36:10 +01:00
Ben Woodcroft
ae8522d265
gnu: diamond: Update to 0.9.16.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.16.
2018-01-27 10:21:06 +10:00