Commit graph

57604 commits

Author SHA1 Message Date
Ludovic Courtès
9d0c2c6e52
tests: Fix up reference to 'guile-2.2'.
This is a followup to b6bee63bed.

* tests/inferior.scm ("inferior-package-search-paths"): Refer to
'guile-3.0' instead of 'guile-2.2'.
2020-03-17 15:46:15 +01:00
Ludovic Courtès
d8e98e853c
scripts: Refer to (default-guile) instead of 'guile-2.2'.
This is a followup to b6bee63bed.

* guix/scripts/environment.scm (guix-environment): Use (default-guile)
instead of (canonical-package guile-2.2) when parameterizing
'%guile-for-build'.
* guix/scripts/pack.scm (guix-pack): Likewise.
* guix/scripts/package.scm (guix-package*): Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
2020-03-17 15:36:58 +01:00
Ludovic Courtès
2bc1a400ae
gexp: Change default Guile effective version to 3.0.
This is a followup to b6bee63bed.

* guix/gexp.scm (lower-gexp, gexp->derivation): #:effective-version
defaults to "3.0".
2020-03-17 15:32:36 +01:00
Ludovic Courtès
4e6c9f56b5
gnu: gnutls: Make 'guile3.0-gnutls' a deprecated alias.
This is a followup to 67a3c8ed15.

* gnu/packages/tls.scm (guile3.0-gnutls): Make a deprecated alias for
GNUTLS.
2020-03-17 15:31:45 +01:00
Marius Bakke
02ed227f94
gnu: guile-sqlite3: Use the correct Guile version.
This is a follow-up to commit b6bee63bed4f013064c0d902e7c8b83ed7514ade..

* gnu/packages/guile.scm (guile-sqlite3)[native-inputs]: Remove GUILE-2.2.
Add GUILE-3.0.
2020-03-17 11:13:20 +01:00
Marius Bakke
cfa4de760a
gnu: guile-gcrypt: Use the correct Guile version.
This is a follow-up to commit b6bee63bed.

* gnu/packages/gnupg.scm (guile-gcrypt)[native-inputs]: Remove GUILE-2.2.  Add
GUILE-3.0.
(guile2.2-gcrypt)[native-inputs]: Adjust accordingly.
2020-03-17 10:40:19 +01:00
Marius Bakke
67a3c8ed15
gnu: GnuTLS: Build with Guile 3.
This is a follow-up to commit b6bee63bed.

* gnu/packages/tls.scm (gnutls)[inputs]: Change from GUILE-2.2 to GUILE-3.0.
(guile3.0-gnutls): Rename to ...
(guile2.2-gnutls): ... this.  Use GUILE-2.2.
(guile3.0-gnutls): New variable.
2020-03-17 10:39:47 +01:00
Ludovic Courtès
b6bee63bed
gnu: Default to Guile 3.0.
This patch changes three things:

  1. package derivations are built using Guile 3.0;

  2. 'gexp->derivation' defaults to Guile 3.0;

  3. "guile3.0-" packages are deprecated aliases for the regular
     package, which now depends on Guile 3.0; "guile2.2-" packages are
     introduced; "guile-next" is renamed to "guile".

