summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: guix: Update to 486de73.Ludovic Courtès2018-04-11
| | | | * gnu/packages/package-management.scm (guix): Update to 486de73.
* gnu: mes: Update to 0.12.Jan Nieuwenhuizen2018-04-10
| | | | * gnu/packages/mes.scm (mes): Update to 0.12.
* gnu: cuirass: Update to 238f856.Ludovic Courtès2018-04-10
| | | | * gnu/packages/ci.scm (cuirass): Update to 238f856.
* self: Don't use deprecated package names.Ludovic Courtès2018-04-10
| | | | | * guix/self.scm (compiled-guix)[guile-json, guile-ssh]: Don't refer t "guile2.2-json" and "guile2.2-ssh", which are deprecated.
* self: Export '%guix-register-program' in generated (guix config).Ludovic Courtès2018-04-10
| | | | * guix/self.scm (make-config.scm): Export '%guix-register-program'.
* self: Fix package names for compilation with Guile 2.0.Ludovic Courtès2018-04-10
| | | | | | | Reported by Ricardo Wurmus. * guix/self.scm (specification->package): Add guile2.0-{json,git,ssh}. (guile-for-build): Use 'module-ref' for Guile 2.0.
* self: Display a new line at the end of module compilation.Ludovic Courtès2018-04-10
| | | | | * guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the end.
* self: Don't substitute the '-source' derivations.Ludovic Courtès2018-04-10
| | | | | | | With substitution enabled we would end up downloading 10+ MiB of source that's already available locally on disk. * guix/self.scm (imported-files): Pass #:options to 'computed-file'.
* gnu: hwloc: Skip 'linux-libnuma' test.Ludovic Courtès2018-04-10
| | | | | | | | | That test would fail on some machines, for instance build machines behind berlin.guixsd.org. * gnu/packages/mpi.scm (hwloc)[arguments]: Add 'skip-linux-libnuma-test' phase. (hwloc-2.0)[arguments]: Replace it.
* gnu: Add libcgroup.Tomáš Čech2018-04-10
| | | | * gnu/packages/linux.scm (libcgroup): New variable.
* gnu: chromaprint: Fix typo.Leo Famulari2018-04-09
| | | | * gnu/packages/mp3.scm (chromaprint): Fix typo.
* gnu: retroarch: Update checksum.Rutger Helling2018-04-09
| | | | * gnu/packages/emulators.scm (retroarch): Update checksum.
* gnu: mgba: Update to 0.6.2.Rutger Helling2018-04-09
| | | | * gnu/packages/emulators.scm (mgba): Update to 0.6.2.
* gnu: eyeD3: Update to 0.8.5.Leo Famulari2018-04-09
| | | | | | * gnu/packages/mp3.scm (eyed3): Update to 0.8.5. [source]: Use pypi-uri. [propagated-inputs]: Add python-magic and python-pathlib.
* gnu: linux-libre: Add elfutils to native-inputs.Mark H Weaver2018-04-09
| | | | | | Suggested by Leo Famulari <leo@famulari.name> * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add elfutils.
* gnu: linux-libre: Add flex and bison to native-inputs.Mark H Weaver2018-04-09
| | | | | * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add flex and bison.
* gnu: linux-libre: Update to 4.15.16.Mark H Weaver2018-04-09
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.16. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.33.Mark H Weaver2018-04-09
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.33. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.93.Mark H Weaver2018-04-09
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.93.
* gnu: linux-libre@4.4: Update to 4.4.127.Mark H Weaver2018-04-09
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.127.
* hydra: Fix uses of 'eval-when'.Ludovic Courtès2018-04-09
| | | | | | | * build-aux/hydra/gnu-system.scm: Use (expand load eval) in 'eval-when' clause so as to not poison a cat and to ensure %load-compiled-path is properly set when the 'use-modules' clauses are expanded. * build-aux/hydra/guix.scm: Likewise.
* gnu: Add bear.Fis Trivial2018-04-08
| | | | | | * gnu/packages/build-tools.scm (bear): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add unittest-cpp.Fis Trivial2018-04-08
| | | | | | * gnu/packages/check.scm (unittest-cpp): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-psqueues: Update to 0.2.6.0.rsiddharth2018-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.6.0. [arguments]: Enable tests. [home-page]: Update link. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Update to version 7.59.0.Nils Gillmann2018-04-08
| | | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0. [source]: Add temporary second source at ftp.n0.is. Signed-off-by: Nils Gillmann <ng0@n0.is> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-pass.Konrad Hinsen2018-04-08
| | | | | | * gnu/packages/emacs.scm (emacs-pass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cobol: Download NIST suite over HTTPS.Ludovic Courtès2018-04-08
| | | | | | Suggested by Simon Sobisch <simonsobisch@web.de>. * gnu/packages/cobol.scm (gnucobol)[inputs]: Download "newcob" over HTTPS.
* gnu: vc: Do not optimize for the build machine CPU.Marius Bakke2018-04-08
| | | | | * gnu/packages/maths.scm (vc)[arguments]: Add "-DTARGET_ARCHITECTURE=none" to #:configure-flags.
* gnu: http-parser: Update to 2.8.1.Marius Bakke2018-04-08
| | | | * gnu/packages/web.scm (http-parser): Update to 2.8.1.
* gnu: libmbim: Update to 1.16.0.Marius Bakke2018-04-08
| | | | * gnu/packages/freedesktop.scm (libmbim): Update to 1.16.0.
* gnu: libotf: Update to 0.9.16.Marius Bakke2018-04-08
| | | | * gnu/packages/fontutils.scm (libotf): Update to 0.9.16.
* hydra: guix-modular: Honor the 'systems' argument.Ludovic Courtès2018-04-08
| | | | | | * build-aux/hydra/guix-modular.scm (hydra-jobs)[systems]: Define as in gnu-system.scm. Honor SYSTEMS.
* build-self: Add missing 'close-pipe' call.Ludovic Courtès2018-04-08
| | | | * build-aux/build-self.scm (build): Call 'close-pipe'.
* hydra: guix-modular: Explicitly build for the latest 2.2.Ludovic Courtès2018-04-08
| | | | | * build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to 'build'.
* hydra: Clear '%load-compiled-path' for gnu-system.scm.Ludovic Courtès2018-04-08
| | | | | | | | | On hydra.gnu.org GUILE_LOAD_COMPILED_PATH happened to be empty so we were fine. However on GuixSD with Cuirass, we could have a conflicting non-empty path and .go files for some of the (guix …) and (gnu …) modules would be taken from there. * build-aux/hydra/gnu-system.scm: Set %load-compiled-path.
* hydra: 'guix-modular' jobs use the new 'build-self'.Ludovic Courtès2018-04-08
| | | | | | | | | * build-aux/hydra/guix-modular.scm: Remove 'eval-when' form that fiddled with '%load-path'. (build-job): Load 'build-aux/build-self.scm' and call the procedure it returns. * build-aux/hydra/evaluate.scm: The 'build-things' replacement no longer calls 'exit'.
* cuirass: Add job specs for the modular Guix.Ludovic Courtès2018-04-08
| | | | | * build-aux/cuirass/guix-modular.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* cuirass: Factorize hydra-to-cuirass CI job translation.Ludovic Courtès2018-04-08
| | | | | | | * build-aux/cuirass/gnu-system.scm: Move code to... * build-aux/cuirass/hydra-to-cuirass.scm: ... here, and include it. * Makefile.am (EXTRA_DIST): Add 'build-aux/cuirass/hydra-to-cuirass.scm' and 'build-aux/cuirass/gnu-system.scm'.
* discovery: Remove dependency on (guix ui).Ludovic Courtès2018-04-08
| | | | | | | | | | | | | | This reduces the closure of (guix discovery) from 28 to 8 modules. * guix/discovery.scm (scheme-files): Use 'format' instead of 'warning'. (scheme-modules): Add #:warn parameter. Use it instead of 'warn-about-load-error'. (fold-modules): Add #:warn and pass it to 'scheme-modules'. (all-modules): Likewise. * gnu/bootloader.scm (bootloader-modules): Pass #:warn to 'all-modules'. * gnu/packages.scm (fold-packages): Likewise. * gnu/services.scm (all-service-modules): Likewise. * guix/upstream.scm (importer-modules): Likewise.
* build: Add 'as-derivation' target.Ludovic Courtès2018-04-08
| | | | | | * build-aux/compile-as-derivation.scm: New file. * Makefile.am (as-derivation): New target. (EXTRA_DIST): Add compile-as-derivation.scm.
* build-self: Use (guix self).Ludovic Courtès2018-04-08
| | | | | | | | | | | | | This mitigates <https://bugs.gnu.org/27284>. * build-aux/build-self.scm (libgcrypt, zlib, gzip, bzip2, xz) (false-if-wrong-guile, package-for-current-guile, guile-json) (guile-ssh, guile-git, guile-bytestructures, matching-guile-2.2): Remove. (%dependency-variables, %persona-variables, %config-variables): New variables. (make-config.scm, load-path-expression, gexp->script) (build-program): New procedures. (build): Rewrite to simply delegate to 'guix-derivation'.
* Add (guix self).Ludovic Courtès2018-04-08
| | | | | | | | * guix/self.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages.scm (%distro-root-directory): Rewrite to try different directories. * guix/discovery.scm (guix): Export 'scheme-files'.
* gnu: Add 'guix-register'.Ludovic Courtès2018-04-08
| | | | * gnu/packages/package-management.scm (guix-register): New variable.
* gexp: 'directory-union' has a #:resolve-collision parameter.Ludovic Courtès2018-04-08
| | | | * guix/gexp.scm (directory-union): Add #:resolve-collision and honor it.
* union: Allow callers to choose the collision resolution policy.Ludovic Courtès2018-04-08
| | | | | | | * guix/build/union.scm (warn-about-collision): New procedure. (union-build): Add #:resolve-collision. [resolve-collisions]: Call it. * tests/union.scm ("union-build collision first & last"): New test.
* modules: Report the search path in &missing-dependency-error.Ludovic Courtès2018-04-08
| | | | | * guix/modules.scm (&missing-dependency-error)[search-path]: New field. (source-module-dependencies): Initialize the 'search-path' field.
* tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels.Ludovic Courtès2018-04-08
| | | | | | | | Fixes <https://bugs.gnu.org/25476>. Reported by Paul Garlick <pgarlick@tourbillion-technology.com> and Maria Sidorova <hydromasha@gmail.com>. * tests/syscalls.scm ("pivot-root"): Skip on known-bad Ubuntu kernels.
* gnu: grammalecte: Fix build.Nicolas Goaziou2018-04-08
| | | | | * gnu/packages/dictionaries.scm (grammalecte)[arguments]: Add phase to fix build script.
* gnu: grammalecte: Update to 0.6.3.1.Nicolas Goaziou2018-04-08
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.3.1.
* gnu: Add emacs-evil-anzu.Sohom Bhattacharjee2018-04-07
| | | | | | * gnu/packages/emacs.scm (emacs-evil-anzu): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>