jackhill/guix/guix.git
4 years agognu: bdb: Add 4.8.30.
Carl Dong [Mon, 8 Jul 2019 19:25:40 +0000 (15:25 -0400)]
gnu: bdb: Add 4.8.30.

* gnu/packages/dbm.scm (bdb-4.8): New variable.
[arguments]: Configure and build from 'build_unix' directory as
mentioned in documentation.
(bdb-5.3): Inherit from bdb-4.8.
(bdb-6): Inherit from bdb-4.8.
(bdb): Point to bdb-6.

4 years agognu: gobject-introspection: Update absolute-shlib-path.patch.
Christopher Baines [Sun, 7 Jul 2019 10:43:07 +0000 (11:43 +0100)]
gnu: gobject-introspection: Update absolute-shlib-path.patch.

Incorporate some changes from nixpkgs to the gobject-introspection package
patches.  This is motivated by looking at issues with libsoup and lollypop.
These changes mean that the share/gir-1.0/Soup-2.4.gir file within
libsoup (and the corresponding binary typelib) references libsoup-2.4.so.1
with an absolute filename, whereas previously, the filename wasn't absolute.

With an absolute filename in the typelib, loading libsoup from lollypop should
work.

* gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch:
Incorporate changes from nixpkgs.

4 years agognu: python-pytest: Update to 4.4.2.
Marius Bakke [Sun, 7 Jul 2019 22:58:31 +0000 (00:58 +0200)]
gnu: python-pytest: Update to 4.4.2.

This is necessary to fix a test failure on 32-bit platforms in 4.4.1.

* gnu/packages/check.scm (python-pytest): Update to 4.4.2.

4 years agognu: python-pluggy: Update to 0.11.0.
Marius Bakke [Sun, 7 Jul 2019 22:58:09 +0000 (00:58 +0200)]
gnu: python-pluggy: Update to 0.11.0.

* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.

4 years agognu: webkitgtk: Build with Python 3.
Marius Bakke [Sun, 7 Jul 2019 22:37:03 +0000 (00:37 +0200)]
gnu: webkitgtk: Build with Python 3.

* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
PYTHON-WRAPPER.

4 years agognu: jalv: Remove GCC5 workaround.
Marius Bakke [Sun, 7 Jul 2019 21:27:37 +0000 (23:27 +0200)]
gnu: jalv: Remove GCC5 workaround.

* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.

4 years agognu: mesa: Use the "release" Meson build type.
Marius Bakke [Sun, 7 Jul 2019 20:05:34 +0000 (22:05 +0200)]
gnu: mesa: Use the "release" Meson build type.

* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.

4 years agognu: doxygen: Build with Python 3.
Marius Bakke [Sun, 7 Jul 2019 18:07:22 +0000 (20:07 +0200)]
gnu: doxygen: Build with Python 3.

* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.

4 years agognu: doxygen: Don't build against special Flex variant.
Marius Bakke [Sun, 7 Jul 2019 18:00:21 +0000 (20:00 +0200)]
gnu: doxygen: Don't build against special Flex variant.

* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1
to FLEX.

4 years agognu: libinput: Use the 'release' Meson build type.
Marius Bakke [Sun, 7 Jul 2019 17:19:39 +0000 (19:19 +0200)]
gnu: libinput: Use the 'release' Meson build type.

* gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>.

4 years agobuild-system/meson: Enable compiler optimizations.
Marius Bakke [Sun, 7 Jul 2019 17:14:04 +0000 (19:14 +0200)]
build-system/meson: Enable compiler optimizations.