* gnu/packages/guile.scm (guile-2.0/fixed): Remove.
(guile-3.0/fixed): New variable.
(package-for-guile-3.0): Remove.
(package-for-guile-2.2): New variable.
(define-deprecated-guile3.0-package): New macro.
(guile-3.0)[name]: Change to "guile".
(guile-json-3)[native-inputs, inputs]: New fields.
(guile2.2-json): New variable.
(guile3.0-json): Deprecate.
(guile-gdbm-ffi)[native-inputs]: Switch to GUILE-3.0.
(guile2.2-gdbm-ffi): New variable.
(guile3.0-gdbm-ffi): Deprecate.
(guile-sqlite3): Switch to GUILE-3.0.
(guile2.2-sqlite3): New variable.
(guile3.0-sqlite3): Deprecate.
(guile-bytestructures): Switch to GUILE-3.0.
(guile2.2-bytestructures): New variable.
(guile3.0-bytestructures): Deprecate.
(guile-git): Switch to GUILE-3.0.
(guile2.2-git): New variable.
(guile3.0-git): Deprecate.
(guile-2.2/bug-fix):
* gnu/packages/ci.scm (cuirass): Switch to GUILE-3.0.
* gnu/packages/emacs-xyz.scm (emacs-guix): Switch to GUILE-3.0.
* gnu/packages/gtk.scm (guile-cairo)[arguments]: New field.
Switch to GUILE-3.0.
(guile2.2-cairo): New variable.
(guile3.0-cairo): Deprecate.
(guile-rsvg): Switch to GUILE-3.0.
(guile2.2-cairo): New variable.
(guile3.0-cairo): Deprecate.
(guile-present): Switch to GUILE-3.0.
(guile2.2-present): New variable.
(guile3.0-present): Deprecate.
(guile-gnome)[propagated-inputs]: Use GUILE2.2-CAIRO and GUILE2.2-LIB.
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: Add #:configure-flags.
Switch to GUILE-3.0.
(guile2.2-fibers): New variable.
(guile3.0-fibers): Deprecate.
(guile-syntax-highlight): Switch to GUILE-3.0.
(guile2.2-syntax-highlight): New variable.
(guile3.0-syntax-highlight): Deprecate.
(guile-colorized): Switch to GUILE-3.0.
(guile2.2-colorized): New variable.
(guile3.0-colorized): Deprecate.
(guile-pfds): Switch to GUILE-3.0.
(guile2.2-pfds): New variable.
(guile3.0-pfds): Deprecate.
(guile-simple-zmq): Switch to GUILE-3.0.
(guile2.2-simple-zmq): New variable.
(guile3.0-simple-zmq): Deprecate.
(guile-newt): Switch to GUILE-3.0.
(guile2.2-newt): New variable.
(guile3.0-newt): Deprecate.
(guile-parted): Switch to GUILE-3.0.
(guile2.2-parted): New variable.
(guile3.0-parted): Deprecate.
(guile-config): Switch to GUILE-3.0.
(guile2.2-config): New variable.
(guile3.0-config): Deprecate.
(guile-hall): Switch to GUILE-3.0.
(guile2.2-hall): New variable.
(guile3.0-hall): Deprecate.
(guile-ics): Switch to GUILE-3.0.
(guile2.2-ics): New variable.
(guile3.0-ics): Deprecate.
(guile-wisp)[arguments]: Add 'support-guile-3.0' phase.
Switch to GUILE-3.0.
(guile2.2-wisp): New variable.
(guile3.0-wisp): Deprecate.
(guile-lib): Switch to GUILE-3.0.
(guile2.2-lib): New variable.
(guile3.0-lib): Deprecate.
(guile-minikanren): Switch to GUILE-3.0.
(guile2.2-minikanren): New variable.
(guile3.0-minikanren): Deprecate.
(guile-irregex): Switch to GUILE-3.0.
(guile2.2-irregex): New variable.
(guile3.0-irregex): Deprecate.
(haunt): Switch to GUILE-3.0, and remove GUILE-READER.
(guile2.2-haunt): New variable.
(guile3.0-haunt): Deprecate.
(guile-commonmark): Switch to GUILE-3.0.
(guile2.2-commonmark): New variable.
(guile3.0-commonmark): Deprecate.
(mcron): Switch to GUILE-3.0.
(guile2.0-mcron): New variable.
(guile3.0-mcron): Deprecate.
(guile-picture-language): Switch to GUILE-3.0.
(guile2.2-picture-language): New variable.
(guile3.0-picture-language): Deprecate.
(guile-gi): Switch to GUILE-3.0.
(guile2.2-gi): New variable.
(guile3.0-gi): Deprecate.
(guile-hashing): Switch to GUILE-3.0.
(guile2.2-hashing): New variable.
(guile3.0-hashing): Deprecate.
* gnu/packages/package-management.scm (guix): Switch to GUILE-3.0.
(guile2.2-guix): New variable.
(guile3.0-guix): Deprecate.
(gwl): Replace "guile3.0-" with "guile-".
(guix-jupyter)[source]: Adjust for Guile 3.0.
Switch to GUILE-3.0.
* gnu/packages/ssh.scm (guile-ssh): Switch to GUILE-3.0.
(guile2.2-ssh): New variable.
(guile3.0-ssh): Deprecate.
* gnu/packages/admin.scm (shepherd): Switch to GUILE-3.0.
(guile2.2-shepherd): New variable.
(guile3.0-shepherd): Deprecate.
* gnu/packages/mail.scm (mailutils): Switch to GUILE-3.0.
(guile2.2-mailutils): New variable.
(guile3.0-mailutils): Deprecate.
* gnu/packages/plotutils.scm (guile-charting): Switch to GUILE-3.0.
(guile2.2-charting): New variable.
(guile3.0-charting): Deprecate.
* gnu/packages/version-control.scm (libgit2): Switch to GUILE-3.0.
* gnu/packages/vpn.scm (vpnc-scripts): Switch to GUILE-3.0.
* gnu/packages/web.scm (guix-data-service): Switch to GUILE-3.0.
(hpcguix-web): Switch to GUILE-3.0.
* guix/self.scm (specification->package): Refer to the "guile-" variants
instead of "guile3.0-".
* guix/gexp.scm (default-guile): Change to GUILE-3.0.
* build-aux/build-self.scm (build): #:guile-version defaults to "3.0".
* gnu/packages/commencement.scm (guile-final): Base on GUILE-3.0/FIXED.
2020-03-16 15:44:02 +01:00
Ludovic Courtès
d8f78f5448
gnu: ld-wrapper: Use _IOLBF on Guile 2.0 only.
* gnu/packages/base.scm (make-ld-wrapper)[arguments]: Wrap use of
'_IOLBF' in 'cond-expand' and use 'line instead on Guile > 2.0.
2020-03-16 15:43:23 +01:00
Marius Bakke
40a461fd97
gnu: libcxx: Hide GCC's C++ headers during the build process.
* gnu/packages/llvm.scm (libcxx)[arguments]: New field.
2020-03-15 16:08:06 +01:00
Marius Bakke
f42bfc7a99
gnu: clang: Switch to 'C_INCLUDE_PATH' & co.
* gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: Remove
"CPATH", and add "C_INCLUDE_PATH" and "CPLUS_INCLUDE_PATH".
2020-03-15 16:04:53 +01:00
Marius Bakke
56c833ea28
gnu: gcc@4.9, gcc@5: Adjust for CPLUS_INCLUDE_PATH changes.
* gnu/packages/gcc.scm (gcc-4.9): Unless cross-compiling, add ...
[arguments]: with a phase to remove glibc and GCC from CPLUS_INCLUDE_PATH.
(gcc-6)[arguments]: Inherit from GCC-4.8.
2020-03-15 16:03:16 +01:00
Marius Bakke
d594963856
gnu: eudev: Remove bugfix variant.
* gnu/packages/linux.scm (eudev/btrfs-fix): Remove variable.
(eudev)[arguments]: Add phase patch-bindir-in-btrfs-rules.
* gnu/services/base.scm (<udev-configuration>, udev-service): Refer to EUDEV
instead of EUDEV/BTRFS-FIX.
2020-03-14 13:19:06 +01:00
Marius Bakke
f77ab2abdf
gnu: bluez: Incorporate grafted changes.
* gnu/packages/linux.scm (bluez)[replacement]: Remove.
[source](patches): New field.
(bluez/fixed): Remove variable.
2020-03-14 13:18:23 +01:00
Marius Bakke
961d2ee269
Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
Marius Bakke
aebba13c0b
Merge branch 'staging' 2020-03-14 12:57:21 +01:00
Marius Bakke
7cf79d7a51
gnu: kiki: Adjust for CPLUS_INCLUDE_PATH change.
* gnu/packages/games.scm (kiki)[arguments]: Prepend to CPLUS_INCLUDE_PATH
instead of overriding it.
2020-03-14 12:02:53 +01:00
Marius Bakke
e59d958a9c
gnu: mit-krb5: Fix segfault in gsasl test suite.
* gnu/packages/patches/mit-krb5-qualify-short-hostnames.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kerberos.scm (mit-krb5)[source](patches): New field.
2020-03-14 12:02:53 +01:00
Marius Bakke
641b9c51b7
gnu: log4cpp: Fix build with glibc 2.31.
* gnu/packages/logging.scm (log4cpp)[arguments]: New field.
2020-03-14 12:02:53 +01:00
Marius Bakke
75ca2cdaff
gnu: innoextract: Fix build failure with recent Boost and CMake.
* gnu/packages/compression.scm (innoextract)[arguments]: Add #:configure-flags
to prevent usage of Boost's CMake scripts.  While at it, remove the obsolete
 #:phases.
