Age | Commit message (Collapse) | Author |
|
Fixes <https://bugs.gnu.org/25917>.
* gnu/services/base.scm (file-system-shepherd-service): Use
file-system-packages.
|
|
* gnu/packages/guile.scm (guile-commonmark)[inputs]: Replace GUILE-2.0
with GUILE-2.2.
(guile2.0-commonmark): New variable.
(guile2.2-commonmark): Mark as deprecated.
(haunt)[propagated-inputs]: Use GUILE-COMMONMARK.
|
|
* gnu/packages/guile.scm (guile-reader)[inputs]: Change GUILE-2.0 to
GUILE-2.2.
(guile2.0-reader): New variable.
(guile2.2-reader): Mark as deprecated.
(haunt)[propagated-inputs]: Use GUILE-READER instead of
GUILE2.2-READER.
|
|
* gnu/packages/guile.scm (haunt)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
[propagated-inputs]: Replace GUILE-READER and GUILE-COMMONMARK with
their 2.2 variant.
(guile2.0-haunt): New variable.
(guile2.2-haunt): Mark as deprecated.
|
|
* gnu/packages/guile.scm (guile-2.2-package-name): Rename to...
(guile-variant-package-name): ... this. Change to return a lambda.
(package-for-guile-2.2): Adjust accordingly.
(package-for-guile-2.0): New procedure.
|
|
* gnu/packages/guile.scm (guile-next): Rename to...
(guile-2.2): ... this. Update users.
[name]: Change to "guile".
[synopsis]: Remove.
[properties]: Remove 'upstream-name', 'ftp-server', and
'ftp-directory'.
* gnu/packages/bioinformatics.scm (rcas-web): Update accordingly.
* gnu/packages/tls.scm (gnutls/guile-2.2): Likewise.
* tests/guix-build.sh: Use 'guile@2.2' instead of 'guile-next'.
* doc/guix.texi (Package Transformation Options): Update examples that
referred to "guile-next".
|
|
* gnu/packages/hurd.scm (gnumach): New variable.
Co-authored-by: Rene Saavedra <rennes@openmailbox.org>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/image.scm (niftilib)[arguments]: Use make-flags instead of
replacing "configure" phase; simplify "install" phase.
|
|
* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support
aarch64.
|
|
* gnu/packages/gl.scm (libepoxy): Update to 1.4.1.
[home-page]: Use https.
|
|
* gnu/packages/apl.scm (apl): Update to 1.7.
[home-page]: Use https.
|
|
* gnu/packages/guile.scm (guile-8sync): Update to 0.4.2.
|
|
* gnu/packages/package-management.scm (guix-0.12.0): Guile skips invalid .go
files since 2.0.12 so we don't need to override GUILE_LOAD_COMPILED_PATH to
prevent problems anymore.
|
|
* gnu/packages/wine.scm (wine): Update to 2.4.
|
|
* gnu/packages/image.scm (niftilib): New variable.
|
|
* doc/guix.texi (Invoking guix environment): Explicitly name
"guix environment".
|
|
To "spawns a Guile REPL", --ad-hoc is required.
* doc/guix.texi (Invoking guix environment): Add "--ad-hoc" to
container examples.
|
|
* gnu/packages/irc.scm (limnoria): Update to 20170110.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ...
* gnu/system/file-systems.scm (file-system-packages): ... here. New variable.
Also export it.
|
|
* gnu/packages/rust.scm (rustc)[arguments]: Rename 'patch-lockfile-test
to 'patch-tests. Add another substitution.
|
|
* gnu/packages/maths.scm (maxflow): New variable.
|
|
* gnu/packages/maths.scm (itpp): New variable.
|
|
* gnu/packages/emacs.scm (emacs-slime): Update to 2.19.
|
|
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.5.
|
|
Suggested by Arne Babenhauserheide.
* doc/guix.texi (Binary Installation): Make the "Application Setup"
reference an 8th item in the list.
|
|
* guix/build/download.scm (open-connection-for-uri): Add note about
same-named binding in Guile 2.2.0.
* guix/http-client.scm: Use 'guix:open-connection-for-uri' for the
procedure coming from (guix build download).
* guix/scripts/lint.scm: Likewise.
* guix/scripts/substitute.scm: Likewise.
|
|
* configure.ac: Bump requirement to 2.0.9.
* doc/guix.texi (Requirements): Adjust accordingly.
* README (Requirements): Likewise.
* build-aux/download.scm: Remove workaround for <http://bugs.gnu.org/13095>.
* guix/build/download.scm: Likewise.
(http-fetch)[post-2.0.7?]: Remove. Remove conditional code for not
POST-2.0.7?.
* guix/http-client.scm: Remove workaround for <http://bugs.gnu.org/13095>.
(http-fetch)[post-2.0.7?]: Remove. Remove conditional code for not
POST-2.0.7?.
* guix/serialization.scm (read-latin1-string): Remove mention of 2.0.9.
* tests/nar.scm: Use (ice-9 control).
(let/ec): Remove.
|
|
* guix/scripts/pack.scm (self-contained-tarball): Add #:target.
(docker-image): Add #:target.
[build]: Pass it to 'build-docker-image'.
(%options, show-help): Add '--target'.
(guix-pack): Pass TARGET to 'profile-derivation' and to 'build-image'.
* guix/docker.scm (build-docker-image): Add #:system parameter and honor it.
* doc/guix.texi (Invoking guix pack): Document '--target'.
(Additional Build Options): Refer to the Autoconf manual instead of the
obsolete 'configure.info' for cross-compilation.
|
|
* guix/profiles.scm (profile-derivation): Add #:target parameter; pass
it to 'gexp->derivation'.
* tests/profiles.scm ("profile-derivation, cross-compilation"): New test.
|
|
* guix/scripts/pack.scm (<compressor>)[package]: Remove.
[command]: Document as being a gexp with an absolute file name.
(%compressors): Adjust accordingly.
(self-contained-tarball): Simplify PATH expression. Move 'string-join'
for the compressor command on the build side.
(docker-image): Simplify PATH expression.
* tests/pack.scm (%gzip-compressor): Adjust accordingly.
|
|
* gnu/packages/video.scm (libbluray): Update to 1.0.0.
|
|
* gnu/packages/video.scm (libx264): Update to 20170316-2245.
|
|
* gnu/packages/image.scm (libwebp): Update to 0.6.0.
[source]: Remove patch.
* gnu/packages/patches/libwebp-CVE-2016-9085.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/ninja.scm (ninja): Update to 1.7.2.
[source]: Remove patch.
* gnu/packages/patches/ninja-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/linux.scm (btrfs-progs)[description]: Use @dfn.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 4.10.1.
|
|
* guix/build/cargo-build-system.scm (configure): Remove proprietary
dependencies. Add rust dependencies and configure Cargo to find them.
(build): Also build libraries, not just applications.
(file-sha256): New variable.
(generate-checksums): New variable. Export it.
(touch): New variable.
(install): Generate checksums so Cargo accepts the package.
|
|
* guix/build-system/cargo.scm (cargo-build): Add cargo-build-flags,
remove configure-flags.
|
|
* gnu/packages/rust.scm (cargo): Use upstream cargo.
|
|
* gnu/packages/rust.scm (%rust-bootstrap-binaries-version): Update to 1.14.0.
(%rust-bootstrap-binaries): Update to 1.14.0.
(rustc): Update to 1.15.0.
[arguments]: Pass "--disable-rustbuild" to configure.
|
|
* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
|
|
* gnu/packages/image.scm (libpng-apng): New variable.
Co-authored-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/machine-learning.scm (ocaml-mcl): New variable.
|
|
* gnu/packages/maths.scm (ocaml-gsl): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-csv): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-sqlite3): New variable.
|
|
* gnu/packages/python.scm (snakemake): Update to 3.11.2.
|
|
Fixes <https://bugs.gnu.org/25598>.
* gnu/packages/statistics.scm (r-minimal)[arguments]: Add remaining
reproducibility fixes to "build-reproducibly" phase.
|
|
* gnu/packages/statistics.scm (r): Rename to...
(r-minimal): ...this new variable.
(r-with-recommended-packages): Rename to...
(r): ...this.
* guix/build-system/r.scm (default-r): Reference r-minimal.
* gnu/packages/emacs.scm (emacs-ess)[inputs],
gnu/packages/machine-learning.scm (shogun)[inputs],
gnu/packages/python.scm (python-rpy2)[inputs],
gnu/packages/bioinformatics.scm (ribotaper)[inputs],
(couger)[propagated-inputs],
(roary)[inputs],
(rsem)[inputs],
(rcas-web)[inputs]: Change "r" to "r-minimal".
|
|
* gnu/packages/statistics.scm (r-with-recommended-packages): New variable.
|