Commit graph

53927 commits

Author SHA1 Message Date
Ludovic Courtès
36930b2463
packages: 'patch-and-repack' sets the mtime to 1, not 0.
* guix/packages.scm (patch-and-repack)[build]: Pass "--mtime=@1" instead
of "--mtime=@0".
2020-01-17 21:21:07 +01:00
Ricardo Wurmus
201015b10e
gnu: texlive-latex-base: Fix syntax error in Lua file.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Patch ltluatex.dtx.
2020-01-17 12:57:44 +01:00
Ricardo Wurmus
4798554038
gnu: mit-krb5: Set localstatedir to /var.
* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Set localstatedir.
2020-01-17 12:57:32 +01:00
Mathieu Othacehe
8bd2b15b06
gnu: make-bootstrap: Add cross-libc:static to the inputs.
This is a follow-up of 4610ab7c9a. 'getpw' & co
fail with a cross-compiled statically-linked guile.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[inputs]:
Add "cross-libc:static".
2020-01-16 10:15:12 +01:00
Efraim Flashner
aded68b300
gnu: sed: Update to 4.8.
* gnu/packages/base.scm (sed): Update to 4.8.
[source]: Download gzip tarball.
2020-01-15 10:32:07 +02:00
Christopher Baines
227fab3ed8
gnu: Add ruby-2.5.
* gnu/packages/ruby.scm (ruby-2.5): New variable.
2020-01-14 23:40:47 +00:00
Christopher Baines
4914c157fd
gnu: ruby: Update to 2.6.5.
Make zlib a propagated-input, as the pkgconfig configuration includes linking
against zlib as default, which means that gems with native components will
fail to build without zlib.

* gnu/packages/ruby.scm (ruby): Update to 2.6.5.
2020-01-14 23:40:46 +00:00
Christopher Baines
f6d7df3cee
gnu: ruby-2.4: Update to 2.4.9.
* gnu/packages/ruby.scm (ruby-2.4): Update to 2.4.9.
2020-01-14 23:40:46 +00:00
Christopher Baines
740fea0872
gnu: ruby-tzinfo: Skip safe tests.
The safe tests attempt to run with Ruby 2.6, but these tests fail if the build
takes place within /tmp, as the Ruby LOAD_PATH then includes /tmp, which is
world writable.

* gnu/packages/ruby.scm (ruby-tzinfo)[arguments]: Add skip-safe-tests phase.
2020-01-14 23:40:46 +00:00
Christopher Baines
1c65d99f1b
gnu: ruby-json-pure: Update to 2.2.0.
* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.2.0.
[home-page]: Add trailing /, due to a redirect.
2020-01-14 23:40:46 +00:00
Christopher Baines
6754323bd8
gnu: ruby-power-assert: Update to 1.1.5.
* gnu/packages/ruby.scm (ruby-power-assert): Update to 1.1.5.
[arguments]: Disable running the tests.
2020-01-14 23:40:46 +00:00
Christopher Baines
d0d2dd24de
gnu: ruby-hoe: Update to 3.21.0.
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.21.0.
[arguments]: Avoid having SOURCE_DATE_EPOCH set while the tests are running.
2020-01-14 23:40:46 +00:00
Christopher Baines
f321380fb3
gnu: ruby-yard: Update to 0.9.20.
* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.20.
[arguments]: Delete the Gemfile before running the tests.
[native-inputs]: Add ruby-redcloth and ruby-asciidoctor.
2020-01-14 23:40:46 +00:00
Christopher Baines
459e4a1aa1
gnu: ruby-childprocess: Update to 3.0.0.
* gnu/packages/ruby.scm (ruby-childprocess): Update to 3.0.0.
[home-page]: Switch to https, as it's supported by github.com.
2020-01-14 23:40:45 +00:00
Christopher Baines
5142012471
gnu: ruby-childprocess-0.6: Remove version 0.6.3.
As it is unused.