* guix/build-system/meson.scm (meson-build)[#:build-type]: Set to 'debugoptimized'.

4 years agognu: libpsl: Python is a native input.
Marius Bakke [Sun, 7 Jul 2019 16:55:57 +0000 (18:55 +0200)]
gnu: libpsl: Python is a native input.

* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ...
[native-inputs]: ... here.

4 years agognu: graphite2: Build against Python 3.
Marius Bakke [Sun, 7 Jul 2019 16:53:32 +0000 (18:53 +0200)]
gnu: graphite2: Build against Python 3.

Previously, the Python tests were skipped, because they require Python 3.

* gnu/packages/fontutils.scm (graphite2)[arguments]: New field.
[native-inputs]: Change PYTHON-2 and PYTHON2-FONTTOOLS to PYTHON and PYTHON-FONTTOOLS.

4 years agognu: zziplib: Don't run failing tests.
Marius Bakke [Sun, 7 Jul 2019 16:08:21 +0000 (18:08 +0200)]
gnu: zziplib: Don't run failing tests.

* gnu/packages/compression.scm (zziplib)[arguments]: Set <#:test-target>.

4 years agognu: zziplib: Don't use unstable tarball.
Marius Bakke [Sun, 7 Jul 2019 15:26:38 +0000 (17:26 +0200)]
gnu: zziplib: Don't use unstable tarball.

* gnu/packages/compression.scm (zziplib)[source]: Change to GIT-FETCH.
[argumnents]: New field.

4 years agognu: libpsl: Build against Python 3.
Marius Bakke [Sun, 7 Jul 2019 15:04:41 +0000 (17:04 +0200)]
gnu: libpsl: Build against Python 3.

* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.

4 years agognu: ninja: Python is a regular input.
Marius Bakke [Sun, 7 Jul 2019 16:12:30 +0000 (18:12 +0200)]
gnu: ninja: Python is a regular input.

Ninja uses Python at run time, so it must not be a native input.

* gnu/packages/ninja.scm (ninja)[native-inputs]: Change to ...
[inputs]: ... this.

4 years agognu: ninja: Build against Python 3.
Marius Bakke [Sun, 7 Jul 2019 15:03:51 +0000 (17:03 +0200)]
gnu: ninja: Build against Python 3.

* gnu/packages/ninja.scm (ninja)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.

4 years agognu: libevent: Use Python 3 for event_rpcgen.py.
Marius Bakke [Sun, 7 Jul 2019 15:02:20 +0000 (17:02 +0200)]
gnu: libevent: Use Python 3 for event_rpcgen.py.

* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.

4 years agognu: itstool: Update to 2.0.6.
Marius Bakke [Sun, 7 Jul 2019 15:00:45 +0000 (17:00 +0200)]
gnu: itstool: Update to 2.0.6.

* gnu/packages/glib.scm (itstool): Update to 2.0.6.
[inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON.
* gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON.

4 years agognu: cURL: Build against Python 3.
Marius Bakke [Sun, 7 Jul 2019 14:55:52 +0000 (16:55 +0200)]
gnu: cURL: Build against Python 3.

* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.

4 years agognu: icu4c: Enable tests on i686.
Marius Bakke [Sun, 7 Jul 2019 14:55:10 +0000 (16:55 +0200)]
gnu: icu4c: Enable tests on i686.

* gnu/packages/icu4c.scm (icu4c)[arguments]: Don't override <#:tests?>.

4 years agognu: icu4c: Use 'python-minimal' for tests.
Marius Bakke [Sun, 7 Jul 2019 14:54:15 +0000 (16:54 +0200)]
gnu: icu4c: Use 'python-minimal' for tests.

* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to
PYTHON-MINIMAL.

4 years agognu: Python: Avoid needless reference on coreutils.
Marius Bakke [Sun, 7 Jul 2019 14:51:26 +0000 (16:51 +0200)]
gnu: Python: Avoid needless reference on coreutils.

* gnu/packages/python.scm (python-2.7)[arguments]: Pass "INSTALL" and
"MKDIR_P" in <#:configure-flags>.

4 years agognu: commencement: Fix Python build on non-x86 platforms.
Marius Bakke [Sun, 7 Jul 2019 14:32:53 +0000 (16:32 +0200)]
gnu: commencement: Fix Python build on non-x86 platforms.

* gnu/packages/commencement.scm (python-boot0)[version, source]: Downgrade to 3.5.7.
[arguments]: Remove <#:make-flags>.  Add <#:phases>.
[native-inputs]: Remove artifical dependency on PKG-CONFIG.

4 years agognu: python-pillow: Update to 6.1.0.
Marius Bakke [Sat, 6 Jul 2019 18:32:17 +0000 (20:32 +0200)]
gnu: python-pillow: Update to 6.1.0.

* gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0.

4 years agognu: icecat: Fix FTBFS with GCC7.
Marius Bakke [Thu, 4 Jul 2019 18:13:13 +0000 (20:13 +0200)]
gnu: icecat: Fix FTBFS with GCC7.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: In the 'augment-CPATH' phase,
do not attempt to read CPLUS_INCLUDE_PATH, which is no longer set.

4 years agoimport: hackage: Update list of ghc-included packages.
Robert Vollmert [Thu, 4 Jul 2019 07:57:30 +0000 (09:57 +0200)]
import: hackage: Update list of ghc-included packages.

It turns out the list in the release notes is incomplete.
This updates the list from /gnu/store/<hash>-ghc-8.4.3/lib/ghc-8.4.3.

* guix/import/hackage.scm (ghc-standard-libraries): Update list.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml.
Robert Vollmert [Thu, 4 Jul 2019 07:57:31 +0000 (09:57 +0200)]
gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml.

These are ghc-8.4-bundled packages, removing to avoid build
conflicts.

* gnu/packages/haskell.scm (ghc-parsec, ghc-stm, ghc-text): Remove.
* gnu/packages/haskell-web.scm (ghc-xhtml): Remove.
* gnu/packages/agda.scm (agda)[inputs]: Remove ghc-stm and ghc-text.
* gnu/packages/bioinformatics.scm (ngless)[inputs]: Remove ghc-parsec and
ghc-text.
* gnu/packages/haskell-apps.scm (darcs)[inputs]: Remove ghc-parsec.
(git-annex)[inputs]: Remove ghc-stm and ghc-text.
(ghc-sdl2)[inputs]: Remove ghc-text.
(ghc-sdl2-image)[inputs]: Remove ghc-text.
* gnu/packages/haskell-check.scm (ghc-tasty-ant-xml)[inputs]: Remove ghc-stm.
(ghc-tasty)[inputs]: Remove ghc-stm.
(ghc-tasty-rerun)[inputs]: Same.
(ghc-quickcheck-instances)[inputs]: Remove ghc-text.
(ghc-hedgehog)[inputs]: Remove ghc-stm.
* gnu/packages/haskell-crypto.scm (ghc-asn1-encoding)[inputs]: Remove
ghc-text.
* gnu/packages/haskell-web.scm (ghc-tagsoup)[inputs]: Remove ghc-text.
(ghc-cookie)[inputs]: Same.
(ghc-http-types)[inputs]: Same.
(ghc-http)[inputs]: Remove ghc-parsec.
(ghc-http-client)[inputs]: Remove ghc-text.
(ghc-http2)[inputs]: Remove ghc-stm.
(ghc-http-conduit)[native-inputs]: Remove ghc-text.
(ghc-wai)[inputs]: Same.
(ghc-wai-extra)[inputs]: Same.
(ghc-warp)[inputs]: Remove ghc-stm and ghc-text.
(ghc-xss-sanitize)[native-inputs]: Remove ghc-text.
(ghc-css-text)[inputs]: Same.
(ghc-mime-types)[inputs]: Same.
(ghc-blaze-html)[inputs]: Same.
(ghc-aeson)[inputs]: Same.
(ghc-aeson-pretty)[inputs]: Same.
(ghc-aeson-qq)[inputs]: Remove ghc-text and ghc-parsec.
(ghc-multipart)[inputs]: Remove ghc-parsec.
(ghc-uri-encode)[inputs]: Remove ghc-text.
(ghc-path-pieces)[inputs]: Same.
(ghc-yesod-core)[inputs]: Remove ghc-text and ghc-parsec.
(ghc-yesod-persistent)[inputs]: Remove ghc-text.
(ghc-yesod-form)[inputs]: Same.
(ghc-yesod)[inputs]: Same.
(ghc-hxt-regex-xmlschema)[inputs]: Remove ghc-parsec and ghc-text.
(ghc-hxt)[inputs]: Remove ghc-parsec.
* gnu/packages/haskell.scm (ghc-convertible)[inputs]: Remove ghc-text.
(ghc-double-conversion)[inputs]: Same.
(ghc-tree-diff)[inputs]: Remove ghc-parsec and ghc-text.
[native-inputs]: Remove ghc-parsec.
(ghc-cgi)[inputs]: Remove ghc-parsec.
(hlint)[inputs]: Remove ghc-text.
(ghc-openglraw)[inputs]: Remove ghc-text.
(ghc-opengl)[inputs]: Same.
(ghc-streaming-commons)[inputs]: Remove ghc-stm and ghc-text.
(ghc-hackage-security)[inputs]: Remove ghc-parsec.
(cabal-install)[inputs]: Remove ghc-stm.
(ghc-parsec-numbers)[inputs]: Remove ghc-parsec.
(ghc-safesemaphore)[inputs]: Remove ghc-stm.
(ghc-text-binary)[inputs]: Remove ghc-text.
(ghc-hashable)[inputs]: Remove ghc-text.
(ghc-transformers-base)[inputs]: Remove ghc-stm.
(ghc-indents)[inputs]: Remove ghc-parsec.
(ghc-regex-tdfa-rc)[inputs]: Same.
(ghc-regex-tdfa-text)[inputs]: Same.
(ghc-regex)[inputs]: Remove ghc-text.
(ghc-parsers)[inputs]: Remove ghc-parsec and ghc-text.
(ghc-attoparsec)[inputs]: Remove ghc-text.
(ghc-attoparsec-bootstrap)[inputs]: Same.
(ghc-zip-archive)[inputs]: Same.
(ghc-polyparse)[inputs]: Same.
(ghc-reducers)[inputs]: Same.
(ghc-xml)[inputs]: Same.
(ghc-feed)[inputs]: Same.
(ghc-exceptions)[inputs]: Remove ghc-stm.
(ghc-case-insensitive)[inputs]: Remove ghc-text.
(ghc-megaparsec)[inputs]: Same.
(ghc-network-uri)[inputs]: Remove ghc-parsec.
(ghc-monad-control)[inputs]: Remove ghc-stm.
(ghc-blaze-builder)[inputs]: Remove ghc-text.
(ghc-blaze-markup)[inputs]: Same.
(ghc-async)[inputs]: Remove ghc-stm.
(ghc-invariant)[inputs]: Same.
(ghc-statevar)[inputs]: Same.
(ghc-lens)[inputs]: Remove ghc-text.
(ghc-cheapskate)[inputs]: Same.
(ghc-semigroups)[inputs]: Same.
(ghc-semigroups-bootstrap)[inputs]: Same.
(ghc-fast-logger)[inputs]: Same.
(ghc-scientific)[inputs]: Same.
(ghc-scientific-bootstrap)[inputs]: Same.
(ghc-texmath)[inputs]: Remove ghc-parsec.
(ghc-highlighting-kate)[inputs]: Same.
(ghc-cmark)[inputs]: Remove ghc-text.
(ghc-cmark-gfm)[inputs]: Same.
(ghc-th-lift-instances)[inputs]: Same.
(ghc-yaml)[inputs]: Same.
(ghc-hslua)[inputs]: Same.
(ghc-hslua-module-text)[inputs]: Same.
(ghc-skylighting-core)[inputs]: Same.
(ghc-doctemplates)[inputs]: Remove ghc-text and ghc-parsec.
(ghc-pandoc)[inputs]: Same.
(ghc-typed-process)[inputs]: Remove ghc-stm.
(ghc-conduit-extra)[inputs]: Remove ghc-stm and ghc-text.
(ghc-xml-types)[inputs]: Remove ghc-text.
(ghc-xml-conduit)[inputs]: Same.
(ghc-pandoc-citeproc)[inputs]: Remove ghc-text and ghc-parsec.
(ghc-regex-tdfa)[inputs]: Remove ghc-parsec.
(ghc-wl-pprint-text)[inputs]: Remove ghc-text.
(ghc-graphviz)[inputs]: Same.
(ghc-system-filepath-bootstrap)[inputs]: Same.
(ghc-system-fileio-bootstrap)[inputs]: Same.
(ghc-shelly)[inputs]: Same.
(ghc-chell)[inputs]: Same.
(ghc-system-filepath)[inputs]: Same.
(ghc-system-fileio)[inputs]: Same.
(ghc-fsnotify)[inputs]: Same.
(ghc-json)[inputs]: Remove ghc-text and ghc-parsec.
(ghc-esqueleto)[inputs]: Remove ghc-text.
(shellcheck)[inputs]: Remove ghc-parsec.
(ghc-errors)[inputs]: Remove ghc-text.
(ghc-chunked-data)[inputs]: Same.
(ghc-uuid-types)[inputs]: Same.
(ghc-uuid)[inputs]: Same.
(ghc-rebase)[inputs]: Remove ghc-stm and ghc-text.
(ghc-foldl)[inputs]: Remove ghc-text.
(ghc-mono-traversable)[inputs]: Same.
(ghc-conduit-combinators)[inputs]: Same.
(ghc-aws)[inputs]: Same.
(ghc-stm-chans)[inputs]: Remove ghc-stm.
(ghc-monad-logger)[inputs]: Remove ghc-text and ghc-stm.
(ghc-shakespeare)[inputs]: Remove ghc-parsec and ghc-text.
(ghc-resource-pool)[inputs]: Remove ghc-stm.
(ghc-attoparsec-iso8601)[inputs]: Remove ghc-text.
(ghc-http-api-data)[inputs]: Same.
(ghc-persistent)[inputs]: Same.
(ghc-aeson-compat)[inputs]: Same.
(ghc-persistent-template)[inputs]: Same.
(ghc-unliftio)[inputs]: Remove ghc-stm.
(ghc-persistent-sqlite)[native-inputs]: Remove ghc-text.
(ghc-bytes)[inputs]: Same.
(ghc-missingh)[inputs]: Remove ghc-parsec.
(ghc-rio)[inputs]: Remove ghc-text.
(ghc-cairo)[inputs]: Same.
(ghc-atomic-write)[inputs]: Remove ghc-text.
[native-inputs]: Same.
(ghc-stm-conduit)[inputs]: Remove ghc-stm.
(ghc-conduit-algorithms)[inputs]: Same.
(ghc-interpolate)[native-inputs]: Remove ghc-text.
(ghc-hpack)[inputs]: Same.
(ghc-inline-c)[inputs]: Remove ghc-parsec.
(ghc-configurator)[inputs]: Remove ghc-text.
(ghc-c2hs)[native-inputs]: Same.
(ghc-libmpd)[inputs]: Same.
(ghc-concurrent-output)[inputs]: Remove ghc-stm.
* gnu/packages/idris.scm (idris)[inputs]: Remove ghc-text.
* gnu/packages/wm.scm (xmobar)[inputs]: Remove ghc-parsec and ghc-stm.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agoMerge branch 'staging' into core-updates
Marius Bakke [Thu, 4 Jul 2019 14:29:53 +0000 (16:29 +0200)]
Merge branch 'staging' into core-updates

4 years agoMerge branch 'master' into staging
Marius Bakke [Thu, 4 Jul 2019 14:16:41 +0000 (16:16 +0200)]
Merge branch 'master' into staging

4 years agognu: Add sbcl-dexador.
Pierre Neidhardt [Wed, 26 Jun 2019 11:44:26 +0000 (13:44 +0200)]
gnu: Add sbcl-dexador.

* gnu/packages/lisp.scm (sbcl-dexador): New variable.

4 years agognu: pigx-rnaseq: Update to 0.0.8.
Ricardo Wurmus [Thu, 4 Jul 2019 10:42:15 +0000 (12:42 +0200)]
gnu: pigx-rnaseq: Update to 0.0.8.

* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.8.

4 years agognu: Remove duplicate 'ruby-crass' package.
Ludovic Courtès [Thu, 4 Jul 2019 10:31:09 +0000 (12:31 +0200)]
gnu: Remove duplicate 'ruby-crass' package.

* gnu/packages/ruby.scm (ruby-crass): Remove duplicate shadowed definition.

4 years agognu: Add ruby-backport.
Mikhail Kirillov [Wed, 3 Jul 2019 17:10:27 +0000 (20:10 +0300)]
gnu: Add ruby-backport.

* gnu/packages/ruby.scm (ruby-backport): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add qtpass.
Jens Mølgaard [Thu, 20 Jun 2019 07:24:47 +0000 (19:24 +1200)]
gnu: Add qtpass.

* gnu/packages/password-utils.scm (qtpass): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: linux-libre: Update to 5.1.16.
Mark H Weaver [Thu, 4 Jul 2019 04:05:05 +0000 (00:05 -0400)]
gnu: linux-libre: Update to 5.1.16.

* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.16.
(%linux-libre-hash): Update hash.

4 years agognu: linux-libre@4.19: Update to 4.19.57.
Mark H Weaver [Thu, 4 Jul 2019 04:04:20 +0000 (00:04 -0400)]
gnu: linux-libre@4.19: Update to 4.19.57.

* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.57.
(%linux-libre-4.19-hash): Update hash.

4 years agognu: linux-libre@4.14: Update to 4.14.132.
Mark H Weaver [Thu, 4 Jul 2019 04:03:30 +0000 (00:03 -0400)]
gnu: linux-libre@4.14: Update to 4.14.132.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.132.
(%linux-libre-4.14-hash): Update hash.

4 years agognu: lpd8editor: Update to 0.0.13.
Leo Famulari [Thu, 4 Jul 2019 02:06:10 +0000 (22:06 -0400)]
gnu: lpd8editor: Update to 0.0.13.

* gnu/packages/music.scm (lpd8editor): Update to 0.0.13.

4 years agostore: 'run-with-store' preserves the functional object cache.
Ludovic Courtès [Wed, 3 Jul 2019 21:29:17 +0000 (23:29 +0200)]
store: 'run-with-store' preserves the functional object cache.

This increases the hit rate of the object cache from 56% to 85% when
running something like 'guix build libreoffice -nd'.

* guix/store.scm (set-store-connection-object-cache!): New procedure.
(run-with-store): Copy 'object-cache' field of the new store into the
original one.

4 years agoderivations: 'substitution-oracle' no longer calls 'read-derivation-from-file'.
Ludovic Courtès [Wed, 3 Jul 2019 20:42:19 +0000 (22:42 +0200)]
derivations: 'substitution-oracle' no longer calls 'read-derivation-from-file'.

This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55.

* guix/derivations.scm (substitution-oracle): Use
'derivation-input-derivation' instead of calling
'read-derivation-from-file'.

4 years agoderivations: Avoid another call to 'read-derivation-from-file'.
Ludovic Courtès [Wed, 3 Jul 2019 20:36:56 +0000 (22:36 +0200)]
derivations: Avoid another call to 'read-derivation-from-file'.

This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55.

* guix/derivations.scm (derivation-path->base16-hash): Rename to...
(derivation-base16-hash): ... this, and take a <derivation> rather than
a file name.  Use 'mlambdaq' instead of 'mlambda'.
(derivation/masked-inputs): Adjust accordingly.
(invalidate-derivation-caches!): Likewise.

4 years agoderivations: 'map-derivation' no longer calls 'read-derivation-from-file'.
Ludovic Courtès [Wed, 3 Jul 2019 20:27:17 +0000 (22:27 +0200)]
derivations: 'map-derivation' no longer calls 'read-derivation-from-file'.

This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55.

* guix/derivations.scm (map-derivation)[rewritten-input]: Avoid call to
'read-derivation-from-file'.

4 years agognu: MPD: Update to 0.21.11.
Leo Famulari [Wed, 3 Jul 2019 20:18:48 +0000 (16:18 -0400)]
gnu: MPD: Update to 0.21.11.

* gnu/packages/mpd.scm (mpd): Update to 0.21.11.

4 years agognu: GraphicsMagick: Update to 1.3.32.
Leo Famulari [Wed, 3 Jul 2019 20:07:39 +0000 (16:07 -0400)]
gnu: GraphicsMagick: Update to 1.3.32.

* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.32.

4 years agognu: irssi: Update to 1.1.3. [fixes CVE-2019-13045].
Leo Famulari [Wed, 3 Jul 2019 18:37:09 +0000 (14:37 -0400)]
gnu: irssi: Update to 1.1.3. [fixes CVE-2019-13045].

* gnu/packages/irc.scm (irssi): Update to 1.1.3.

4 years agoderivations: Work around pathological memoization behavior.
Ludovic Courtès [Wed, 3 Jul 2019 18:05:23 +0000 (20:05 +0200)]
derivations: Work around pathological memoization behavior.

This works around <https://bugs.gnu.org/36487>.

* guix/derivations.scm (invalidate-derivation-caches!): Comment out
'hash-clear!' call.

4 years agognu: python-pygit2: Update to 0.28.2.
Julien Lepiller [Wed, 3 Jul 2019 16:55:54 +0000 (18:55 +0200)]
gnu: python-pygit2: Update to 0.28.2.

* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.2.

4 years agognu: snd: Update to 19.5.
Tobias Geerinckx-Rice [Wed, 3 Jul 2019 15:29:40 +0000 (17:29 +0200)]
gnu: snd: Update to 19.5.

* gnu/packages/audio.scm (snd): Update to 19.5.

4 years agognu: xkeyboard-config: Update to 2.27.
Marius Bakke [Wed, 3 Jul 2019 14:32:43 +0000 (16:32 +0200)]
gnu: xkeyboard-config: Update to 2.27.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.27.

4 years agognu: libxt: Update to 1.2.0.
Marius Bakke [Wed, 3 Jul 2019 14:16:11 +0000 (16:16 +0200)]
gnu: libxt: Update to 1.2.0.

* gnu/packages/xorg.scm (libxt): Update to 1.2.0.
* gnu/packages/patches/libxt-guix-search-paths.patch: Adjust for 1.2.0.  While
at it, trim spurious whitespaces.

4 years agognu: sdl2: Fix FTBFS with GCC7.
Marius Bakke [Wed, 3 Jul 2019 13:41:21 +0000 (15:41 +0200)]
gnu: sdl2: Fix FTBFS with GCC7.

* gnu/packages/sdl.scm (sdl2)[arguments]: Add <#:make-flags>.

4 years agognu: lash: Add dependency on libtirpc.
Marius Bakke [Wed, 3 Jul 2019 13:40:28 +0000 (15:40 +0200)]
gnu: lash: Add dependency on libtirpc.

* gnu/packages/audio.scm (lash)[arguments]: Add <#:make-flags>.
[inputs]: Add LIBTIRPC.

4 years agognu: libtirpc: Do not build 'libtirpc.a'.
Marius Bakke [Wed, 3 Jul 2019 13:39:30 +0000 (15:39 +0200)]
gnu: libtirpc: Do not build 'libtirpc.a'.

* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Add <#:configure-flags>.

4 years agognu: wireguard: Update to 0.0.20190702.
Rutger Helling [Wed, 3 Jul 2019 11:37:31 +0000 (13:37 +0200)]
gnu: wireguard: Update to 0.0.20190702.

* gnu/packages/vpn.scm (wireguard): Update to 0.0.20190702.

4 years agognu: geeqie: Update to commit c220dde.
Ludovic Courtès [Wed, 3 Jul 2019 10:00:10 +0000 (12:00 +0200)]
gnu: geeqie: Update to commit c220dde.

* gnu/packages/image-viewers.scm (geeqie): Update to commit c220dde.
[source]: Use 'git-fetch' and 'git-reference'.
[arguments] <pre-bootstrap>: Add 'substitute*' calls for 'configure.ac'
and 'po/POTFILES.in'.

4 years agoprofiles: Adjust packages->manifest pattern for inferior packages.
Kyle Meyer [Sat, 29 Jun 2019 05:50:15 +0000 (01:50 -0400)]
profiles: Adjust packages->manifest pattern for inferior packages.

* guix/profiles.scm (packages->manifest): Add package? predicate to `(package
output)' pattern to avoid incorrectly matching `(inferior-package output)',
which should be handled by a later clause.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add emacs-minions.
Joseph LaFreniere [Sun, 23 Jun 2019 07:53:22 +0000 (02:53 -0500)]
gnu: Add emacs-minions.

* gnu/packages/emacs-xyz.scm (emacs-minions): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: monero-gui: Update to 0.14.1.0.
Guillaume LE VAILLANT [Sat, 15 Jun 2019 08:33:41 +0000 (10:33 +0200)]
gnu: monero-gui: Update to 0.14.1.0.

* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: monero: Update to 0.14.1.0.
Guillaume LE VAILLANT [Mon, 17 Jun 2019 08:44:35 +0000 (10:44 +0200)]
gnu: monero: Update to 0.14.1.0.

* gnu/packages/finance.scm (monero): Update to 0.14.1.0.
* gnu/packages/patches/monero-use-system-miniupnpc.patch: Update file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: libtorrent-rasterbar: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 23:08:14 +0000 (01:08 +0200)]
gnu: libtorrent-rasterbar: Remove GCC5 workaround.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]<#:configure-flags>:
Remove "CXXFLAGS".

