Ricardo Wurmus
1767581fb5
build-system/haskell: Fix register phase.
...
This is a follow-up to commit a7e231a2a3
.
Reported by Marius Bakke <mbakke@fastmail.com>.
* guix/build/haskell-build-system.scm (register): Use "when" instead of
"unless".
2018-11-12 18:21:04 +01:00
Marius Bakke
8c5749f1b5
gnu: python-cffi: Fix test failure on i686.
...
* gnu/packages/patches/python-cffi-x87-stack-clean.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/libffi.scm (python-cffi)[source](patches): Add it.
2018-11-11 17:18:05 +01:00
Efraim Flashner
2bdca67351
gnu: python-yapf: Update to 0.24.0.
...
* gnu/packages/python.scm (python-yapf): Update to 0.24.0.
2018-11-11 11:54:32 +02:00
Efraim Flashner
22d04ceda0
gnu: python-rq: Update to 0.12.0.
...
* gnu/packages/databases.scm (python-rq): Update to 0.12.0.
2018-11-11 11:54:28 +02:00
Efraim Flashner
261e421459
gnu: python-pyclipper: Enable tests.
...
* gnu/packages/python.scm (python-pyclipper)[arguments]: Enable tests.
[native-inputs]: Add python-pytest, python-pytest-runner,
python-unittest2.
2018-11-11 11:13:56 +02:00
Efraim Flashner
8189ce6f05
gnu: python-pyclipper: Update to 1.1.0post1.
...
* gnu/packages/python.scm (python-pyclipper): Update to 1.1.0post1.
[source]: Add snippet to remove cythonized source files.
[arguments]: Add custom phase to generate cythonized files.
[native-inputs]: Add python-cython.
[description]: Update clipper library version.
2018-11-11 11:13:56 +02:00
Efraim Flashner
95176544d5
gnu: python-paste: Update to 3.0.4.
...
* gnu/packages/python-web.scm (python-paste): Update to 3.0.4.
[source]: Remove patch, add snippet to remove one test.
[native-inputs]: Add python-pytest, python-pytest-runner.
* gnu/packages/patches/python-paste-remove-website-test.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-11 11:13:56 +02:00
Efraim Flashner
5ac2b2717f
gnu: python-networkx2: Remove variable.
...
* gnu/packages/python.scm (python-networkx2): Remove variable.
* gnu/packages/patches/python-networkx2-reproducible-build.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-11 11:13:55 +02:00
Efraim Flashner
c92d056a8b
gnu: python-alembic: Update to 1.0.2.
...
* gnu/packages/databases.scm (python-alembic, python2-alembic): Update
to 1.0.2.
2018-11-11 11:13:53 +02:00
Efraim Flashner
28b24e9975
gnu: bitshuffle: Don't use '-march=native'.
...
* gnu/packages/compression.scm (bitshuffle)[arguments]: Add custom phase
to substitute out the '-march=native' compilation flag.
2018-11-11 08:57:16 +02:00
Efraim Flashner
01029e2043
gnu: bitshuffle: Update to 0.3.5.
...
* gnu/packages/compression.scm (bitshuffle): Update to 0.3.5.
[source]: Add snippet to remove cythonized source files.
2018-11-11 08:57:16 +02:00
Efraim Flashner
5528b8e788
gnu: tvtime: Fix building with glibc@2.28.
...
* gnu/packages/tvtime.scm (tvtime)[arguments]: Add custom phase to add
missing import.
2018-11-11 08:57:13 +02:00
Efraim Flashner
1a392ee7ae
gnu: nfs-utils: Fix building with glibc@2.28.
...
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Add custom phase to fix
building with glibc@2.28 .
2018-11-10 22:36:33 +02:00
Efraim Flashner
c1ab159085
gnu: perl-autovivification: Update to 0.18.
...
* gnu/packages/perl.scm (perl-autovivification): Update to 0.18.
2018-11-10 22:36:33 +02:00
Efraim Flashner
1de2937283
gnu: idutils: Fix building with glibc@2.28.
...
* gnu/packages/idutils.scm (idutils)[source]: Add snippet to patch
bundled gnulib for glibc@2.28 .
2018-11-10 20:18:37 +02:00
Efraim Flashner
211db9caf7
gnu: sharutils: Remove false comment.
...
This is a follow-up to b50d58b344
.
* gnu/packages/compression.scm (sharutils)[source]: This snippet is, in
fact, a snippet.
2018-11-10 20:18:37 +02:00
Efraim Flashner
9829e0699b
gnu: lbzip2: Remove false comment.
...
This is a follow-up to f268b744b8
.
* gnu/packages/compression.scm (lbzip2)[source]: This snippet is, in
fact, a snippet.
2018-11-10 20:18:34 +02:00
Efraim Flashner
f268b744b8
gnu: lbzip2: Fix building with glibc@2.28.
...
* gnu/packages/compression.scm (lbzip2)[source]: Add snippet to patch
bundled gnulib for glibc@2.28 .
2018-11-10 20:07:56 +02:00
Efraim Flashner
efe0a4a2a7
gnu: dvd+rw-tools: Use invoke.
...
* gnu/packages/cdrom.scm (dvd+rw-tools): Use 'invoke'.
2018-11-10 19:59:30 +02:00
Efraim Flashner
2529c8381f
gnu: dvd+rw-tools: Fix building with glibc@2.28.
...
* gnu/packages/cdrom.scm (dvd+rw-tools)[arguments]: Add custom phase to
add missing import.
2018-11-10 19:59:27 +02:00
Efraim Flashner
8754ea483d
gnu: f2fs-tools: Update to 1.11.0.
...
* gnu/packages/linux.scm (f2fs-tools): Update to 1.11.0.
2018-11-10 19:29:17 +02:00
Marius Bakke
64461ba20a
Merge branch 'master' into core-updates
2018-11-09 17:02:08 +01:00
Ricardo Wurmus
cee9ab244f
gnu: r-with-tests: Update to 3.5.1.
...
* gnu/packages/statistics.scm (r-with-tests): Update to 3.5.1.
2018-11-09 14:07:26 +01:00
Ricardo Wurmus
2eaaadb4d6
gnu: r-with-tests: Use INVOKE.
...
* gnu/packages/statistics.scm (r-with-tests)[arguments]: Use INVOKE and
return #T unconditionally.
2018-11-09 14:07:22 +01:00
Pierre Neidhardt
ddd925f608
gnu: Add emacs-gtk-look.
...
* gnu/packages/emacs.scm (emacs-gtk-look): New variable.
2018-11-09 11:55:08 +01:00
Pierre Neidhardt
2cce23bfb8
gnu: Add xmlrpc-c.
...
* gnu/packages/xml.scm (xmlrpc-c): New variable.
2018-11-09 11:55:08 +01:00
Mathieu Othacehe
97f33b05ec
gnu: guile-newt: Update to revision 1.
...
* gnu/packages/guile.scm (guile-newt): Update to revision 1.
2018-11-09 19:39:14 +09:00
Ricardo Wurmus
1b12b572a5
gnu: powertabeditor: Fetch sources from git.
...
* gnu/packages/music.scm (powertabeditor)[source]: Fetch from git.
2018-11-09 08:37:53 +01:00
Ricardo Wurmus
b1b82aed5d
gnu: powertabeditor: Use INVOKE.
...
* gnu/packages/music.scm (powertabeditor)[arguments]: Use INVOKE and return #T
unconditionally.
2018-11-09 08:37:53 +01:00
Kei Kebreau
e4b62e229e
gnu: wxmaxima: Update to 18.10.1.
...
* gnu/packages/maths.scm (wxmaxima): Update to 18.10.1.
[source]: Update URL and remove patch.
* gnu/packages/patches/wxmaxima-do-not-use-old-gnuplot-parameters.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
2018-11-09 01:09:06 -05:00
Leo Famulari
41d2b7f50b
gnu: PostgreSQL 9: Update to 9.6.11 [fixes CVE-2018-16850].
...
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.11.
2018-11-08 13:42:56 -05:00
Pierre Neidhardt
2705780f3f
gnu: Add emacs-clang-format.
...
* gnu/packages/emacs.scm (emacs-clang-format): New variable.
2018-11-08 13:08:26 +01:00
Efraim Flashner
e3407254d5
gnu: kodi: Update to 18.0b5.
...
* gnu/packages/kodi.scm (kodi): Update to 18.0b5.
[source]: Update snippet.
[inputs]: Add flatbuffers, fstrcmp.
(crossguid): Update to commit fef89a4174a7bf8cd99fa9154864ce9e8e3bf989.
(libdvdnav/kodi, libdvdread/kodi): Update to 6.0.0-Leia-Alpha-3.
(libdvdcss/kodi): Update to 1.4.2-Leia-Beta-5.
2018-11-08 12:01:24 +02:00
Efraim Flashner
988b78ba28
gnu: Add fstrcmp.
...
* gnu/packages/kodi.scm (fstrcmp): New variable.
2018-11-08 12:01:20 +02:00
Laura Lazzati
8fa9ace1d6
doc: Add index entries.
...
* doc/guix.texi: Added various cindex tags to assist readers.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-08 10:24:36 +01:00
Stefan Stefanović
ec86863113
services: elogind: Fix spelling errors of left value fields in elogind config file.
...
* gnu/services/desktop.scm (elogind-configuration-file)[ini-file]:
Fix spelling of left value fields:
InhibitDelayMaxSecs, HoldoffTimeoutSecs, IdleActionSeconds, RemoveIpc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-08 10:24:35 +01:00
Luther Thompson
9870b9f7f8
gnu: python-ilinkedlist: Update to 0.3.1.
...
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-08 10:24:26 +01:00
Vagrant Cascadian
195e081b43
gnu: Add python-pyelftools.
...
* gnu/packages/python.scm (python-pyelftools):
New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-08 10:24:22 +01:00
Ricardo Wurmus
69cb939ee7
gnu: libmusicbrainz: Use INVOKE.
...
* gnu/packages/music.scm (libmusicbrainz)[arguments]: Use INVOKE and return #T
unconditionally.
2018-11-08 10:17:15 +01:00
Ricardo Wurmus
9ab90ead36
gnu: pd: Remove custom autoconf phase.
...
* gnu/packages/music.scm (pd)[arguments]: Remove custom autoconf phase.
2018-11-08 10:14:08 +01:00
Ricardo Wurmus
4e82946888
gnu: cmus: Fetch sources from git.
...
* gnu/packages/music.scm (cmus)[source]: Fetch from git.
2018-11-08 10:10:06 +01:00
Ricardo Wurmus
ec618c2005
gnu: cmus: Use INVOKE.
...
* gnu/packages/music.scm (cmus)[arguments]: Use INVOKE and return #T
unconditionally.
2018-11-08 10:09:32 +01:00
Ricardo Wurmus
9c30cba431
gnu: pcc: Use INVOKE.
...
* gnu/packages/c.scm (pcc)[arguments]: Use INVOKE and return #T
unconditionally.
2018-11-08 10:08:09 +01:00
Ricardo Wurmus
a1e83a9856
gnu: pplacer-scripts: Use INVOKE.
...
* gnu/packages/bioinformatics.scm (pplacer-scripts)[arguments]: Use INVOKE and
return #T unconditionally.
2018-11-08 10:06:35 +01:00
Ricardo Wurmus
ce49fdcce9
gnu: roary: Use INVOKE.
...
* gnu/packages/bioinformatics.scm (roary)[arguments]: Use INVOKE and return #T
unconditionally.
2018-11-08 09:58:05 +01:00
Ricardo Wurmus
a9542937c8
gnu: seek: Use INVOKE.
...
* gnu/packages/bioinformatics.scm (seek)[arguments]: Use INVOKE and return #T
unconditionally; patch "gen_tools_am" shebang in "bootstrap" phase.
2018-11-08 09:54:22 +01:00
Ricardo Wurmus
9f527c9199
gnu: sailfish: Use INVOKE.
...
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use INVOKE instead of
SYSTEM*.
2018-11-08 09:52:46 +01:00
Ricardo Wurmus
86c6928ea3
gnu: vsearch: Update to 2.9.1.
...
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.9.1.
* gnu/packages/patches/vsearch-unbundle-cityhash.patch: Update.
2018-11-08 09:46:42 +01:00
Ricardo Wurmus
15c9609482
gnu: sra-tools: Update to 2.9.3.
...
* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.9.3.
[arguments]: Remove build phase patch-away-glibc-conflict.
2018-11-08 09:46:05 +01:00
Ricardo Wurmus
b17333414f
gnu: plink-ng: Fetch sources from git.
...
* gnu/packages/bioinformatics.scm (plink-ng)[source]: Fetch from git.
2018-11-08 09:30:59 +01:00