aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-23gnu: linux-libre@4.9: Update to 4.9.152.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.152.
2019-01-23gnu: linux-libre: Make CRYPTO_CRC32C a built-in on arm64.Mark H Weaver
Fixes <https://bugs.gnu.org/34162> Reported by Vagrant Cascadian <vagrant@debian.org> Note that CRYPTO_CRC32C was already a built-in in our default configurations for other systems. * gnu/packages/aux-files/linux-libre/4.20-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf (CONFIG_CRYPTO_CRC32C): Change from 'm' to 'y'.
2019-01-23gnu: Add ghc-c2hs.Gabriel Hondet
* gnu/packages/haskell.scm (ghc-c2hs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-01-23gnu: Add emacs-xwidgets.Arne Babenhauserheide
* gnu/packages/emacs.scm (emacs-xwidgets): new variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-01-23ui: Don't report "build failed:" for daemon error messages.Ludovic Courtès
Until now we'd get things like: guix build: error: build failed: build of `/gnu/store/….drv' failed or: $ guix gc -d /sdf guix gc: error: build failed: path `/sdf' is not in the store which is kinda ridiculous. * guix/ui.scm (call-with-error-handling): Remove "build failed:" prefix for 'store-protocol-error?'.
2019-01-23deduplication: Ignore EMLINK.Ludovic Courtès
Until now 'guix offload' would fail (transient failure) upon EMLINK. * guix/store/deduplication.scm (replace-with-link) (deduplicate): Ignore EMLINK.
2019-01-23gnu: Add ocaml-craml.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-craml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-01-23gnu: ocaml-cmdliner: Update to 1.0.2.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-01-23gnu: ocaml-fmt: Update to 0.8.5.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-01-23gnu: ocaml-uchar: Update to 0.0.2.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-uchar): Update to 0.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-01-23gnu: geeqie: Use GTK+ 3.Ricardo Wurmus
* gnu/packages/image-viewers.scm (geeqie)[inputs]: Replace gtk+-2 with gtk+.
2019-01-23gnu: geeqie: Remove custom bootstrap phase.Ricardo Wurmus
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Remove invocation of autogen.sh script; rename "autogen" phase to "pre-bootstrap".
2019-01-23gnu: cdrtools: Remove custom build and install phases.Ricardo Wurmus
* gnu/packages/cdrom.scm (cdrtools)[arguments]: Add make-flags; remove custom "build" and "install" phases.
2019-01-23gnu: python2-scientific: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-scientific)[arguments]: Unconditionally return #T from "build" phase.
2019-01-23gnu: python-flasgger: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-flasgger)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python2-larch: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-larch)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python2-ttystatus: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-ttystatus)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python2-cliapp: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-cliapp)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python2-ruamel.ordereddict: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-ruamel.ordereddict)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-pbkdf2: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pbkdf2)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-termstyle: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-validictory: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-validictory)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-colorspacious: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-colorspacious)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-numpy-documentation: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numpy-documentation)[arguments]: Use INVOKE instead of SYSTEM*.
2019-01-23gnu: python-spectra: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-spectra)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: emacs-elpy: Update to 1.28.0.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.28.0.
2019-01-23gnu: python-jedi: Update to 0.13.2.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.2.
2019-01-23gnu: python2-pystache: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-pystache)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-jsonschema: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jsonschema)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-netcdf4: Update to 1.4.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-netcdf4): Update to 1.4.2. [arguments]: Remove custom "check" phase; add "configure-locations" phase. [propagated-inputs]: Add python-cftime.
2019-01-23gnu: Add python-cftime.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-cftime): New variable.
2019-01-23gnu: Add python-coveralls.Ricardo Wurmus
* gnu/packages/python-check.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-01-23gnu: Add python-sh.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-sh): New variable.
2019-01-23gnu: python-odfpy: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-odfpy)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-faker: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-faker)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-rarfile: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-rarfile)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python2-ipaddr: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-ipaddr)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-tables: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tables)[arguments]: Unconditionally return #T from "check" and "build" phases.
2019-01-23gnu: python-xlrd: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-cram: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-cram)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-ptyprocess: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ptyprocess)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-flake8-polyfill: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-flake8-polyfill)[arguments]: Unconditionally return #T form "check" phase.
2019-01-23gnu: python2-backports-shutil-get-terminal-size: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-backports-shutil-get-terminal-size) [arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-mpmath: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-mpmath)[arguments]: Unconditionally return #T in "check" phase.
2019-01-23gnu: python-beautifulsoup4: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-beautifulsoup4)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-honcho: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-honcho)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-pycparser: Use INVOKE.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pycparser)[arguments]: Unconditionally return #T from "check" phase.
2019-01-23gnu: python-orderedmultidict: Return #T from build phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-orderedmultidict)[arguments]: Unconditionally return #T from phase "fix-tests".
2019-01-23gnu: python2-pysnptools: Update to 0.3.13.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-pysnptools): Update to 0.3.13. [native-inputs]: Remove unzip; add python2-cython. [arguments]: Disable tests.
2019-01-23gnu: python2-pysnptools: Use better home page.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-pysnptools)[home-page]: Use better home page.