Age | Commit message (Expand) | Author |
2020-03-18 | gnu: pulseaudio: Remove obsolete input....* gnu/packages/pulseaudio.scm (pulseaudio)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL, PERL, and PERL-XML-PARSER.
| Marius Bakke |
2020-03-18 | gnu: at-spi2-core: Remove obsolete input....* gnu/packages/gtk.scm (at-spi2-core)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
| Marius Bakke |
2020-03-18 | gnu: libgsf: Remove unused input....* gnu/packages/gnome.scm (libgsf)[inputs]: Remove PYTHON.
| Marius Bakke |
2020-03-18 | gnu: libgsf: Do not build the static library....* gnu/packages/gnome.scm (libgsf)[arguments]: New field.
| Marius Bakke |
2020-03-18 | gnu: libgsf: Remove obsolete intltool input....* gnu/packages/gnome.scm (libgsf)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL, PERL, and PERL-XML-PARSER (previously propagated).
| Marius Bakke |
2020-03-18 | gnu: gdb: Remove duplicate input....* gnu/packages/gdb.scm (gdb-9.1)[inputs]: Remove PYTHON.
| Marius Bakke |
2020-03-18 | gnu: fontforge: Update to 20200314....* gnu/packages/fontutils.scm (fontforge): Update to 20200314.
[source](uri): Adjust for new tar.xz download.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
[build-system]: Switch to CMAKE-BUILD-SYSTEM.
[arguments]: Add #:configure-flags. Remove phase
'fix-linking-with-python3.8', add phase 'do-not-override-RPATH'.
| Marius Bakke |
2020-03-18 | gnu: avahi: Update to 0.8....* gnu/packages/patches/avahi-CVE-2018-1000845.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/avahi.scm (avahi): Update to 0.8.
[source](patches): Remove obsolete patch.
[properties]: Remove.
[arguments]: Remove "--disable-qt3" from #:configure-flags. Add "--disable-qt5".
[inputs]: Add LIBEVENT. Sort lexicographically.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
| Marius Bakke |
2020-03-18 | gnu: avahi: Do not build the static libraries....* gnu/packages/avahi.scm (avahi)[arguments]: Add "--disable-static" to
#:configure-flags.
| Marius Bakke |
2020-03-18 | gnu: perl-xml-parser: Update to 2.46....* gnu/packages/xml.scm (perl-xml-parser): Update to 2.46.
| Marius Bakke |
2020-03-18 | gnu: swig: Use guile-3.0 instead of guile-2.2....* gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with
guile-3.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Arun Isaac |
2020-03-17 | gnu: guix: Update to 'guile-3.0' also in native-inputs....* gnu/packages/package-management.scm (guix)[native-inputs]: Update to
guile-3.0.
| Jan Nieuwenhuizen |
2020-03-17 | gnu: gnutls: Make 'guile3.0-gnutls' a deprecated alias....This is a followup to 67a3c8ed15f62a39f8684ee9c8dda024de9296a9.
* gnu/packages/tls.scm (guile3.0-gnutls): Make a deprecated alias for
GNUTLS.
| Ludovic Courtès |
2020-03-17 | 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.
| Marius Bakke |
2020-03-17 | gnu: guile-gcrypt: Use the correct Guile version....This is a follow-up to commit b6bee63bed4f013064c0d902e7c8b83ed7514ade.
* gnu/packages/gnupg.scm (guile-gcrypt)[native-inputs]: Remove GUILE-2.2. Add
GUILE-3.0.
(guile2.2-gcrypt)[native-inputs]: Adjust accordingly.
| Marius Bakke |
2020-03-17 | gnu: GnuTLS: Build with Guile 3....This is a follow-up to commit b6bee63bed4f013064c0d902e7c8b83ed7514ade.
* 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.
| Marius Bakke |
2020-03-16 | 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.
| Ludovic Courtès |
2020-03-16 | 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.
| Ludovic Courtès |
2020-03-15 | gnu: libcxx: Hide GCC's C++ headers during the build process....* gnu/packages/llvm.scm (libcxx)[arguments]: New field.
| Marius Bakke |
2020-03-15 | 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".
| Marius Bakke |
2020-03-15 | 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.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | gnu: bluez: Incorporate grafted changes....* gnu/packages/linux.scm (bluez)[replacement]: Remove.
[source](patches): New field.
(bluez/fixed): Remove variable.
| Marius Bakke |
2020-03-14 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-14 | Merge branch 'staging' | Marius Bakke |
2020-03-14 | gnu: kiki: Adjust for CPLUS_INCLUDE_PATH change....* gnu/packages/games.scm (kiki)[arguments]: Prepend to CPLUS_INCLUDE_PATH
instead of overriding it.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | gnu: log4cpp: Fix build with glibc 2.31....* gnu/packages/logging.scm (log4cpp)[arguments]: New field.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | gnu: pcre: Update to 8.44....* gnu/packages/pcre.scm (pcre): Update to 8.44.
| Marius Bakke |
2020-03-14 | gnu: libuninameslist: Update to 20200313....* gnu/packages/fontutils.scm (libuninameslist): Update to 20200313.
| Marius Bakke |
2020-03-14 | gnu: icu4c: Update to 66.1....* gnu/packages/icu4c.scm (icu4c): Update to 66.1.
| Marius Bakke |
2020-03-14 | gnu: LibUV: Update to 1.35.0....* gnu/packages/libevent.scm (libuv): Update to 1.35.0.
| Marius Bakke |
2020-03-14 | gnu: cURL: Update to 7.69.1....* gnu/packages/curl.scm (curl): Update to 7.69.1.
| Marius Bakke |
2020-03-14 | gnu: c-ares: Update to 1.16.0....* gnu/packages/adns.scm (c-ares): Update to 1.16.0.
| Marius Bakke |
2020-03-14 | 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.
| Marius Bakke |
2020-03-14 | gnu: libtorrent-rasterbar: Build with Python 3....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change
from PYTHON-2 to PYTHON-WRAPPER.
| Marius Bakke |
2020-03-14 | gnu: wesnoth: Remove obsolete workaround....* gnu/packages/games.scm (wesnoth)[arguments]: Remove #:phases.
| Marius Bakke |
2020-03-14 | gnu: libopenshot: Update to 0.2.5....* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
| Marius Bakke |
2020-03-14 | gnu: libopenshot-audio: Update to 0.2.0....* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
| Marius Bakke |
2020-03-14 | gnu: cppzmq: Update to 4.6.0....* gnu/packages/networking.scm (cppzmq): Update to 4.6.0.
[arguments]: Add #:configure-flags.
| Marius Bakke |
2020-03-14 | gnu: GraphicsMagick: Update to 1.3.35....* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.35.
| Marius Bakke |
2020-03-14 | gnu: suitesparse: Build with cmake-minimal....* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
| Marius Bakke |
2020-03-14 | 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.
| Jan Nieuwenhuizen |
2020-03-14 | gnu: Add SVT-AV1....* gnu/packages/video.scm (svt-av1): New variable.
| Leo Famulari |
2020-03-14 | gnu: hyperestraier: Use HTTPS home page....* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-14 | gnu: blender: Update to 2.82a....* gnu/packages/graphics.scm (blender): Update to 2.82a.
| Tobias Geerinckx-Rice |