- Dec 02, 2018
-
-
Nicolas Goaziou authored
* doc/guix.texi (Channels): (Additional Build Options): (Invoking guix lint): (Base Services): (Networking Services): (Mail Services): (Messaging Services): (Web Services): (Certificate Services): (Version Control Services): (Python Modules): Prevent Texinfo from ending a sentence too early.
-
Nicolas Goaziou authored
* doc/guix.texi (Invoking guix refresh): Prevent spurious space after "e.g.".
-
Nicolas Goaziou authored
* gnu/packages/python.scm (python-pip): Update to 18.1.
-
Mark H Weaver authored
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.6. (%linux-libre-hash): Update hash.
-
Mark H Weaver authored
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.85. (%linux-libre-4.14-hash): Update hash.
-
Mark H Weaver authored
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.142.
-
Mark H Weaver authored
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.166.
-
Arun Isaac authored
* gnu/packages/emacs.scm (emacs-calfw): Update to 1.6.
-
Arun Isaac authored
* gnu/packages/emacs.scm (emacs-howm)[arguments]: Add make-autoloads phase after install phase, not after the non-existent rename-lispdir phase.
-
Nicolas Goaziou authored
* gnu/packages/finance.scm (python-duniterpy): Update to 0.50.0. [arguments]: Drop tests, which are failing. [propagated-inputs]: Add python-attr.
-
Nicolas Goaziou authored
* gnu/packages/python.scm (python-attr): New variable.
-
- Dec 01, 2018
-
-
Nicolas Goaziou authored
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.4.4. [native-inputs] Remove test-related inputs since tests are not run.
-
Nicolas Goaziou authored
* gnu/packages/python.scm (python-async-timeout): Update to 3.0.1.
-
Nicolas Goaziou authored
* gnu/packages/finance.scm (silkaj): Update to 0.6.0. [arguments]: Remove #:phases since upstream improved install process.
-
Nicolas Goaziou authored
* gnu/packages/sync.scm (rclone): New variable.
-
Julien Lepiller authored
* gnu/packages/maven.scm (maven-resolver-api): Update to 1.3.1. (maven-resolver-impl)[arguments]: Fix sisu file. (maven-connector-basic, maven-transport-wagon)[inputs]: Add java-slf4j-api.
-
Julien Lepiller authored
* gnu/packages/maven.scm (maven-artifact): Update to 3.6.0. (maven-model-builder)[native-inputs]: Add java-xmlunit-matchers, remove java-xmlunit-legacy.
-
Julien Lepiller authored
* gnu/packages/java.scm (java-xmlunit-matchers): New variable.
-
Julien Lepiller authored
* doc/guix.texi (Networking Services): Fix double `the`.
-
Efraim Flashner authored
* gnu/packages/debian.scm (debootstrap): Update to 1.0.111.
-
Efraim Flashner authored
* gnu/packages/debian.scm (debootstrap)[arguments]: Update the substitutes during the custom 'patch-source phase. Add custom 'wrap-executable phase. [inputs]: Remove coreutils, wget. Add tzdata. [propagated-inputs]: Remove binutils, gnupg. Move perl ... [native-inputs]: ... to here. [description]: Add implementation hint.
-
Efraim Flashner authored
* gnu/packages/ocaml.scm (ocaml@4.01)[supported-systems]: New field.
-
Eric Bavier authored
* gnu/packages/games.scm (tuxpaint)[arguments]: 'GNOME_PREFIX' -> 'KDE_PREFIX'. Add 'no-sys-cache phase.
-
Efraim Flashner authored
* gnu/packages/vim.scm (vim-fugitive): Update to 2.5. [arguments]: Also install the autoload and ftdetect folders.
-
Eric Bavier authored
* gnu/packages/video.scm (handbrake): Update to 1.1.2. [source]: Use direct download url. Remove upstreamed patch. Patch make fragments in snippet. [inputs]: Use latest ffmpeg. Add jansson and opus. [arguments]: Remove 'disable-contrib phase, which is now in source snippet. Move 'fix-x265-linking phase fix to #:configure-flags. [license]: Use 'gpl2' as clarified in LICENSE. * gnu/packages/patches/handbrake-pkg-config-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
-
- Nov 30, 2018
-
-
Pierre Neidhardt authored
* gnu/packages/code.scm (uncrustify): Use git reference instead of GitHub archive.
-
Pierre Neidhardt authored
* gnu/packages/lisp.scm (sbcl-cl-webkit): Update repo owner to jmercouris.
-
Tim Gesthuizen authored
* gnu/packages/emacs.scm (emacs-irony-eldoc): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Tim Gesthuizen authored
* gnu/packages/emacs.scm (emacs-flycheck-irony): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* guix/git.scm (latest-repository-commit*): Rewrite to catch 'git-error'. * po/guix/POTFILES.in: Add guix/git.scm. * tests/guix-build-branch.sh: Test --with-commit errors.
-
Ludovic Courtès authored
* guix/git.scm (<git-checkout>)[commit]: New field. (git-checkout-compiler): Honor it. * guix/scripts/build.scm (evaluate-git-replacement-specs): Add 'proc' parameter and honor it. (transform-package-source-branch)[replace]: New procedure. Adjust 'evaluate-git-replacement-specs' accordingly. (transform-package-source-commit): New procedure. (%transformations, %transformation-options) (show-transformation-options-help): Add 'with-commit'. * tests/guix-build-branch.sh: Add test. * doc/guix.texi (Package Transformation Options): Document it.
-
Ludovic Courtès authored
* guix/scripts/build.scm (evaluate-git-replacement-specs) (transform-package-source-branch): New procedures. (%transformations, %transformation-options): Add 'with-branch'. (show-transformation-options-help): Likewise. * tests/guix-build-branch.sh: New file. * Makefile.am (SH_TESTS): Add it. * doc/guix.texi (Package Transformation Options): Document it.
-
Ludovic Courtès authored
* guix/git.scm (<git-checkout>): New record type. (latest-repository-commit*): New procedure. (git-checkout-compiler): New gexp compiler.
-
Ludovic Courtès authored
* guix/git.scm (latest-repository-commit): Add #:log-port and honor it.
-
Rutger Helling authored
* gnu/packages/wine.scm (wine): Update to 3.0.4.
-
Arun Isaac authored
* gnu/packages/admin.scm (lynis): New variable.
-
Eric Bavier authored
* gnu/packages/photo.scm (hugin): Update 2018.0.0.
-
Eric Bavier authored
* gnu/packages/dav.scm (radicale): Update to 1.1.6.
-
Eric Bavier authored
* gnu/packages/vim.scm (neovim): Update to 0.3.1. [arguments]: Add #:configure-flags.
-
Eric Bavier authored
* gnu/packages/enlightenment.scm (terminology): Update to 1.3.0.
-