summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-05system: bootstrap: Compute and print the result's hash.wip-system-bootstrapLudovic Courtès
* gnu/packages/commencement.scm (%bootstrap-guile+guild): Make public. [properties]: New field. * gnu/system/bootstrap.scm (hash-script): New procedure. (bootstrapping-os): Wrap OBJ in 'hash-script'.
2020-01-05DRAFT serialization: Avoid 'define-values', for the sake of Guile 2.0.Ludovic Courtès
DRAFT: We should probably just use 'let-values' instead. * guix/serialization.scm (define-values) [not guile-2.2]: New macro.
2020-01-05bootstrap: Add %bootstrap-guile+guild.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (%bootstrap-guile+guild): New variable.
2020-01-05DRAFT system: Add (gnu system bootstrap).Ludovic Courtès
This allows us to perform arbitrary builds on a system that has no userland besides the build process itself, running as PID 1. Suggested by Vagrant Cascadian. DRAFT: The resulting system does build things, but this is all happening into memory, which may or may not be a problem (it allows us to not have disk drivers in the kernel!). More importantly, it does not display anything upon completion, and the build result is lost as well. * gnu/system/bootstrap.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-01-05DRAFT gexp: Add 'object-sources'.Ludovic Courtès
DRAFT: Add tests. * guix/gexp.scm (<object-sources>): New record type. (object-sources-compiler): New gexp compiler.
2020-01-05DRAFT gexp: Add 'raw-derivation-closure'.Ludovic Courtès
DRAFT: Add tests. * guix/gexp.scm (<raw-derivation-closure>): New record type. (sorted-references): New procedure. (raw-derivation-closure-compiler): New gexp compiler.
2020-01-05derivations: Add #:skip-dependencies? parameter to 'derivation-input-fold'.Ludovic Courtès
* guix/derivations.scm (derivation-input-fold): Add #:skip-dependencies?.
2020-01-05store: Add #:cut? parameter to 'topologically-sorted'.Ludovic Courtès
* guix/store.scm (topologically-sorted): Add #:cut? and honor it. * tests/store.scm ("topologically-sorted, one item, cutting"): New test.
2020-01-05monads: Add portability to Guile 2.0.Ludovic Courtès
This allows (guix monads) to be compiled and use on the current "guile-bootstrap" package, which is Guile 2.0.9. * guix/monads.scm (define-syntax-parameter-once): Add 'cond-expand' form.
2020-01-05utils: 'version-compare' delays 'dynamic-link' code.Ludovic Courtès
* guix/utils.scm (version-compare): Delay 'strverscmp' and force it when called.
2020-01-04gexp: Add 'raw-derivation-file'.Ludovic Courtès
* guix/gexp.scm (<raw-derivation-file>): New record type. (raw-derivation-file-compiler): New gexp compiler. * tests/gexp.scm ("lower-gexp, raw-derivation-file") ("raw-derivation-file"): New tests.
2020-01-04gnu: guile-hashing: Add variant for Guile 3.0.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile3.0-hashing): New variable.
2020-01-04gnu: Add guile-hashing.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-hashing): New variable.
2020-01-04build-system/guile: Add #:implicit-inputs?.Jan Nieuwenhuizen
* guix/build-system/guile.scm (lower): Add implicit-inputs? keyword parameter. [private-keywords]: Add it. Honor it.
2020-01-04gnu: Add cl-zpb-ttf.Ricardo Wurmus
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf, ecl-zpb-ttf, cl-zpb-ttf): New variables.
2020-01-04gnu: Add opencog.Ricardo Wurmus
* gnu/packages/opencog.scm (opencog): New variable.
2020-01-04gnu: Add attention.Ricardo Wurmus
* gnu/packages/opencog.scm (attention): New variable.
2020-01-04gnu: Add link-grammar.Ricardo Wurmus
* gnu/packages/language.scm (link-grammar): New variable.
2020-01-04gnu: Add cogserver.Ricardo Wurmus
* gnu/packages/opencog.scm (cogserver): New variable.
2020-01-04gnu: Add atomspace.Ricardo Wurmus
* gnu/packages/opencog.scm (atomspace): New variable.
2020-01-04gnu: Add cogutil.Ricardo Wurmus
* gnu/packages/opencog.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-01-04gnu: nfs-utils: Update to 2.4.2.Ricardo Wurmus
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.2. [source]: Remove patch. [arguments]: Update configure flags, remove fix-glibc-compatability phase, update substitutions. [inputs]: Add keyutils and rpcsvc-proto. * gnu/packages/patches/nfs-utils-missing-headers.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-04gnu: swi-prolog: Update to 8.1.20.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog): Update to 8.1.20.
2020-01-04gnu: swi-prolog: Modify documentation installation.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Remove configuration step for PDF documentation.
2020-01-04gnu: swi-prolog: Enable tests.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Enable tests and work around tests that cause failure by trying to write to the store, or establishing a network connection.
2020-01-04gnu: Add jgmenu.Guillaume Le Vaillant
* gnu/packages/xdisorg.scm (jgmenu): New variable.
2020-01-03gnu: Add emacs-company-posframe.LaFreniere, Joseph
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-03gnu: Add swi-prolog.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog): New variable.
2020-01-03gnu: gprolog: Use license prefix.Brett Gilio
* gnu/packages/prolog.scm (gprolog)[license]: Use prefix for list of licenses.
2020-01-03Revert "gnu: Add swi-prolog."Brett Gilio
This reverts commit 3f37f3909712eb7269b6e8184c0d61bfc61b67f9.
2020-01-03gnu: Add swi-prolog.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog): New variable.
2020-01-03gnu: Rename module gprolog to prolog.Brett Gilio
* gnu/local.mk (GNU_SYSTEM_MODULES): Replace gprolog.scm => prolog.scm. * gnu/packages/{gprolog.scm -> prolog.scm}: Rename file so it is not implementation specific.
2020-01-03gnu: femtolisp: Update to 0.0.0-2.Brett Gilio
* gnu/packages/scheme.scm (femtolisp): Update to 0.0.0-2. This commit revision patches several bugs.
2020-01-04gnu: soundtouch: Update to 2.1.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (soundtouch): Update to 2.1.2.
2020-01-04gnu: doctest: Update to 2.3.6.Tobias Geerinckx-Rice
* gnu/packages/check.scm (doctest): Update to 2.3.6.
2020-01-04gnu: polybar: Update to 3.4.2.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (polybar): Update to 3.4.2.
2020-01-04gnu: libshout: Update to 2.4.3.Tobias Geerinckx-Rice
* gnu/packages/xiph.scm (libshout): Update to 2.4.3.
2020-01-04gnu: html-xml-utils: Update to 7.8.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (html-xml-utils): Update to 7.8.
2020-01-04gnu: mg: Use @command mark-up in description.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (mg)[description]: Use @command.
2020-01-03gnu: python-language-server: Update to 0.31.4.Brett Gilio
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.4.
2020-01-03gnu: emacs-pyvenv: Update to 1.21.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.21.
2020-01-03gnu: emacs-request: Disable tests.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-request)[arguments]: Disabling test phase as it checks for network access.
2020-01-03gnu: emacs-request: Update to 0.3.2.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-request): Update to 0.3.2.
2020-01-03gnu: emacs-doom-themes: Add note about byte-compilation issue.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): The byte-compilation issue has been worked around upstream, but arguably not as effective as the strategy we use in our package. Make a note about this issue, and mark the affecting commit number.
2020-01-03gnu: Add ocaml-fftw3.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-fftw3): New variable.
2020-01-03gnu: Add ocaml-lacaml.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-lacaml): New variable.
2020-01-03gnu: ocaml-utop: Modify home-page.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-utop)[home-page]: Change home-page to reflect permanent redirection.
2020-01-03gnu: ocaml-utop: Update to 2.4.3.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.3.
2020-01-03gnu: Add lean.Amin Bandali
* gnu/local.mk (GNU_SYSTEM_MODULES): Add lean.scm. * gnu/packages/lean.scm: New file. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-03gnu: Add cl-ana.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-cl-ana, cl-ana): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>