summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-10-23gnu: python-lmdb: Update to 0.93.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (python-lmdb): Update to 0.93.
2017-10-23gnu: python-peewee: Update to 2.10.2.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (python-peewee): Update to 2.10.2.
2017-10-23gnu: python-graphviz: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.1.
2017-10-23gnu: python-graphene: Disable tests.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-graphene)[native-inputs]: Remove. [arguments]: Disable #:tests.
2017-10-23gnu: python-pytest-django: Use python-pytest@3.Tobias Geerinckx-Rice
* gnu/packages/django.scm (python-pytest-django)[propagated-inputs]: Replace python-pytest with python-pytest-3.0.
2017-10-23gnu: miso: Update to 0.5.4.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (miso): Update to 0.5.4.
2017-10-23gnu: cowsay: Run tests after install.Efraim Flashner
* gnu/packages/games.scm (cowsay)[arguments]: Delete 'check phase, add custom 'check phase after install.
2017-10-23gnu: criu: Add missing perl input.Efraim Flashner
* gnu/packages/virtualization.scm (criu)[native-inputs]: Add perl.
2017-10-23gnu: Add criu.Ricardo Wurmus
* gnu/packages/virtualization.scm (criu): New variable.
2017-10-23gnu: Add libnet.Ricardo Wurmus
* gnu/packages/networking.scm (libnet): New variable.
2017-10-22gexp: Add 'directory-union'.Ludovic Courtès
* gnu/services.scm (directory-union): Move to... * guix/gexp.scm (directory-union): ... here. New procedure. * doc/guix.texi (G-Expressions): Document it.
2017-10-22gexp: Add 'file-union'.Ludovic Courtès
* gnu/services.scm (file-union): Move to... * guix/gexp.scm (file-union): ... here. New procedure. * doc/guix.texi (G-Expressions): Document it.
2017-10-22discovery: Move 'file-name->module-name' to (guix modules).Ludovic Courtès
* guix/discovery.scm (file-name->module-name): Move to... * guix/modules.scm (file-name->module-name): ... here. * guix/build/compile.scm: Use (guix modules) instead of (guix discovery).
2017-10-22build: Honor make's '-j' flag.Ludovic Courtès
* build-aux/compile-all.scm (parallel-job-count): New procedure. <top level>: Pass it to 'compile-files' as #:workers.
2017-10-22build: Factorize module compilation in (guix build compile).Ludovic Courtès
* guix/build/compile.scm: New file. * Makefile.am (MODULES): Add it. * build-aux/compile-all.scm: Use it. (warnings, file->module, load-module-file) (%default-optimizations, %lightweight-optimizations) (optimization-options, compile-file*): Remove. <top level>: Use 'compile-files'. * guix/build/pull.scm (%default-optimizations) (%lightweight-optimizations, optimization-options): Remove. (build-guix): Rewrite as a call to 'compile-files'. * guix/discovery.scm (file-name->module-name): Export.
2017-10-22services: base: Add file->udev-rule function.Maxim Cournoyer
This function allows passing a file-like object to the udev service. * gnu/services/base.scm (file->udev-rule): New function. * doc/guix.texi (Base Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-23gnu: linux-libre: Update to 4.13.9.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.9. (%linux-libre-hash): Update hash.
2017-10-23gnu: linux-libre@4.9: Update to 4.9.58.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.58.
2017-10-23gnu: linux-libre@4.4: Update to 4.4.94.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.94.
2017-10-23gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
2017-10-22gnu: lxqt-common: Remove.Ludovic Courtès
This package is marked as deprecated upstream. Fixes <https://bugs.gnu.org/28823>. * gnu/packages/lxqt.scm (lxqt-common): Remove.
2017-10-22gnu: impressive: Fix Python 2/3 dependency mismatch.Ludovic Courtès
* gnu/packages/pdf.scm (impressive)[inputs]: Depend on PYTHON2-PYGAME.
2017-10-22gnu: Add ghc-aws.rsiddharth
* gnu/packages/haskell.scm (ghc-aws): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-conduit-combinators.rsiddharth
* gnu/packages/haskell.scm (ghc-condui-combinators): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: ghc-conduit: Fix lint error.rsiddharth
* gnu/packages/haskell.scm (ghc-conduit)[description]: Fix lint error. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: ghc-conduit: Update to 1.2.12.1.rsiddharth
* gnu/packages/haskell.scm (ghc-conduit): Update to 1.2.12.1. [native-inputs]: Add "ghc-split". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-mono-traversable.rsiddharth
* gnu/packages/haskell.scm (ghc-mono-traversable): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-foldl.rsiddharth
* gnu/packages/haskell.scm (ghc-foldl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-vector-builder.rsiddharth
* gnu/packages/haskell.scm (ghc-vector-builder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-rebase.rsiddharth
* gnu/packages/haskell.scm (ghc-rebase): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-uuid.rsiddharth
* gnu/packages/haskell.scm (ghc-uuid): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-uuid-types.rsiddharth
* gnu/packages/haskell.scm (ghc-uuid-types): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-network-info.rsiddharth
* gnu/packages/haskell.scm (ghc-network-info): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-cryptohash-sha1.rsiddharth
* gnu/packages/haskell.scm (ghc-cryptohash-sha1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-cryptohash-md5.rsiddharth
* gnu/packages/haskell.scm (ghc-cryptohash-md5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-puremd5rsiddharth
* gnu/packages/haskell.scm (ghc-puremd5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-pretty-hex.rsiddharth
* gnu/packages/haskell.scm (ghc-pretty-hex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-crypto-api-tests.rsiddharth
* gnu/packages/haskell.scm (ghc-crypto-api-tests): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-crypto-api.rsiddharth
* gnu/packages/haskell.scm (ghc-crypto-api): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-entropy.rsiddharth
* gnu/packages/haskell.scm (ghc-entropy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-either.rsiddharth
* gnu/packages/haskell.scm (ghc-either): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-monadrandom.rsiddharth
* gnu/packages/haskell.scm (ghc-monadrandom): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-contravariant-extras.rsiddharth
* gnu/packages/haskell.scm (ghc-contravariant-extras): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-tuple-th.rsiddharth
* gnu/packages/haskell.scm (ghc-tuple-th): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-base-prelude.rsiddharth
* gnu/packages/haskell.scm (ghc-base-prelude): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-chunked-data.rsiddharth
* gnu/packages/haskell.scm (ghc-chunked-data): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-statistics.rsiddharth
* gnu/packages/haskell.scm (ghc-statistics): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: ghc-base-orphans: Update to 0.6.rsiddharth
* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-monad-par.rsiddharth
* gnu/packages/haskell.scm (ghc-monad-par): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22gnu: Add ghc-abstract-deque.rsiddharth
* gnu/packages/haskell.scm (ghc-abstract-deque): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>