| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* guix/scripts/size.scm (display-profile): Display WHOLE at then end.
(guix-size): Accept several FILES.
* doc/guix.texi (Invoking guix size): Add example with several items.
|
|
|
|
|
|
|
| |
* guix/scripts/size.scm (mappend-map): New procedure.
(store-profile): Change 'item' to 'items' and adjust code accordingly.
(guix-size): Update caller.
* tests/size.scm ("store-profile"): Likewise.
|
|
|
|
|
|
|
| |
Reported by Malcolm, Cook <MEC@stowers.org>.
* tests/guix-lint.sh: Pass '-c synopsis,description' in first invocation
so we don't run the 'cve' checker.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/libxml2-CVE-2016-3627.patch,
gnu/packages/patches/libxml2-CVE-2016-3705.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[replacement]: New field.
(libxml2/fixed): New variable.
|
|
|
|
|
|
|
|
| |
* doc/local.mk: Use "%D%" for the directory of the fragment relative to
the base 'Makefile.am'.
* emacs/local.mk: Likewise.
* gnu/local.mk: Likewise.
* nix/local.mk: Likewise.
|
|
|
|
|
| |
* guix/ui.scm (show-bug-report-information): Add a comment for
translators.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-clojure-mode): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/code.scm (cflow)[native-inputs]: Use 'emacs-minimal'
instead of 'emacs-no-x'.
* gnu/packages/databases.scm (recutils): Likewise.
* gnu/packages/finance.scm (ledger): Likewise
* gnu/packages/idutils.scm (idutils): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/ocaml.scm (proof-general): Likewise.
* gnu/packages/package-management.scm (guix-0.10.0): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/scheme.scm (scmutils): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.
* gnu/packages/emacs.scm (geiser): Likewise.
(paredit): Likewise.
(git-modes): Likewise.
(magit): Likewise.
(magit-svn): Likewise.
(haskell-mode): Likewise.
(let-alist): Likewise.
(emacs-w3m): Likewise.
(emacs-wget): Likewise.
(emms): Likewise.
(bbdb): Likewise.
(emacs-mmm-mode): Likewise.
(emacs-pdf-tools): Likewise.
(emacs-popup)[native-inputs]: Remove as it is not needed for
emacs-build-system.
(emacs-rfcview): Likewise.
(emacs-ffap-rfc-space): Likewise.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (geiser): Move "emacs" from inputs to native-inputs.
(paredit): Likewise.
(haskell-mode): Likewise.
(emacs-w3m): Likewise.
(emacs-wget): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.
|
|
|
|
|
| |
* guix/build-system/emacs.scm (default-emacs): Use 'emacs-minimal'.
* gnu/packages/emacs.scm (emacs-auctex): Use 'emacs'.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-minimal): New variable.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs)[source]: Add 'snippet' to remove
compiled and generated elisp files.
|
|
|
|
|
| |
* gnu/packages/photo.scm (enblend-enfuse): Update to 4.2.
[native-inputs]: Add help2man, texlive-minimal.
|
|
|
|
| |
* gnu/packages/grub.scm (grub)[arguments]: Re-enable test.
|
|
|
|
|
| |
* guix/graph.scm (node-reachable-count): New procedure.
* tests/graph.scm ("node-reachable-count"): New test.
|
|
|
|
|
|
| |
* guix/graph.scm (traverse/depth-first): New procedure, based on code
formerly in 'node-transitive-edges'.
(node-transitive-edges): Rewrite in terms of it.
|
|
|
|
|
|
| |
* guix/scripts/refresh.scm (list-dependents): Remove use of 'with-store'
and 'run-with-store'.
(guix-refresh): Wrap body in with-store/run-with-store.
|
|
|
|
| |
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.0.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.8.3.
(git-manpages)[source]: Update hash.
|
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-zoo): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
| |
* gnu/packages/backup.scm (borg): Update to 1.0.3.
[source]: Remove pypi-uri.
|
|
|
|
| |
* guix/build/union.scm (file=?): Compare the inode of ST1 and ST2.
|
|
|
|
|
| |
* guix/cve.scm (call-with-cve-port): Use 'http-fetch' instead of
'http-fetch/cached'.
|
|
|
|
|
|
|
|
| |
This avoids ~20s of XML parsing when running 'guix lint -c cve'.
* guix/cve.scm (vulnerability->sexp, sexp->vulnerability)
(fetch-vulnerabilities): New procedures.
(current-vulnerabilities): Use 'fetch-vulnerabilities'.
|
|
|
|
|
|
| |
* gnu/packages/pdf.scm (poppler-qt5): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/parallel.scm (slurm-drmaa): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pardre): New variable.
|
|
|
|
| |
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.0.
|
|
|
|
| |
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-4.
|
|
|
|
| |
* gnu/packages/python.scm (python2-rope): New variable.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-calendar): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/package/shellutils.scm: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/scheme.scm (sicp): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (dia): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* Makefile.am (hydra-jobs.scm): Fix 'AM_V_at' typo.
|
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/23132>.
Reported by Mark H Weaver <mhw@netris.org>.
* guix/build/graft.scm (rename-matching-files): New procedure.
(rewrite-directory): Use it.
* tests/grafts.scm ("graft-derivation, renaming"): New test.
|
|
|
|
|
|
| |
* guix/build/graft.scm (rewrite-directory)[rewrite-leaf]: Add case for
'directory.
Pass #:directories? #t to 'find-files'.
|
|
|
|
|
|
|
|
|
|
|
| |
Before, something like:
echo have /gnu/foo | ./test-env guix substitute --query
would lead to an ugly backtrace.
* guix/scripts/substitute.scm (narinfo-cache-file): Call 'leave' when
'store-hash-part' returns #f.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/graph.scm (%derivation-node-type)[convert]: Add
'derivation-path?' and catch-all clauses.
(%reference-node-type)[convert]: Add 'store-path?' and catch-all
clauses.
(assert-package, nodes-from-package): New procedures.
(%package-node-type, %bag-node-type,%bag-with-origins-node-type)
(%bag-emerged-node-type): Add 'convert' field
(guix-graph): Rename 'packages' to 'items' and
allow 'store-path?' arguments.
* guix/graph.scm (<node-type>)[convert]: Adjust comment.
* doc/guix.texi (Invoking guix graph): Document it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/derivations.scm (derivation-input<?): New procedure.
(write-derivation)[coalesce-duplicate-inputs]: Remove.
Remove calls to 'sort'.
(coalesce-duplicate-inputs): New procedure.
(derivation-hash): Sort INPUTS and use 'coalesce-duplicate-inputs'.
(derivation)[input->derivation-input]
[coalesce-duplicate-inputs]: New procedures.
Sort OUTPUTS, INPUTS, and ENV-VARS.
* tests/derivations.scm ("read-derivation vs. derivation"): New test.
|
|
|
|
| |
* guix/scripts/graph.scm (guix-graph): Wrap in 'with-fluids'.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Update to 4.5.5.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.11.
|
|
|
|
|
| |
* guix/build/ant-build-system.scm (unpack): New procedure.
(%standard-phases): Use it.
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-objc++): New variable.
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-objc++-4.9): New variable.
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-objc): New variable.
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-objc-4.9): New variable.
|
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.6.700.6.0.
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to
6.700.6.
|
|
|
|
| |
* gnu/packages/maths.scm (armadillo): Update to 6.700.7.
|