Ludovic Courtès
1c94df8a1b
gnu: guile: Update to 2.2.6.
...
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.6.
2019-07-01 13:51:16 +02:00
Marius Bakke
fd3594bf38
Revert "gnu: meson: Update to 0.51.0."
...
Meson 0.51.0 has problems with PKG_CONFIG_PATH. See <https://bugs.gnu.org/36386 >.
This reverts commit 70530036b8
.
2019-06-30 17:08:13 +02:00
Marius Bakke
ca9a598e8a
gnu: libuv: Update to 1.30.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.30.0.
2019-06-30 17:06:42 +02:00
Marius Bakke
61f34ae5bb
gnu: libssh2: Update to 1.9.0.
...
* gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/ssh.scm (libssh2): Update to 1.9.0.
[source](patches): Remove.
2019-06-30 17:06:42 +02:00
Marius Bakke
2528006581
build-system/meson: Do not inherit the 'bootstrap' phase.
...
* guix/build/meson-build-system.scm (%standard-phases): Remove 'bootstrap'.
* gnu/packages/glib.scm (glib)[arguments]: Adjust accordingly.
2019-06-30 17:06:42 +02:00
Marius Bakke
1b0668272c
gnu: python-more-itertools: Update to 7.1.0.
...
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 7.1.0.
2019-06-30 17:06:42 +02:00
Marius Bakke
984ab5daf9
gnu: poppler: Update to 0.78.0.
...
* gnu/packages/pdf.scm (poppler): Update to 0.78.0.
2019-06-30 17:06:42 +02:00
Marius Bakke
6c6e56fe53
gnu: nettle: Update to 3.5.1.
...
* gnu/packages/nettle.scm (nettle): Update to 3.5.1.
2019-06-30 17:06:41 +02:00
Marius Bakke
9011f748a5
gnu: harfbuzz: Update to 2.5.3.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.3.
2019-06-30 17:06:41 +02:00
Ludovic Courtès
c248e9b022
gnu: gawk: Update to 5.0.1.
...
* gnu/packages/gawk.scm (gawk): Update to 5.0.1.
2019-06-29 23:04:08 +02:00
Ludovic Courtès
06172df545
gnu: flex: Build bison-for-tests sequentially.
...
This is a followup to b1593c1c4f
.
* gnu/packages/flex.scm (flex)[inputs](bison-for-tests): Use
'substitute-keyword-arguments' instead of overriding them altogether.
This ensures that #:parallel-build? and #:parallel-tests? are
preserved.
2019-06-29 22:34:20 +02:00
Ludovic Courtès
5cc1075a76
Merge branch 'master' into core-updates
2019-06-27 23:33:48 +02:00
Ludovic Courtès
066eeae1a1
packages: 'specification->package+output' distinguishes "no output specified".
...
Until now the caller couldn't tell the different between a spec like
"foo:out" and one like "foo". This change allows users to distinguish
between these two cases.
* gnu/packages.scm (specification->package+output): Disable output
membership test when OUTPUT = #f and SUB-DRV = #f.
* tests/packages.scm ("specification->package+output")
("specification->package+output invalid output")
("specification->package+output no default output")
("specification->package+output invalid output, no default"): New tests.
2019-06-27 11:14:41 +02:00
Ludovic Courtès
c25b44d640
accounts: Use 'fsync' instead of 'fdatasync'.
...
* gnu/build/accounts.scm (catch-ENOSYS): Remove.
(database-writer): Use 'fsync' instead of 'fdatasync'.
2019-06-27 11:14:40 +02:00
Rutger Helling
b09e4960be
gnu: dosbox: Update to 0.74-3.
...
* gnu/packages/emulators.scm (dosbox): Update to 0.74-3.
2019-06-27 10:24:11 +02:00
Arun Isaac
4ffed73419
gnu: rep-gtk: Update to 0.90.8.3.
...
* gnu/packages/sawfish.scm (rep-gtk): Update to 0.90.8.3.
[source]: Use HTTPS URI.
[arguments]: Add remove-autogen phase.
[native-inputs]: Add autoconf, automake and libtool.
[home-page]: Update URI.
2019-06-27 12:22:04 +05:30
Benjamin Slade
edccf761e3
gnu: sawfish: Update to 1.12.0.
...
* gnu/packages/sawfish.scm (sawfish): Update to 1.12.0.
[source]: Use HTTPS URI.
[home-page]: Update URI.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2019-06-27 12:21:09 +05:30
Vagrant Cascadian
7a70e7ca04
gnu: electron-cash: Update to 4.0.7.
...
* gnu/packages/finance (electron-cash): Update to 4.0.7.
2019-06-26 20:14:45 -07:00
Tobias Geerinckx-Rice
ba912479e8
Revert "gnu: openssh: Don't create the PRIVSEP_PATH directory."
...
This reverts commit 46475f72ab
.
2019-06-27 00:21:16 +02:00
Tobias Geerinckx-Rice
1ebb908d44
Revert "gnu: openssh: Clean-up custom install phase."
...
This reverts commit 7754136e46
.
2019-06-27 00:21:16 +02:00
Nicolas Goaziou
cac6c3bad5
gnu: supertux: Fix homepage.
...
* gnu/packages/games.scm (supertux)[homepage]: Fix URL.
2019-06-26 19:45:34 +02:00
Andreas Enge
75a137da76
gnu: Add texmacs.
...
* gnu/packages/text-editors.scm (texmacs): New variable.
2019-06-26 18:23:02 +02:00
Ricardo Wurmus
49ad11e958
gnu: python-pathpy: Update to 11.5.0.
...
* gnu/packages/python-xyz.scm (python-pathpy): Update to 11.5.0.
[outputs]: Add separate "doc" output.
[native-inputs]: Add python-jaraco-packaging.
[arguments]: Enable tests; uncomment "build-doc" and "install-doc" phases;
replace "check" phase to skip flaky test.
2019-06-26 16:24:59 +02:00
Ricardo Wurmus
37c173d162
gnu: Add python-jaraco-packaging.
...
* gnu/packages/python-xyz.scm (python-jaraco-packaging): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
05b3dcbe32
gnu: Add python-pytest-virtualenv.
...
* gnu/packages/python-check.scm (python-pytest-virtualenv): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
7d5ffecba5
gnu: Add python-pytest-fixture-config.
...
* gnu/packages/python-check.scm (python-pytest-fixture-config): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
21e2c55945
gnu: Add python-pytest-shutil.
...
* gnu/packages/python-check.scm (python-pytest-shutil): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
3b89476b70
gnu: Add python-pytest-flake8.
...
* gnu/packages/python-check.scm (python-pytest-flake8): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
85bf6798e6
gnu: Add python-pytest-checkdocs.
...
* gnu/packages/python-check.scm (python-pytest-checkdocs): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
15b6561769
gnu: Add python-importlib-metadata.
...
* gnu/packages/python-xyz.scm (python-importlib-metadata): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
94f960ffed
gnu: Add python-zipp.
...
* gnu/packages/python-compression.scm (python-zipp): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
724a350c87
gnu: Add python-setuptools-git.
...
* gnu/packages/python-xyz.scm (python-setuptools-git): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
3e8f76d801
gnu: Add python-contextlib2.
...
* gnu/packages/python-xyz.scm (python-contextlib2): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
bb74ea0990
gnu: Add python-pathlib2.
...
* gnu/packages/python-xyz.scm (python-pathlib2): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
37cb4e5b8e
gnu: Add mesa-opencl-icd.
...
* gnu/packages/gl.scm (mesa-opencl-icd): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
fae4294246
gnu: Add mesa-opencl.
...
* gnu/packages/gl.scm (mesa-opencl): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
a2cc25ab96
gnu: Add libclc.
...
* gnu/packages/llvm.scm (libclc): New variable.
2019-06-26 16:24:58 +02:00
Ricardo Wurmus
4980b0b5b9
gnu: libcxx: Update hash.
...
This is a follow-up to commit c5296e205b
, which
updated llvm.
* gnu/packages/llvm.scm (libcxx): Update hash.
2019-06-26 16:24:58 +02:00
Guillaume LE VAILLANT
072e986ec8
gnu: Add gramps
...
* gnu/packages/genealogy.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-26 15:59:58 +02:00
Guillaume LE VAILLANT
ee34be7375
gnu: Add osm-gps-map
...
* gnu/packages/geo.scm (osm-gps-map): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-26 15:59:58 +02:00
Guillaume LE VAILLANT
f825e60590
gnu: Add python-bsddb3
...
* gnu/packages/python-xyz.scm (python-bsddb3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-26 15:59:58 +02:00
Ludovic Courtès
83817158b2
gnu: python-on-guile: Wrap 'python' executable.
...
* gnu/packages/guile-xyz.scm (python-on-guile)[arguments]: Add 'wrap'
phase.
2019-06-26 15:59:58 +02:00
Ludovic Courtès
5d5edb88bd
gnu: python-on-guile: Update to 00a51a2.
...
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 00a51a2.
2019-06-26 15:59:58 +02:00
Amar Singh
67d24b15ca
gnu: Add celestia-gtk.
...
* gnu/packages/astronomy.scm (celestia-gtk): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-06-26 15:59:58 +02:00
Amar Singh
ca310f65c5
gnu: Add celestia.
...
* gnu/packages/astronomy.scm (celestia): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-26 15:59:58 +02:00
Ricardo Wurmus
2cb738a6ad
gnu: Add r-rsubread.
...
* gnu/packages/bioconductor.scm (r-rsubread): New variable.
2019-06-26 15:52:10 +02:00
Pierre Neidhardt
536dcafbf9
gnu: Add sbcl-cl-cookie.
...
* gnu/packages/lisp.scm (sbcl-cl-cookie): New variable.
2019-06-26 13:39:10 +02:00
Pierre Neidhardt
167fec29f5
gnu: Add sbcl-cl-reexport.
...
* gnu/packages/lisp.scm (sbcl-cl-reexport): New variable.
2019-06-26 13:39:02 +02:00
Pierre Neidhardt
63015205d8
gnu: Add sbcl-closure-common.
...
* gnu/packages/lisp.scm (sbcl-closure-common): New variable.
2019-06-26 13:03:58 +02:00
Pierre Neidhardt
6ac69aae7f
gnu: Add sbcl-ieee-floats.
...
* gnu/packages/lisp.scm (sbcl-ieee-floats): New variable.
2019-06-26 13:03:50 +02:00