2020-03-14 12:02:53 +01:00
Marius Bakke
ef4c5a413e
gnu: gimp: Do not run gtk-update-icon-cache during the build process.
* gnu/packages/gimp.scm (gimp)[arguments]: Add
"ac_cv_path_GTK_UPDATE_ICON_CACHE" in #:configure-flags.
2020-03-14 12:02:52 +01:00
Marius Bakke
af2f11ff00
gnu: ghostscript: Update to 9.51.
* gnu/packages/patches/ghostscript-CVE-2019-14869.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/patches/ghostscript-no-header-uuid.patch: Adjust for 9.51.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.51.
[source](patches): Remove obsolete patch.
[arguments]: Remove obsolete substitution.  When cross-compiling, add two
workaround phases.
2020-03-14 12:02:52 +01:00
Marius Bakke
3fd74c4506
gnu: jbig2dec: Update to 0.18.
* gnu/packages/patches/jbig2dec-ignore-testtest.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (jbig2dec): Update to 0.18.
[source](uri): Adjust for Ghostscript 9.51.
[source](patches): Remove.
[arguments]: Add #:phases.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL and PYTHON-WRAPPER.
2020-03-14 12:02:52 +01:00
Marius Bakke
704f1b53c7
gnu: pcre: Update to 8.44.
* gnu/packages/pcre.scm (pcre): Update to 8.44.
2020-03-14 12:02:52 +01:00
Marius Bakke
3db5a01c11
gnu: libuninameslist: Update to 20200313.
* gnu/packages/fontutils.scm (libuninameslist): Update to 20200313.
2020-03-14 12:02:52 +01:00
Marius Bakke
8d425d74d2
gnu: icu4c: Update to 66.1.
* gnu/packages/icu4c.scm (icu4c): Update to 66.1.
2020-03-14 12:02:52 +01:00
Marius Bakke
eceaa46730
gnu: LibUV: Update to 1.35.0.
* gnu/packages/libevent.scm (libuv): Update to 1.35.0.
2020-03-14 12:02:51 +01:00
Marius Bakke
635b14fc6a
gnu: cURL: Update to 7.69.1.
* gnu/packages/curl.scm (curl): Update to 7.69.1.
2020-03-14 12:02:51 +01:00
Marius Bakke
966301597d
gnu: c-ares: Update to 1.16.0.
* gnu/packages/adns.scm (c-ares): Update to 1.16.0.
2020-03-14 12:02:51 +01:00
Marius Bakke
5afffbeffc
gnu: fifengine: Fix build with newer Swig and Python.
* gnu/packages/patches/fifengine-swig-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/games.scm (fifengine)[source](patches): New field.
[arguments]: Remove hard coded Python version from #:configure-flags.
2020-03-14 12:02:51 +01:00
Marius Bakke
e22c2c78a1
gnu: libtorrent-rasterbar: Build with Python 3.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change
from PYTHON-2 to PYTHON-WRAPPER.
2020-03-14 12:02:51 +01:00
Marius Bakke
53402d437c
gnu: wesnoth: Remove obsolete workaround.
* gnu/packages/games.scm (wesnoth)[arguments]: Remove #:phases.
2020-03-14 12:02:51 +01:00
Marius Bakke
747953c430
gnu: libopenshot: Update to 0.2.5.
* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
2020-03-14 11:55:34 +01:00
Marius Bakke
f575668730
gnu: libopenshot-audio: Update to 0.2.0.
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
2020-03-14 11:55:34 +01:00
Marius Bakke
a92a93c9a4
gnu: cppzmq: Update to 4.6.0.
* gnu/packages/networking.scm (cppzmq): Update to 4.6.0.
[arguments]: Add #:configure-flags.
2020-03-14 11:55:34 +01:00
Marius Bakke
6d84566e5e
gnu: GraphicsMagick: Update to 1.3.35.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.35.
2020-03-14 11:55:33 +01:00
Marius Bakke
b471337dea
gnu: suitesparse: Build with cmake-minimal.
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
2020-03-14 11:55:33 +01:00
Jan Nieuwenhuizen
11a5ffba73
gnu: coreutils: Remove libcap dependency for the Hurd.
* gnu/packages/linux.scm (libcap)[supported-systems]: Remove the Hurd.
* gnu/packages/base.scm (coreutils)[inputs]: Include libcap only for supported
systems.  Fixes building on the Hurd.
2020-03-14 09:24:15 +01:00
Leo Famulari
554f5b6280
gnu: Add SVT-AV1.
* gnu/packages/video.scm (svt-av1): New variable.
2020-03-14 01:02:37 -04:00
Tobias Geerinckx-Rice
71441a3851
gnu: hyperestraier: Use HTTPS home page.
* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice
ec4c170f94
gnu: blender: Update to 2.82a.
* gnu/packages/graphics.scm (blender): Update to 2.82a.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice
954bfbdf77
gnu: cdparanoia: Use HTTPS home page.
* gnu/packages/cdrom.scm (cdparanoia)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice
1df9bee786
gnu: scm: Use HTTPS home page.
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice
450a1af293
gnu: iodine: Use HTTPS home page.
* gnu/packages/networking.scm (iodine)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice
bb45b9c258
gnu: vim-scheme: Use HTTPS home page.
* gnu/packages/vim.scm (vim-scheme)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice
a96d4897ae
gnu: ncftp: Use HTTPS home page.
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
2020-03-14 03:43:45 +01:00
Marius Bakke
bb4674b43f
Merge branch 'master' into staging 2020-03-14 01:42:02 +01:00
Marius Bakke
989d564f44
gnu: launchmon: Fix build with GCC 7.
* gnu/packages/admin.scm (launchmon)[source](modules, snippet): New fields.
2020-03-14 01:39:43 +01:00
Leo Famulari
39356057bc
doc: Update guidance about Python 2 package variants.
* doc/contributing.texi (Python Modules): Don't recommend adding Python-2
package variants by default.
2020-03-13 19:27:33 -04:00
Leo Famulari
364a1374ad
gnu: BlueZ: Fix CVE-2020-0556.
* gnu/packages/patches/bluez-CVE-2020-0556.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (bluez)[replacement]: New field.
(bluez/fixed): New variable.
2020-03-13 19:24:30 -04:00