* gnu/packages/ruby.scm (ruby-childprocess-0.6): Rename to ruby-childprocess.
[version, source]: Copy from ruby-childprocess.
2020-01-14 23:40:45 +00:00
Christopher Baines
cf7201c4cc
gnu: ruby-aruba: Update to 0.14.14.
Stop patching out the use of simplecov, it's used throughout the tests now, so
it's not as simple to avoid using it.

* gnu/packages/ruby.scm (ruby-aruba): Update to 0.14.14.
[arguments]: Stop patching out the use of simplecov.
[native-inputs]: Add ruby-simplecov.
2020-01-14 23:40:45 +00:00
Christopher Baines
12341d344a
gnu: ruby-listen: Update to 3.2.0.
This avoids some test failures when updating Ruby to 2.6.

* gnu/packages/ruby.scm (ruby-listen): Update to 3.2.0.
2020-01-14 23:40:45 +00:00
Jakub Kądziołka
a76a343082
gnu: curl: Make libcurl respect SSL_CERT_DIR and SSL_CERT_FILE.
* gnu/packages/patches/curl-use-ssl-cert-env.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/curl.scm (curl)[source]: Use the patch.
[native-search-paths]: Add the new variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-15 00:25:51 +01:00
Marius Bakke
bb93042c8b
gnu: util-linux: Move libraries to separate output.
Fixes <https://bugs.gnu.org/37732>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/packages/linux.scm (util-linux)[outputs]: Add "lib".
[arguments]: Update #:configure-flags and the "move-static-libraries" phase
accordingly.  Add phases "patch-build-scripts" and "adjust-pkg-config-files".
(e2fsprogs, psm, mtd-utils, f2fs-tools, f2fs-tools-1.7, eudev,
xfsprogs)[inputs]: Change to the "lib" output of UTIL-LINUX.
(btrfs-progs)[inputs]: Remove duplicate UTIL-LINUX inputs and change to use
the "lib" output.
* gnu/packages/admin.scm (pam-mount)[inputs]: Add UTIL-LINUX:LIB.
(testdisk)[inputs]: Change to the "lib" output of UTIL-LINUX.
* gnu/packages/android.scm (abootimg)[inputs]: Likewise.
* gnu/packages/audio.scm (jack-1)[propagated-inputs]: Likewise.
* gnu/packages/bootloaders.scm (syslinux, vboot-utils)[inputs]: Likewise.
* gnu/packages/chez.scm (chez-scheme)[inputs]: Likewise.
* gnu/packages/cryptsetup.scm (cryptsetup, cryptsetup-static)[inputs]: Likewise.
* gnu/packages/databases.scm (postgresql, 4store)[inputs]: Likewise.
* gnu/packages/disk.scm (ndctl, gptfdisk, fdisk, gparted, rmlint,
volume-key)[inputs]: Likewise.
(parted)[inputs]: Likewise.
[native-inputs]: Add UTIL-LINUX.
* gnu/packages/efi.scm (sbsigntools)[inputs]: Add UTIL-LINUX:LIB.
* gnu/packages/engineering.scm (lib3mf)[inputs]: Change to the "lib" output of
UTIL-LINUX.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise.
* gnu/packages/file-systems.scm (glusterfs, jfsutils, zfs)[inputs]: Likewise.
* gnu/packages/firmware.scm (ovmf)[inputs]: Likewise.
* gnu/packages/fontutils.scm (fontconfig)[propagated-inputs]: Likewise.
* gnu/packages/freedesktop.scm (localed)[inputs]: Likewise.
* gnu/packages/glib.scm (glib, appstream-glib)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (tracker, gnome-terminal)[inputs]: Likewise.
* gnu/packages/jupyter.scm (xeus)[inputs]: Likewise.
* gnu/packages/kde.scm (kpmcore)[inputs]: Likewise.
* gnu/packages/kodi.scm (crossguid)[inputs]: Likewise.
* gnu/packages/lighting.scm (ola)[inputs]: Likewise.
* gnu/packages/music.scm (libgig)[inputs]: Likewise.
* gnu/packages/nfs.scm (nfs-utils)[inputs]: Likewise.
* gnu/packages/opencog.scm (opencog)[inputs]: Likewise.
* gnu/packages/package-management.scm (msitools)[inputs]: Change to the "lib"
output of UTIL-LINUX.
* gnu/packages/password-utils.scm (pwsafe)[inputs]: Likewise.
* gnu/packages/telephony.scm (pjproject)[propagated-inputs]: Likewise.
* gnu/packages/rdf.scm (rasqal)[inputs]: Likewise.
* gnu/packages/search.scm (xapian)[inputs]: Likewise.
* gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise.
* gnu/packages/storage.scm (ceph)[inputs]: Add UTIL-LINUX:LIB.
* gnu/packages/task-management.scm (taskwarrior)[inputs]: Change to the "lib"
output of UTIL-LINUX.
* gnu/packages/virtualization.scm (libvirt, xen)[inputs]: Likewise.
* gnu/packages/xorg.scm (libsm)[inputs]: Likewise.
2020-01-15 00:24:28 +01:00
Marius Bakke
3cfe76bec0
Merge branch 'master' into core-updates 2020-01-15 00:09:46 +01:00
Marius Bakke
574a71a7a9
gnu: python-wcwidth: Update to 0.1.8.
* gnu/packages/python-xyz.scm (python-wcwidth): Update to 0.1.8.
2020-01-14 23:50:25 +01:00
Marius Bakke
28ac442b0e
gnu: python-wcwidth: Adjust indentation.
* gnu/packages/python-xyz.scm (python-wcwidth): Re-indent.
2020-01-14 23:50:25 +01:00
Marius Bakke
a72a18920b
gnu: python-packaging: Update to 20.0.
* gnu/packages/python-xyz.scm (python-packaging): Update to 20.0.
2020-01-14 23:50:24 +01:00
Marius Bakke
bc5ce79faf
gnu: chez-sheme: Move util-linux to inputs.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Move UTIL-LINUX ...
[inputs]: ... here.  Rename assoc key to "libuuid" for clarity.
2020-01-14 23:50:24 +01:00
Marius Bakke
7c8c81cc84
gnu: volume-key: Move util-linux to inputs.
* gnu/packages/disk.scm (volume-key)[native-inputs]: Move UTIL-LINUX ...
[inputs]: ... here.  Rename assoc key to "libblkid" for clarity.
2020-01-14 23:50:24 +01:00
Marius Bakke
c148d2ebd4
gnu: xfsprogs: Move util-linux to inputs.
* gnu/packages/linux.scm (xfsprogs)[native-inputs]: Move UTIL-LINUX ...
[inputs]: ... here.  Rename key to "libuuid" for clarity.
2020-01-14 23:50:24 +01:00
Marius Bakke
1385e86c25
gnu: rsync: Update home page.
* gnu/packages/rsync.scm (rsync)[source, home-page]: Use HTTPS.
2020-01-14 23:50:24 +01:00
Marius Bakke
25997f3c3e
gnu: help2man: Update to 1.47.12.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.12.
2020-01-14 23:50:24 +01:00
Marius Bakke
8f4cff0e21
gnu: popt: Update source URI.
* gnu/packages/popt.scm (popt)[source](uri): Add Debian mirror.
2020-01-14 23:50:23 +01:00
Tobias Geerinckx-Rice
0aaab7f857
gnu: git: Update to 2.25.0.
* gnu/packages/version-control.scm (git): Update to 2.25.0.
2020-01-14 22:04:42 +01:00
Marius Bakke
ec836b46bf
gnu: help2man: Update to 1.47.12.
* gnu/packages/man.scm (help2man): Update to 1.47.12.
(help2man/latest): Remove variable.
2020-01-14 18:31:36 +01:00
Marius Bakke
2c854762ce
gnu: python2: Update to 2.7.17.
* gnu/packages/python.scm (python-2.7): Update to 2.7.17.
2020-01-14 18:31:36 +01:00
Marius Bakke
f0136e4d18
gnu: libuv: Do not build the static library.
* gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags.
2020-01-14 18:31:36 +01:00
Marius Bakke
dc73ea4195
gnu: libuv: Update to 1.34.1.
* gnu/packages/libevent.scm (libuv): Update to 1.34.1.
2020-01-14 18:31:36 +01:00
Marius Bakke
295eaeebcb
gnu: libev: Do not build the static library.
* gnu/packages/libevent.scm (libev)[arguments]: New field.
2020-01-14 18:31:36 +01:00
Marius Bakke
1fabfd0ec9
gnu: libev: Update to 4.31.
* gnu/packages/libevent.scm (libev): Update to 4.31.
2020-01-14 18:31:36 +01:00
Marius Bakke
ecfe153706
gnu: acl: Do not build the static library.
* gnu/packages/acl.scm (acl)[arguments]: Add #:configure-flags.
2020-01-14 18:31:36 +01:00
Marius Bakke
73fec9ca10
gnu: python-boot0: Update to 3.5.9.
* gnu/packages/commencement.scm (python-boot0): Update to 3.5.9.
2020-01-14 18:31:35 +01:00
Marius Bakke
404efac48b
gnu: python-boot0: Do not inherit source snippet from python.
This is in preparation for Python 3.8 which requires changes.

