Age | Commit message (Collapse) | Author |
|
* configure.ac: Change version to 0.9.0.
|
|
* gnu/packages/base.scm (glibc-locales)[arguments]: Remove
'delete-file-recursively' call from 'build' phase.
* gnu/packages/patches/glibc-locales.patch: Adjust to glibc 2.22.
|
|
* gnu/packages/tcl.scm (tk)[arguments]: Use 'modify-phases'. Add
'add-fontconfig-flag' phase.
[inputs]: Add FONTCONFIG.
|
|
|
|
This avoids gratuitous queries of the substituter.
* guix/profiles.scm (ghc-package-cache-file): Pass #:substitutable? #f
to 'gexp->derivation'.
(ca-certificate-bundle): Likewise.
(gtk-icon-themes): Likewise.
(profile-derivation): Likewise.
(info-dir-file): Likewise, plus #:local-build? #t.
|
|
Fixes <http://bugs.gnu.org/21536>.
Reported by Alex Kost <alezost@gmail.com>.
* guix/ui.scm (texi->plain-text): Wrap body in 'with-fluids'.
* tests/ui.scm ("package-description-string vs. Unicode"): New test.
|
|
Fixes a regression introduced in a8be7b9a.
* guix/build/download.scm (store-path-abbreviation): Return STORE-PATH
if it's not an actual store path. Fixes an out-of-range exception
when running tests/substitute.scm and tests/store.scm.
|
|
Reported by Mark H Weaver <mhw@netris.org>.
* tests/build-utils.scm ("wrap-program, one input, multiple calls"): Add
'unsetenv' call.
|
|
* doc/guix.texi (Application Setup): Add anchor and index entry.
(Locales): Refer to it. Mention /run/current-system/locale.
|
|
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): New
variables.
|
|
* gnu/packages/python.scm (python-cffi): Update to 1.2.1.
[native-inputs]: Add python-pytest.
[arguments]: Enable tests.
|
|
* tests/cran.scm: Expect output to use "cran-uri" procedure.
|
|
This is a followup to commit 140b4bc.
* tests/packages.scm ("package-source-derivation, snippet")[source]: Add
'chmod' call for "..".
|
|
* guix/build/download.scm
(string-pad-middle): Allow resulting padded string to overflow.
(store-url-abbreviation): Remove unnecessary procedure.
(progress-proc): Use BASENAME as default for parameter 'abbreviation'.
(url-fetch): Display extra newlines for readability.
|
|
Fixes a regression introduced in b7c7c03eb5e37fc3455e4e17b0898ffc4bca29c3.
* guix/build/emacs-build-system.scm (package-name-version->elpa-name-version):
Remove unused 'name' binding. Do not abuse 'strip-store-file-name' to
remove the "emacs-" prefix, which worked before b7c7c03eb5 but not after.
|
|
Suggested by Ludovic Courtès <ludo@gnu.org>.
* emacs/guix-guile.el (guix-guile-definition-regexp): New variable.
(guix-guile-current-definition, guix-guile-boolean): New functions.
* emacs/guix-devel.el: Require 'guix-base'.
(guix-devel-repl-processes): New variable.
(guix-devel-setup-repl, guix-devel-setup-repl-maybe): New functions.
(guix-devel-build-package-definition): New command.
* doc/emacs.texi (Emacs Development): Document it.
|
|
* emacs/guix-guile.el (guix-guile-current-module): New function.
* emacs/guix-devel.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Development): New node.
(Emacs Interface): Add it.
* doc/contributing.texi (The Perfect Setup): Mention it.
* doc/guix.texi (Top): Add it.
* emacs/guix-init.el: Add 'guix-devel-activate-mode-maybe' to
'scheme-mode-hook'.
|
|
* emacs/guix-command.el (guix-run-view-size-map): New function.
(guix-command-additional-execute-arguments,
guix-command-special-executors): Add entries for "View map" action.
|
|
* gnu/packages/graphics.scm: Add missing imports. This is a followup to
commit 71299c1.
|
|
* gnu/packages/graphics.scm (openimageio): New variable.
|
|
* gnu/packages/audio.scm (xjackfreak): New variable.
|
|
|
|
* gnu/packages/statistics.scm (r-scales): Update to 0.3.0.
|
|
* gnu/packages/audio.scm (csound): Update to 6.05.
|
|
* guix/scripts/system.scm (maybe-build): Move to ...
* guix/scripts.scm: ...here.
(build-package): New procedure.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* emacs/guix-guile.el (guix-guile-make-call-expression): New function.
* emacs/guix-geiser.el: Require 'guix-guile'.
(guix-geiser-call, guix-geiser-call-in-repl): New functions.
|
|
* emacs/guix-backend.el: Adjust commentary. Move "eval" code to ...
(guix-eval, guix-eval-read, guix-eval-in-repl): Adjust to use new
functions.
* emacs/guix-geiser.el: ...here. New file.
(guix-geiser-eval, guix-geiser-eval-read, guix-geiser-eval-in-repl,
guix-repl-send): New functions.
* emacs.am (ELFILES): Add "guix-geiser.el".
|
|
* emacs/guix-backend.el (guix-make-guile-expression): Move to...
* emacs/guix-guile.el: ... here. New file.
* emacs/guix-base.el: Use it.
* emacs/guix-command.el: Use it.
* emacs.am (ELFILES): Add it.
|
|
* gnu/packages/finance.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
|
|
* gnu/packages/linux.scm (linux-libre): Update to 4.2.1.
|
|
* gnu/packages/graphics.scm (cgal): Update to 4.6.3.
|
|
* gnu/packages/databases.scm (recutils)[native-inputs]: Add "libuuid".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/licenses.scm (zpl2.1): New variable.
|
|
* emacs/guix-prettify.el (guix-prettify-regexp): Modify to handle "nar"
and "log".
|
|
* gnu/packages/python.scm (python2-ipython)[inputs, propagated-inputs]:
Override inherited "python-terminado" in propagated inputs instead of
regular inputs.
|
|
* gnu/packages/patches/pixman-pointer-arithmetic.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (pixman)[source]: Use it.
|
|
* gnu/packages/statistics.scm (r-scales): Update to 0.3.0.
|
|
* guix/download.scm (%mirrors): Update mirror list for CRAN.
|
|
* gnu/packages/statistics.scm (r-dplyr): New variable.
|
|
* gnu/packages/statistics.scm (r-r6): New variable.
|
|
* gnu/packages/statistics.scm (r-testthat): New variable.
|
|
* gnu/packages/statistics.scm (r-crayon): New variable.
|
|
* gnu/packages/statistics.scm (r-memoise): New variable.
|
|
* gnu/packages/statistics.scm (r-pryr): New variable.
|
|
* gnu/packages/statistics.scm (r-codetools): New variable.
|
|
* gnu/packages/statistics.scm (r-microbenchmark): New variable.
|
|
* gnu/packages/statistics.scm (r-knitr): New variable.
|
|
* gnu/packages/statistics.scm (r-yaml): New variable.
|
|
* gnu/packages/statistics.scm (r-markdown): New variable.
|
|
* gnu/packages/statistics.scm (r-mime): New variable.
|