| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
|
|
|
|
|
|
|
| |
* gnu/packages/bittorrent.scm (aria2): Update to 1.23.0.
[inputs]: Move cppunit ...
[native-inputs]: ... to here.
[home-page]: Update to new Github website.
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, with several grafts applicable to Inkscape, this makes:
guix gc -R $(guix build inkscape -d) | wc -l
go from 2376 to 2266 (4.6%).
* guix/grafts.scm (cumulative-grafts): Pass 'graft-derivation/shallow'
the subset of GRAFTS that applies to DRV.
|
|
|
|
|
| |
* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Add
gfortran:lib.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.8.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (elementary): Update to 1.17.1.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl): Update to 1.17.1.
|
|
|
|
| |
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
|
|
|
|
|
| |
* gnu/packages/linux.scm (fuse): Update to 2.9.6.
[home-page]: Update home-page URL.
|
|
|
|
| |
* gnu/packages/dns.scm (dnsmasq): Update to 2.76.
|
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-mime-types): Update to 3.1.
[native-inputs]: Add 'ruby-minitest-hooks'.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-minitest-hooks): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-sequel): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-nokogumbo): Update to 1.4.7-1.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-mini-portile-2): Update to 2.1.0.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-mime-types-data): Update to 3.2016.0221.
|
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-shoulda-matchers): Update to 3.1.1.
[arguments]: Remove 'fix-import' phase.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20160310.
|
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.6.7.2.
[arguments]: Relax 'mini_portile2' dependency.
|
|
|
|
|
|
|
| |
* guix/build/ruby-build-system.scm (build): Move extraction from here ...
(extract-gemspec): ... to here. New variable.
(first-gemspec): New variable.
(%standard-phases): Add 'extract-gemspec' phase.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Update to 4.6.
* gnu/packages/linux-libre-4.6-x86_64.conf,
gnu/packages/linux-libre-4.6-i686.conf: New files.
* gnu/packages/linux-libre-4.5-x86_64.conf,
gnu/packages/linux-libre-4.5-i686.conf: Delete files.
* Makefile.am (KCONFIGS): Update accordingly.
|
|
|
|
|
|
|
| |
This is a followup to commit 493e9a5a8f613764cfa396c33ee6cb381b0dbbef.
* gnu/packages/xml.scm (python-libxml2)[replacement]: Set to #f, overriding
inherited value.
|
|
|
|
| |
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.2.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.25.
|
|
|
|
| |
* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.3.
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/23581>.
* guix/build/graft.scm (exit-on-exception): New procedure.
(rewrite-directory): Use it to wrap REWRITE-LEAF.
|
|
|
|
|
|
|
|
| |
* guix/scripts/size.scm (substitutable-requisites): Change 'item' to
'items' and adjust.
(requisites*): Likewise.
(mappend-map): Remove.
(store-profile): Adjust accordingly.
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/store.scm (fold-path): Change 'path' to 'paths' and adjust body
accordingly.
(requisites): Likewise.
* guix/scripts/environment.scm (inputs->requisites): Adjust
user accordingly.
* guix/scripts/size.scm (requisites*): Likewise.
* guix/scripts/gc.scm (guix-gc): Likewise.
* tests/store.scm ("requisites"): Likewise.
|
|
|
|
|
|
| |
* 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.
|