* gnu/packages/commencement.scm (python-boot0)[source]: Copy modules and
snippet from PYTHON instead of inheriting.
2020-01-14 18:31:35 +01:00
Marius Bakke
f63495d31b
gnu: guile: Apply Shepherd fix to the default Guile.
* gnu/packages/guile.scm (guile-2.2/bug-fix): Remove variable.
(guile-2.2)[source](patches): Add "guile-finalization-crash.patch".
* gnu/packages/admin.scm (shepherd)[inputs, native-inputs]: Change from
GUILE-2.2/BUG-FIX to GUILE-2.2.
2020-01-14 18:31:35 +01:00
Marius Bakke
e8b79cd9f4
gnu: grep: Update to 3.4.
* gnu/packages/base.scm (grep): Update to 3.4.
2020-01-14 18:31:35 +01:00
Marius Bakke
88b525270d
gnu: OpenSSL: Enable parallel build.
* gnu/packages/tls.scm (openssl)[arguments]: Remove #:parallel-build?.
2020-01-14 18:31:35 +01:00
Marius Bakke
391ee9c320
gnu: OpenSSL: Remove duplicate #:disallowed-references.
* gnu/packages/tls.scm (openssl)[arguments]: Remove #:disallowed-references.
2020-01-14 18:31:35 +01:00
Marius Bakke
488c30437c
gnu: file: Update to 5.38.
* gnu/packages/patches/file-CVE-2019-18218.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/file.scm (file): Update to 5.38.
[source](patches): Remove.
2020-01-14 18:31:35 +01:00
Marius Bakke
f87b68a186
gnu: findutils: Fix bootstrap on aarch64-linux and armhf-linux.
* gnu/packages/patches/findutils-test-rwlock-threads.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (findutils)[source](patches): Add it.
2020-01-14 18:31:34 +01:00
Paul Garlick
09bad3cd42
gnu: python-slepc4py: Update to 3.11.0.
* gnu/packages/maths.scm (python-slepc4py): Update to 3.11.0.
2020-01-14 17:24:11 +00:00
Paul Garlick
f1cc312e15
gnu: python-petsc4py: Update to 3.11.0.
* gnu/packages/maths.scm (python-petsc4py): Update to 3.11.0.
2020-01-14 17:23:50 +00:00
Guillaume Le Vaillant
f35b596e50
gnu: Add cl-archive.
* gnu/packages/lisp-xyz.scm (sbcl-archive, cl-archive, ecl-archive): New
  variables.
2020-01-14 16:45:26 +01:00
Efraim Flashner
9f37129f91
gnu: rust-dtoa-0.4: Don't hide package.
* gnu/packages/crates-io.scm (rust-dtoa-0.4)[arguments]: Skip build.
[properties]: Remove field.
2020-01-14 14:42:21 +02:00
Efraim Flashner
358552f38e
gnu: rust-dtoa-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-dtoa-0.2)[arguments]: Skip build.
properties]: Remove field.
2020-01-14 14:42:20 +02:00