4 years agognu: polkit: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 23:04:06 +0000 (01:04 +0200)]
gnu: polkit: Remove GCC5 workaround.

* gnu/packages/polkit.scm (polkit)[arguments]<#:configure-flags>: Remove "CXXFLAGS".

4 years agognu: nitrogen: Remove redundant configure flags.
Marius Bakke [Tue, 2 Jul 2019 23:00:33 +0000 (01:00 +0200)]
gnu: nitrogen: Remove redundant configure flags.

* gnu/packages/wm.scm (nitrogen)[arguments]: Remove.

4 years agognu: pavucontrol: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 22:54:28 +0000 (00:54 +0200)]
gnu: pavucontrol: Remove GCC5 workaround.

* gnu/packages/pulseaudio.scm (pavucontrol)[arguments]: Remove.

4 years agognu: lvtk: Remove obsolete workarounds.
Marius Bakke [Tue, 2 Jul 2019 22:47:29 +0000 (00:47 +0200)]
gnu: lvtk: Remove obsolete workarounds.

* gnu/packages/audio.scm (lvtk)[arguments]: Remove <#:phases>.

4 years agognu: non-sequencer: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 22:45:39 +0000 (00:45 +0200)]
gnu: non-sequencer: Remove GCC5 workaround.

* gnu/packages/music.scm (non-sequencer)[arguments]: Remove <#:phases>.

