| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65.
* tests/scripts-build.scm ("options->transformation, with-graft"): Use
'with-graft', not 'with-input'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reduces the closure of (guix ui) from 123 to 106 modules.
* guix/derivations.scm: Use (ice-9 binary-ports) instead of (rnrs io
ports).
(map-derivation)[substitute-file]: Use 'read-string' instead of
'get-string-all'.
* guix/ftp-client.scm: Likewise.
* guix/hash.scm: Likewise.
* guix/http-client.scm: Likewise.
* guix/pki.scm (ensure-acl, current-acl): Likewise.
* guix/scripts/archive.scm (authorize-key)[read-key]: Likewise.
* guix/scripts/authenticate.scm (read-canonical-sexp)
(read-hash-data): Likewise.
* guix/scripts/download.scm: Likewise.
* guix/scripts/offload.scm (register-gc-root, remove-gc-roots)
(send-files): Likewise.
* guix/scripts/publish.scm (lazy-read-file-sexp): Likewise.
* guix/scripts/refresh.scm: Likewise.
* guix/scripts/substitute.scm (check-acl-initialized): Likewise.
* guix/serialization.scm (read-maybe-utf8-string): Likewise.
* guix/scripts/hash.scm (guix-hash): Use 'force-output' instead of
'flush-output-port'.
* guix/store.scm (process-stderr): Likewise.
* guix/tests.scm: Likewise.
* guix/utils.scm: Use (ice-9 binary-ports) and autoload (rnrs io ports)
for 'make-custom-binary-input-port'.
|
|
|
|
|
|
|
|
| |
* guix/scripts/lint.scm (%quoted-identifier-rx): New variable.
(check-description-style)[check-quotes]: New procedure.
Use it.
* tests/lint.scm ("description: suggest ornament instead of quotes"):
New test.
|
|
|
|
| |
* gnu/packages/engineering.scm (ao): New variable.
|
|
|
|
|
| |
* gnu/packages/gl.scm (glfw)[inputs]: Rename to...
[propagated-inputs]: ... this. Add LIBXXF86VM.
|
|
|
|
|
|
|
|
|
|
|
| |
Before that, 'container-excursion' would call 'setns' even when the
target namespace is the one the caller is already in, which would fail.
* gnu/build/linux-container.scm (container-excursion): Introduce
'source' and 'target'. Compare the result of 'readlink' on these
instead of comparing file descriptors to decide whether to call
'setns'.
* tests/containers.scm ("container-excursion, same namespace"): New test.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-biocstyle): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-biocviews): New variable.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (iperf): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
| |
* gnu/packages/python.scm (python-dateutil, python2-dateutil,
python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-optparse): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-getopt): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-8): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-hashtables): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-easyplot): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-hmatrix-gsl-stats): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-hmatrix-special): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-hmatrix-gsl): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-hmatrix): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-storable-complex): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-fmt): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-irregex): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-matchable): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-sockets): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-web): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-srfi): New variable.
|
|
|
|
|
|
| |
* gnu/packages/scheme.scm (chez-scheme, nanopass, stex): Move variables ...
* gnu/packages/chez.scm (chez-scheme, nanopass, stex): ... here. New module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
|
|
|
|
|
| |
* gnu/packages/scheme.scm (chez-scheme): Add 'configure-flags', generalize
'configure' phase and simplify 'install-doc' phase.
|
|
|
|
| |
* gnu/packages/scheme.scm (chez-scheme)[native-search-paths]: New field.
|
|
|
|
|
| |
* gnu/local.mk: Remove reference to kobodeluxe-spelling.patch,
which was removed during a revision to the submitted kobodeluxe package.
|
|
|
|
|
| |
* gnu/packages/patches/kobodeluxe-paths.patch: Update header, pointing
to Debian tarball for provenance.
|
|
|
|
| |
* gnu/packages/databases.scm (mariadb): Update to 10.1.18.
|
|
|
|
| |
* gnu/packages/databases.scm (mysql): Update to 5.7.16.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (kobodeluxe): New variable.
* gnu/packages/patches/kobodeluxe-paths.patch: New file.
* gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch: New file.
* gnu/packages/patches/kobodeluxe-const-charp-conversion.patch: New file.
* gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch: New file.
* gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch: New file.
* gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/torsocks-dns-test.patch: Delete file.
* gnu/local.mk: Remove it.
* gnu/packages/tor.scm (torsocks): Update to 2.2.0.
[source]: Remove patch. Change method from 'git-fetch' to 'url-fetch'.
Remove 'file-name'.
[arguments]: Remove 'bootstrap' phase.
[native-inputs]: Remove autoconf, automake and libtool. Also remove
obsoleted perl-test-harness.
[home-page]: Use https URL.
(define-module): Don't import perl.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
This is a follow-up to commit 60da9fb1100787c49ed4910eacf50e83c6462dcc.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/maths.scm (hdf4)[source]: Add patch.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.3.
|
|
|
|
|
|
| |
This is a followup to d72267863382041b84a9712eea354882be72ef55.
* guix/build/graft.scm (rewrite-directory): Remove 'umask' call.
|
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/24712>.
* guix/grafts.scm (cumulative-grafts): Add grafts for all the outputs of
DRV.
* tests/grafts.scm ("graft-derivation, replaced derivation has multiple
outputs"): New test.
|
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/build.scm (transform-package-inputs/graft): New procedure.
(%transformations): Add 'with-graft'.
(%transformation-options): Likewise.
(show-transformation-options-help): Document it.
* tests/scripts-build.scm ("options->transformation, with-graft"): New
test.
* doc/guix.texi (Package Transformation Options): Document it.
|
|
|
|
|
| |
* guix/scripts/build.scm (%transformation-options): Introduce 'parser'
procedure and use it.
|
|
|
|
|
|
| |
* guix/scripts/build.scm (evaluate-replacement-specs): New procedure.
(transform-package-inputs)[not-equal]: Remove.
[replacements]: Define in terms of 'evaluate-replacement-specs'.
|
|
|
|
| |
* gnu/packages/tor.scm (tor): Update to 0.2.8.9.
|
|
|
|
| |
* gnu/packages/video.scm (vapoursynth): Update to 34.
|
|
|
|
| |
* gnu/packages/image.scm (zimg): Update to 2.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/image.scm (jasper): Update to 1.900.5.
[source]: Remove patches.
[native-inputs]: Remove unzip.
* gnu/packages/patches/jasper-CVE-2007-2721.patch,
gnu/packages/patches/jasper-CVE-2008-3520.patch,
gnu/packages/patches/jasper-CVE-2008-3522.patch,
gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch,
gnu/packages/patches/jasper-CVE-2014-8137.patch,
gnu/packages/patches/jasper-CVE-2014-8138.patch,
gnu/packages/patches/jasper-CVE-2014-8157.patch,
gnu/packages/patches/jasper-CVE-2014-8158.patch,
gnu/packages/patches/jasper-CVE-2014-9029.patch,
gnu/packages/patches/jasper-CVE-2016-1577.patch,
gnu/packages/patches/jasper-CVE-2016-1867.patch,
gnu/packages/patches/jasper-CVE-2016-2089.patch,
gnu/packages/patches/jasper-CVE-2016-2116.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
|
|
|
| |
* gnu/packages/package-management.scm (diffoscope): Update to 61.
|
|
|
|
|
| |
* gnu/packages/ssh.scm (openssh) [arguments]: Add flag --with-kerberos5.
[inputs]: Add mit-krb5.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.2.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.25.
|