Oleg Pykhalov
20d812fac4
gnu: skalibs: Update to 2.9.1.0.
...
* gnu/packages/skarnet.scm (skalibs): Update to 2.9.1.0.
2020-01-09 02:54:57 +03:00
Oleg Pykhalov
64c1e6fe4a
gnu: abiword: Update to 3.0.4.
...
* gnu/packages/abiword.scm (abiword): Update to 3.0.4.
[source](patches): Remove "abiword-black-drawing-with-gtk322.patch" patch.
Delete merged to upstream patch hunks in "abiword-explictly-cast-bools.patch"
patch.
* gnu/packages/patches/abiword-black-drawing-with-gtk322.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove this.
2020-01-09 02:40:25 +03:00
Oleg Pykhalov
9a1bfd68a9
gnu: emacs-treemacs: Refactor "install-data" phase.
...
* gnu/packages/emacs-xyz.scm (emacs-treemacs)[arguments]: Refactor
"install-data" phase.
2020-01-09 02:40:25 +03:00
Marius Bakke
60a366ec7a
gnu: util-linux: Rename udev variant.
...
Some packages propagate util-linux, so make sure that that manifests and
similar choose the same version to avoid conflicts.
* gnu/packages/linux.scm (util-linux)[properties]: Remove.
(util-linux+udev)[name]: Set to "util-linux-with-udev".
[properties]: Remove.
2020-01-09 00:13:50 +01:00
Ricardo Wurmus
907eeac2e7
services: nfs: Add nfs-service-type.
...
* gnu/services/nfs.scm (<nfs-configuration>): New record.
(nfs-configuration, nfs-configuration?, nfs-configuration-nfs-utils,
nfs-configuration-nfs-version, nfs-configuration-exports,
nfs-configuration-rpcmountd-port, nfs-configuration-rpcstatd-port,
nfs-configuration-rpcbind, nfs-configuration-idmap-domain,
nfs-configuration-nfsd-port, nfs-configuration-nfsd-threads,
nfs-configuration-pipefs-directory, nfs-configuration-debug,
nfs-shepherd-services): New procedures.
(nfs-service-type): New variable.
* doc/guix.texi (Network File System): Document it.
* gnu/tests/nfs.scm (%test-nfs-server): New variable.
(%base-os): Use default value of rpcbind-service-type.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
a6bdca6b9b
services: nfs: Allow gss-service-type to be extended.
...
* gnu/services/nfs.scm (gss-service-type): Rewrite using SERVICE-TYPE to add
ability to extend the service.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
2a23942e3f
services: nfs: Add verbosity control to idmap-service-type.
...
* gnu/services/nfs.scm (<idmap-configuration>)[verbosity]: New field.
(idmap-configuration-verbosity): New procedure.
(idmap-service-type): Use it.
* doc/guix.texi (Network File System): Document it.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
af32ea3583
services: nfs: Allow idmap-service-type to be extended.
...
* gnu/services/nfs.scm (idmap-service-type): Rewrite using SERVICE-TYPE to add
ability to extend the service.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
5d4ba49891
services: nfs: Fix indentation and typo.
...
* gnu/services/nfs.scm (<gss-configuration>, <idmap-configuration>): Fix
indentation.
(<idmap-configuration>): Rename accessor for NFS-UTILS field to
IDMAP-CONFIGURATION-NFS-UTILS.
(idmap-service-type): Use IDMAP-CONFIGURATION-NFS-UTILS.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
25c8c8cd4f
services: nfs: Allow pipefs-service-type to be extended.
...
* gnu/services/nfs.scm (pipefs-service-type): Rewrite using SERVICE-TYPE to
add ability to extend the service.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
ba1808d5e7
services: nfs: Allow rpcbind-service-type to be extended.
...
* gnu/services/nfs.scm (rpcbind-service-type): Rewrite using SERVICE-TYPE to
add ability to extend the service.
2020-01-08 23:56:16 +01:00
Ricardo Wurmus
981ce38937
services: nfs: Fix name of package variable.
...
* gnu/services/nfs.scm (rpcbind-service-type): Correct name from nfs-utils to
rpcbind.
2020-01-08 23:56:11 +01:00
Ludovic Courtès
62b9d3d4d5
git-authenticate: Add daviwil to the list of committers.
...
This is a followup to a587bb23b7
, first
commit signed by daviwil.
* build-aux/git-authenticate.scm (%committers): Add "daviwil".
2020-01-08 23:34:18 +01:00
Ludovic Courtès
984efa2b6a
build-system/clojure: Provide only the right modules in scope.
...
Previously, we used to have a whole bunch of (guix build *-build-system)
modules in scope, which, for example, meant that '%standard-phases' was
clashing. This change clarifies it.
* guix/build-system/clojure.scm (%default-modules): New variable.
(clojure-build): Change the default value of #:modules and that of
#:phases.
2020-01-08 23:21:14 +01:00
Ludovic Courtès
639e641cdf
gnu: Add clojure-tools-cli.
...
* gnu/packages/clojure.scm (clojure-tools-cli): New variable.
2020-01-08 23:21:14 +01:00
Marius Bakke
a82e6faa8b
gnu: vigra: Build with Python 3.
...
* gnu/packages/patches/vigra-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (vigra)[source](patches): New field.
[inputs]: Change PYTHON-2 and PYTHON2-NUMPY to PYTHON and PYTHON-NUMPY.
[native-inputs]: Change from PYTHON2-NOSE to PYTHON.
[arguments]: Adjust #:configure-flags accordingly.
2020-01-08 21:56:05 +01:00
Giacomo Leidi
2ac164a810
gnu: Boost: Use Python 3 by default.
...
* gnu/packages/boost.scm (boost)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
[arguments]: Add #:modules and #:imported-modules. Adjust phases 'configure'
and 'provide-libboost_python.so' to be agnostic of Python version.
* gnu/packages/boost.scm (boost-with-python3): Rename to ...
* gnu/packages/boost.scm (boost-with-python2): ... this.
[arguments]: Remove.
[native-inputs]: Inherit from BOOST, but replace the "python" input with PYTHON-2.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-01-08 21:56:05 +01:00
Marius Bakke
02fef9619b
gnu: Boost: Update to 1.72.0.
...
* gnu/packages/patches/boost-dumpversion.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/boost.scm (boost): Update to 1.72.0.
[source](uri): Remove defunct mirror.
[source](patches): Remove.
[arguments]: Adjust /bin/sh substitutions. Remove obsolete workaround.
2020-01-08 21:56:05 +01:00
Marius Bakke
9d2c24d227
gnu: teckit: Do not build the static library.
...
* gnu/packages/fontutils.scm (teckit)[arguments]: New field.
2020-01-08 21:56:04 +01:00
Marius Bakke
f62df4cbf2
gnu: libpaper: Do not build the static library.
...
* gnu/packages/ghostscript.scm (libpaper)[arguments]: Add #:configure-flags.
2020-01-08 21:56:04 +01:00
Marius Bakke
b34c125851
gnu: doxygen: Update to 1.8.17.
...
* gnu/packages/documentation.scm (doxygen): Update to 1.8.17.
[source](patches): Add doxygen-1.8.17-runtests.patch.
[arguments]: Remove obsolete phase.
* gnu/packages/patches/doxygen-test.patch: Adjust for upstream changes.
* gnu/packages/patches/doxygen-1.8.17-runtests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-01-08 21:56:04 +01:00
Marius Bakke
23c883ef83
gnu: RHash: Update to 1.3.9.
...
* gnu/packages/crypto.scm (rhash): Update to 1.3.9.
[arguments]: Add phase 'patch-/bin/sh'.
2020-01-08 21:56:04 +01:00
Marius Bakke
e468843db3
gnu: RHash: Do not use unstable source tarball.
...
* gnu/packages/crypto.scm (rhash)[source]: Change to GIT-FETCH.
2020-01-08 21:56:04 +01:00
Marius Bakke
5184cbe550
gnu: meson: Update to 0.53.0.
...
* gnu/packages/build-tools.scm (meson): Update to 0.53.0.
2020-01-08 21:56:04 +01:00
Marius Bakke
ceaf180526
gnu: libjpeg-turbo: Update to 2.0.4.
...
* gnu/packages/patches/libjpeg-turbo-CVE-2019-2201.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.4.
[source](patches): Remove.
2020-01-08 21:56:03 +01:00
Marius Bakke
ef2782d7b4
gnu: libarchive: Update to 3.4.1.
...
* gnu/packages/backup.scm (libarchive): Update to 3.4.1.
[source](uri): Change to ".xz" tarball.
2020-01-08 21:56:03 +01:00
Marius Bakke
972a3e0b1e
gnu: mit-krb5: Update to 1.17.1.
...
* gnu/packages/kerberos.scm (mit-krb5): Update to 1.17.1.
2020-01-08 21:56:03 +01:00
Marius Bakke
b9f71df377
gnu: fribidi: Update to 1.0.8.
...
* gnu/packages/patches/fribidi-CVE-2019-18397.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.8.
2020-01-08 21:56:03 +01:00
Marius Bakke
343139dabb
gnu: cURL: Update to 7.68.0.
...
* gnu/packages/curl.scm (curl): Update to 7.68.0.
2020-01-08 21:56:03 +01:00
Marius Bakke
9039f0b7b6
gnu: CMake: Update to 3.16.2.
...
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.2.
2020-01-08 21:56:03 +01:00
Marius Bakke
6a66709d38
gnu: libXpm: Update to 3.5.13.
...
* gnu/packages/xorg.scm (libxpm): Update to 3.5.13.
2020-01-08 21:56:03 +01:00
Marius Bakke
bd0af90a4e
gnu: libXpm: Gettext is a native input.
...
* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ...
[native-inputs]: ... here.
2020-01-08 21:56:02 +01:00
Marius Bakke
2fc865d301
gnu: gd: Do not build static library.
...
* gnu/packages/gd.scm (gd)[arguments]: Add #:configure-flags.
2020-01-08 21:56:02 +01:00
Marius Bakke
a1badf864f
gnu: lcms: Do not build static library.
...
* gnu/packages/ghostscript.scm (lcms)[arguments]: New field.
2020-01-08 21:56:02 +01:00
Marius Bakke
c6af97b70a
gnu: libfreehand: Fix build with ICU 65.
...
* gnu/packages/libreoffice.scm (libfreehand)[arguments]: New field.
2020-01-08 21:56:02 +01:00
Marius Bakke
25a2f2efa1
gnu: sbcl-cffi: Update to 0.20.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.20.1.
[arguments]: Update substitution for libffi 3.3.
2020-01-08 21:56:02 +01:00
Marius Bakke
cc41e2b09f
gnu: libsm: Do not build static library.
...
* gnu/packages/xorg.scm (libsm)[arguments]: New field.
2020-01-08 21:56:02 +01:00
Marius Bakke
12818a0656
gnu: network-manager: Fix build with glibc 2.30.
...
* gnu/packages/patches/network-manager-gettid.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (network-manager)[source](patches): Add it.
2020-01-08 21:56:02 +01:00
Marius Bakke
46c3a08b2e
gnu: dconf: Fix build failure with Meson 0.52.
...
* gnu/packages/patches/dconf-meson-0.52.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (dconf)[source](patches): New field.
2020-01-08 21:56:01 +01:00
Marius Bakke
eb5f3ea100
gnu: WebkitGTK: Fix build failure with ICU 65.
...
* gnu/packages/patches/webkitgtk-icu-65.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/webkit.scm (webkitgtk)[source](patches): New field.
2020-01-08 21:56:01 +01:00
Marius Bakke
84f1e12b8b
gnu: python-pyopenssl: Fix test failure.
...
* gnu/packages/python-crypto.scm (python-pyopenssl)[native-inputs]: Add LIBFAKETIME.
[arguments]: Use it to run tests with a fixed date.
2020-01-08 21:56:01 +01:00
Marius Bakke
f09948fd44
gnu: libfaketime: Fix failing test.
...
* gnu/packages/check.scm (libfaketime)[arguments]: Set environment variable
before building.
2020-01-08 21:56:01 +01:00
Marius Bakke
0d58d1acaa
Revert "gnu: poppler: Update to 0.83.0."
...
This reverts commit 7681436bfd
.
2020-01-08 21:56:01 +01:00
Marius Bakke
01bb039e7b
system: Use the udev-enabled util-linux variant.
...
Fixes <https://bugs.gnu.org/37931 >.
Reported by Bengt Richter <bokr@bokr.com>.
* gnu/system.scm (%base-packages): Change from UTIL-LINUX to UTIL-LINUX+UDEV.
2020-01-08 20:04:12 +01:00
Marius Bakke
71e0f1e9ad
gnu: util-linux: Add variant with udev support.
...
* gnu/packages/linux.scm (util-linux)[properties]: New field.
(util-linux+udev): New public variable.
2020-01-08 20:04:12 +01:00
Marius Bakke
e7e315c02e
gnu: psyclpc: Build with OpenSSL 1.0.
...
Fixes <https://bugs.gnu.org/39019 >. Reported by symphonia@disroot.org .
* gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to
OPENSSL-1.0.
2020-01-08 20:04:12 +01:00
Guillaume Le Vaillant
f98c050c20
build: asdf-build-system: Make sbcl-* Lisp packages reproducible.
...
The '*.fasl' files produced by SBCL contain the mtime of the source file (see
commit 72843d7ce32bd615f64a0326cf891658b5724ead of SBCL's code repository).
As asdf-build-system makes a copy of the source files before compiling them,
we must set the mtime of these copies to the same date as the originals for
the build to be reproducible.
* guix/build/asdf-build-system.scm (copy-files-to-output): Keep the
modification time of the original source files.
2020-01-08 15:39:05 +01:00
David Wilson
3d20fbf7e6
gnu: emacs-git-auto-commit-mode: Update to 4.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.5.0.
2020-01-08 06:08:37 -08:00
David Wilson
a587bb23b7
gnu: emacs-undo-tree: Update to 0.7.
...
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.
2020-01-08 06:08:32 -08:00
Oleg Pykhalov
5e5b884ef6
gnu: keepalived: Update to 2.0.19.
...
* gnu/packages/cluster.scm (keepalived): Update to 2.0.19.
2020-01-08 10:21:46 +03:00