4 years agognu: ganv: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 22:42:53 +0000 (00:42 +0200)]
gnu: ganv: Remove GCC5 workaround.

* gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS.

4 years agognu: thunar-volman: Update to 0.9.3.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 22:25:49 +0000 (00:25 +0200)]
gnu: thunar-volman: Update to 0.9.3.

* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.

4 years agognu: thunar: Update to 1.8.7.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 22:09:48 +0000 (00:09 +0200)]
gnu: thunar: Update to 1.8.7.

* gnu/packages/xfce.scm (thunar): Update to 1.8.7.

4 years agognu: glib-networking: Update to 2.60.3.
Marius Bakke [Tue, 2 Jul 2019 22:19:46 +0000 (00:19 +0200)]
gnu: glib-networking: Update to 2.60.3.

* gnu/packages/gnome.scm (glib-networking): Update to 2.60.3.
[source](patches): Remove.
[arguments]<#:phases>: Remove.
* gnu/packages/patches/glib-networking-connection.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

4 years agognu: audacity: Update to 2.3.2.
Nicolas Goaziou [Tue, 2 Jul 2019 22:06:48 +0000 (00:06 +0200)]
gnu: audacity: Update to 2.3.2.

* gnu/packages/audio.scm (audacity): Update to 2.3.2.

