| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to
'build'.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
| |
* build-aux/cuirass/guix-modular.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-aux/compile-as-derivation.scm: New file.
* Makefile.am (as-derivation): New target.
(EXTRA_DIST): Add compile-as-derivation.scm.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
|
|
|
|
| |
* 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/packages/package-management.scm (guix-register): New variable.
|
|
|
|
| |
* guix/gexp.scm (directory-union): Add #:resolve-collision and honor it.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* guix/modules.scm (&missing-dependency-error)[search-path]: New field.
(source-module-dependencies): Initialize the 'search-path' field.
|
|
|
|
|
|
|
|
| |
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/packages/dictionaries.scm (grammalecte)[arguments]: Add phase to fix
build script.
|
|
|
|
| |
* gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.3.1.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-anzu): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git)[arguments]: In 'patch-tests'
phase, use %store-directory instead of '/gnu' to prevent tests failure
in case a custom store path is used.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
| |
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180406.
|
|
|
|
| |
* gnu/packages/samba.scm (talloc): Update to 2.1.13.
|
|
|
|
|
| |
* gnu/packages/linux.scm (strace): Update to 4.22.
[source](uri): Download from home page.
|
|
|
|
|
|
|
| |
* gnu/packages/ldc.scm (ldc-bootstrap, ldc): Change LLVM and CLANG to LLVM-3.8
and CLANG-3.8.
* gnu/packages/ocaml.scm (bap)[native-inputs]: Change CLANG to CLANG-3.8.
[propagated-inputs, inputs]: Change LLVM to LLVM-3.8.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 6.0.0.
(clang-from-llvm)(patches): Set to empty list.
[arguments]: Adjust substitutions depending on major version.
(llvm-3.8, clang-runtime-3.8, clang-3.8): New public variables.
(clang-3.7, clang-3.6, clang-3.5)(patches): Add 'clang-3.5-libc-search-path.patch'.
(clang-3.9.1)(patches): Add 'clang-3.8-libc-search-path.patch'.
* gnu/packages/patches/clang-6.0-libc-search-path.patch: New file.
* gnu/packages/patches/clang-libc-search-path.patch: Rename to ...
* gnu/packages/patches/clang-3.5-libc-search-path.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (sambamba)[source]: Fetch from git.
[arguments]: Disable parallel build; rename build phase "place-biod" to
"place-biod-and-undead"; add build phase "fix-ldc-version"; adjust phase
"unbundle-prerequisites".
[native-inputs]: Add python2-minimal; update biod sources; add undead sources.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (htslib-for-sambamba)[arguments]: Do not
inherit htslib arguments.
|
|
|
|
| |
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.23.0.
|
|
|
|
| |
* gnu/packages/java.scm (java-native-access-platform): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-native-access): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-jakarta-oro): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-vfs): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-httpclient): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-bsf): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-cli): Update to 1.4.
|
|
|
|
| |
* gnu/packages/java.scm (java-jline-2): New variable.
|
|
|
|
|
| |
* gnu/packages/ssh.scm (openssh): Update to 7.7p1.
[arguments]: Set the test suite's working directory in #:make-flags.
|
|
|
|
| |
* gnu/packages/game-development.scm (tiled): Update to 1.1.4.
|
|
|
|
|
|
| |
* gnu/packages/video.scm (subdl): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
...introduced in be5dc5fb18a4b72977748c5f077062be4e8accbc.
* gnu/packages/linux.scm (iptables)[description]: Remove trailing newline.
|
|
|
|
| |
* gnu/packages/databases.scm (perl-db-file): Update to 1.841.
|
|
|
|
| |
* gnu/packages/license.scm (licensecheck): Update to 3.0.34.
|
|
|
|
| |
* gnu/packages/check.scm (cppcheck): Update to 1.83.
|
|
|
|
| |
* gnu/packages/gps.scm (gama): Update to 1.22.
|
|
|
|
| |
* gnu/packages/databases.scm (lmdb): Update to 0.9.22.
|
|
|
|
| |
* gnu/packages/mail.scm (getmail): Update to 5.6.
|
|
|
|
| |
* gnu/packages/image.scm (jpegoptim)[home-page]: Use HTTPS.
|
|
|
|
| |
* gnu/packages/image.scm (jpegoptim): Update to 1.4.5.
|
|
|
|
| |
* gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
|
|
|
|
| |
* gnu/packages/networking.scm (czmq): Update to 4.1.1.
|
|
|
|
| |
* gnu/packages/music.scm (musescore): Update to 2.2.1.
|
|
|
|
| |
* gnu/packages/mate.scm (mate-themes): Update to 3.22.16.
|