4 years agognu: xlockmore: Update to 5.57.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 21:59:20 +0000 (23:59 +0200)]
gnu: xlockmore: Update to 5.57.

* gnu/packages/xdisorg.scm (xlockmore): Update to 5.57.

4 years agognu: libvirt: Update to 5.5.0 [security fixes].
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 21:52:35 +0000 (23:52 +0200)]
gnu: libvirt: Update to 5.5.0 [security fixes].

This release includes fixes for CVE-2019-10161, CVE-2019-10166,
CVE-2019-10167, and CVE-2019-10168.

If you think these sound familiar, you are[0] correct[1]…

[0]: https://www.redhat.com/archives/libvirt-announce/2019-June/msg00000.html
[1]: https://www.redhat.com/archives/libvirt-announce/2019-July/msg00000.html

* gnu/packages/virtualization.scm (libvirt): Update to 5.5.0.

4 years agognu: python-libvirt: Update to 5.5.0.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 21:49:59 +0000 (23:49 +0200)]
gnu: python-libvirt: Update to 5.5.0.

* gnu/packages/virtualization.scm (python-libvirt): Update to 5.5.0.

4 years agognu: alpine: Build reproducibly.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 21:45:45 +0000 (23:45 +0200)]
gnu: alpine: Build reproducibly.

This follows up commit 54278e225e99707c3bd6f9eb37b8906851251b49.

* gnu/packages/mail.scm (arguments): Replace Makefile.in substitution
with the new ‘--with-date-stamp’ configure-flag.

4 years agognu: alpine: Don't use unstable tarball.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 21:25:43 +0000 (23:25 +0200)]
gnu: alpine: Don't use unstable tarball.

* gnu/packages/mail.scm (alpine)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

4 years agognu: libgnomecanvasmm: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 21:23:06 +0000 (23:23 +0200)]
gnu: libgnomecanvasmm: Remove GCC5 workaround.

* gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Remove.

4 years agognu: waybar: Remove GCC input.
Marius Bakke [Tue, 2 Jul 2019 21:18:07 +0000 (23:18 +0200)]
gnu: waybar: Remove GCC input.

* gnu/packages/wm.scm (waybar)[native-inputs]: Remove GCC-TOOLCHAIN-7.
[arguments]: Remove <#:phases>.

4 years agognu: youtube-dl-gui: Add .desktop file.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 21:12:41 +0000 (23:12 +0200)]
gnu: youtube-dl-gui: Add .desktop file.

* gnu/packages/video.scm (youtube-dl-gui)[arguments]:
Add a ‘create-desktop-file’ phase.

4 years agognu: alpine: Update to 2.21.99999.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 20:27:45 +0000 (22:27 +0200)]
gnu: alpine: Update to 2.21.99999.

* gnu/packages/mail.scm (alpine): Update to 2.21.99999.

4 years agognu: tumbler: Update to 0.2.5.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 20:22:33 +0000 (22:22 +0200)]
gnu: tumbler: Update to 0.2.5.

* gnu/packages/xfce.scm (tumbler): Update to 0.2.5.

4 years agognu: alpine: Use HTTPS home page.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 20:18:08 +0000 (22:18 +0200)]
gnu: alpine: Use HTTPS home page.

* gnu/packages/mail.scm (alpine)[home-page]: Use HTTPS.

4 years agognu: garcon: Update to 0.6.3.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 20:16:40 +0000 (22:16 +0200)]
gnu: garcon: Update to 0.6.3.

* gnu/packages/xfce.scm (garcon): Update to 0.6.3.

4 years agognu: ncmpc: Remove GCC8 input.
Marius Bakke [Tue, 2 Jul 2019 21:13:06 +0000 (23:13 +0200)]
gnu: ncmpc: Remove GCC8 input.

* gnu/packages/mpd.scm (ncmpc)[native-inputs]: Remove GCC-8.
[arguments]: Remve <#:phases>.

4 years agognu: vte-ng: Remove GCC7 input.
Marius Bakke [Tue, 2 Jul 2019 21:09:16 +0000 (23:09 +0200)]
gnu: vte-ng: Remove GCC7 input.

* gnu/packages/gnome.scm (vte-ng)[native-inputs]: Remove GCC-7.
[arguments]: Adjust accordingly.

4 years agognu: spirv-tools: Remove GCC7 input.
Marius Bakke [Tue, 2 Jul 2019 21:08:12 +0000 (23:08 +0200)]
gnu: spirv-tools: Remove GCC7 input.

* gnu/packages/vulkan.scm (spirv-tools)[native-inputs]: Remove GCC-7.
[arguments]: Remove <#:phases>.

4 years agognu: gtkmm: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 19:55:55 +0000 (21:55 +0200)]
gnu: gtkmm: Remove GCC5 workaround.

* gnu/packages/gtk.scm (gtkmm)[arguments]: Remove <#:configure-flags>.
* gnu/packages/gtk.scm (gtkmm-2)[arguments]: Likewise.

4 years agognu: libarchive: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 19:30:43 +0000 (21:30 +0200)]
gnu: libarchive: Remove GCC5 workaround.

* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.

4 years agognu: boost: Remove GCC5 workaround.
Marius Bakke [Tue, 2 Jul 2019 19:17:53 +0000 (21:17 +0200)]
gnu: boost: Remove GCC5 workaround.

* gnu/packages/patches/boost-fix-icu-build.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/boost.scm (boost)[source](patches): Remove.
[arguments]: Do not pass "cxxflags".

4 years agognu: libdrm: Update to 2.4.99.
Marius Bakke [Tue, 2 Jul 2019 19:05:21 +0000 (21:05 +0200)]
gnu: libdrm: Update to 2.4.99.

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.99.

4 years agognu: libuv: Update to 1.30.1.
Marius Bakke [Tue, 2 Jul 2019 19:00:03 +0000 (21:00 +0200)]
gnu: libuv: Update to 1.30.1.

* gnu/packages/libevent.scm (libuv): Update to 1.30.1.

4 years agognu: tomb: Update to 2.6.
Tobias Geerinckx-Rice [Tue, 2 Jul 2019 18:50:49 +0000 (20:50 +0200)]
gnu: tomb: Update to 2.6.

* gnu/packages/crypto.scm (tomb): Update to 2.6.

4 years agognu: Remove redundant icu4c@64 package.
Marius Bakke [Tue, 2 Jul 2019 18:21:13 +0000 (20:21 +0200)]
gnu: Remove redundant icu4c@64 package.

* gnu/packages/icu4c.scm (icu4c-64): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change ICU4C-64 to ICU4C.

4 years agognu: tzdata-for-tests: Update to 2019b.
Marius Bakke [Tue, 2 Jul 2019 18:19:20 +0000 (20:19 +0200)]
gnu: tzdata-for-tests: Update to 2019b.

* gnu/packages/base.scm (tzdata-for-tests)[version, source, inputs]: Remove.

4 years agoMerge branch 'staging' into core-updates
Marius Bakke [Tue, 2 Jul 2019 18:18:16 +0000 (20:18 +0200)]
Merge branch 'staging' into core-updates

4 years agoMerge branch 'master' into staging
Marius Bakke [Tue, 2 Jul 2019 18:14:23 +0000 (20:14 +0200)]
Merge branch 'master' into staging

4 years agognu: openssl@1.0: Update to 1.0.2s.
Marius Bakke [Tue, 2 Jul 2019 18:13:03 +0000 (20:13 +0200)]
gnu: openssl@1.0: Update to 1.0.2s.

* gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2s.

4 years agognu: Add emacs-multi-term
Zzull [Sat, 15 Jun 2019 20:32:19 +0000 (22:32 +0200)]
gnu: Add emacs-multi-term

* gnu/packages/emacs-xyz.scm (emacs-multi-term): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add trivial-utf-8.
Katherine Cox-Buday [Fri, 7 Jun 2019 20:24:58 +0000 (15:24 -0500)]
gnu: Add trivial-utf-8.

* gnu/packages/lisp.scm (sbcl-trivial-utf-8, ecl-trivial-utf-8): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>