aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ui: 'show-what-to-build' reports grafts separately.•••* guix/ui.scm (graft-derivation?): New procedure. (show-what-to-build): Distinguish among BUILD derivations that match 'graft-derivation?'. Report them separately. Ludovic Courtès2018-11-28
* status: Report grafting derivations specially.•••* guix/status.scm (print-build-event): In 'build-started' event handler, check the properties of DRV and handle 'graft' derivations specially. Ludovic Courtès2018-11-28
* grafts: Record metadata as derivation properties.•••* guix/grafts.scm (graft-derivation/shallow): Pass #:properties to 'build-expression->derivation'. * tests/grafts.scm ("graft-derivation, grafted item is a direct dependency"): Check the value returned by 'derivation-properties'. Ludovic Courtès2018-11-28
* derivations: Add properties.•••* guix/derivations.scm (derivation): Add #:properties parameter. [user+system-env-vars]: Honor it. (derivation-properties): New procedure. (build-expression->derivation): Add #:properties and pass it to 'derivation'. * guix/gexp.scm (gexp->derivation): Likewise. * tests/derivations.scm ("derivation-properties"): New test. * tests/gexp.scm ("gexp->derivation properties"): New test. * doc/guix.texi (Derivations, G-Expressions): Adjust accordingly. Ludovic Courtès2018-11-28
* gnu: parallel: Update to 20181122.•••* gnu/packages/parallel.scm (parallel): Update to 20181122. Efraim Flashner2018-11-28
* Revert "gnu: Add rclone."•••This reverts commit 8b5e2e94afdef6430583c3a0ef02fe2d7fcc16d1. Mark H Weaver2018-11-27
* gnu: linux-libre: Update to 4.19.5.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.5. (%linux-libre-hash): Update hash. (%linux-libre-4.19-patches): Rename patch (4.18 -> 4.19). Mark H Weaver2018-11-27
* gnu: linux-libre@4.14: Update to 4.14.84.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.84. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-11-27
* gnu: linux-libre@4.9: Update to 4.9.141.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.141. Mark H Weaver2018-11-27
* gnu: linux-libre@4.4: Update to 4.4.165.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.165. Mark H Weaver2018-11-27
* gnu: wxmaxima: Update to 18.11.4.•••* gnu/packages/maths.scm (wxmaxima): Update to 18.11.4. [source]: Switch to git-fetch. Kei Kebreau2018-11-27
* gnu: Add r-chipexoqual.•••* gnu/packages/bioconductor.scm (r-chipexoqual): New variable. Ricardo Wurmus2018-11-27
* gnu: scribus: Fix build with recent Poppler.•••Suggested by ngz on #guix. * gnu/packages/patches/scribus-poppler.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/scribus.scm (scribus)[source]: Add patch. Ricardo Wurmus2018-11-27
* gnu: Add rclone.•••* gnu/packages/sync.scm (rclone): New variable. Nicolas Goaziou2018-11-27
* gnu: x265: Fix building on armhf-linux.•••* gnu/packages/video.scm (x265)[patches]: Add patch. [arguments]: Add a configure-flag to disable assembly. Adjust a custom phase to recognize armv8 as 32-bit arm when masquerading as armhf-linux. Efraim Flashner2018-11-27
* gnu: x265: Install static libraries in a separate output.•••This saves more than 50% of the closure size. * gnu/packages/video.scm (x265)[outputs]: New field. [arguments]: Add custom phase to move the static libraries to a new output. Efraim Flashner2018-11-27
* gnu: x265: Build 10-bit and 12-bit libraries.•••* gnu/packages/video.scm (x265)[arguments]: Add configure-flag to set %output for the other builds. Add custom 'build-12-bit and 'build-10-bit phases to build their respective versions. Add a custom phase to install the 10-bit and 12-bit libraries. Efraim Flashner2018-11-27
* pack: List the available formats.•••* guix/scripts/pack.scm (show-formats): New variable. (%options, show-help): Add 'list-formats' option. Efraim Flashner2018-11-27
* describe: Delete 'directory' argument from 'display-checkout-info'.•••This commit follows 1255400faabfcf0ca1666d17f2f34ea0d49f6b1f. * guix/scripts/describe.scm (display-checkout-info): Delete 'directory' argument. Oleg Pykhalov2018-11-27
* gnu: rss-bridge: Update to 2018-11-10.•••* gnu/packages/web.scm (rss-bridge): Update to 2018-11-10. Arun Isaac2018-11-27
* gnu: Add vimb.•••* gnu/packages/web-browsers.scm (vimb): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Timo Eisenmann2018-11-27
* gnu: python-kivy-next, python2-kivy-next: Deprecate.•••As discussed at <https://bugs.gnu.org/33426>. * gnu/packages/python.scm (python-kivy-next, python2-kivy-next): Mark as deprecated. Ludovic Courtès2018-11-27
* swh: Export 'save-origin' and related bindings.•••* guix/swh.scm: Export bindings related to 'save-origin'. Ludovic Courtès2018-11-27
* gnu: guile-simple-zmq: Update to 68bedb6.•••* gnu/packages/guile.scm (guile-simple-zmq): Update to 68bedb6. Ludovic Courtès2018-11-27
* gnu: randomjungle: Update homepage and sourc.•••* gnu/packages/machine-learning.scm (randomjungle)[source]: Update URL. [homepage]: Update URL. Björn Höfling2018-11-27
* gnu: emacs-polymode: Update to 0.1.5.•••* gnu/packages/emacs.scm (emacs-polymode): Update to 0.1.5. Ricardo Wurmus2018-11-27
* gnu: emacs-slack: Update to 0.0.2-5.99a5750.•••* gnu/packages/emacs.scm (emacs-slack): Update to 0.0.2-5.99a5750. [propagated-inputs]: Add emacs-helm. Ricardo Wurmus2018-11-27
* gnu: emacs-go-mode: Fetch sources from git.•••* gnu/packages/emacs.scm (emacs-go-mode)[source]: Fetch via git. [arguments]: Add phase "make-writable". Ricardo Wurmus2018-11-27
* gnu: emacs-ivy-yasnippet: Update to 0.1-2.32580b4.•••* gnu/packages/emacs.scm (emacs-ivy-yasnippet): Update to 0.1-2.32580b4. Ricardo Wurmus2018-11-27
* gnu: Add OpenShot.•••* gnu/packages/video.scm (openshot-qt): New variable. Eric Bavier2018-11-26
* gnu: Add libopenshot.•••* gnu/packages/video.scm (libopenshot): New variable. * gnu/packages/patches/libopenshot-tests-with-system-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Eric Bavier2018-11-26
* gnu: Add libopenshot-audio.•••* gnu/packages/audio.scm (libopenshot-audio): New variable. Eric Bavier2018-11-26
* qtwebkit: Reduce RAM requirements for linking.•••* gnu/packages/qt.scm (qtwebkit)[arguments]: Link shared libraries and executables with "--no-keep-memory". Eric Bavier2018-11-26
* qtwebkit: Fix pri install directory.•••* gnu/packages/qt.scm (qtwebkit)[arguments]: Add "ECM_MKSPECS_INSTALL_DIR" to #:configure-flags. Eric Bavier2018-11-26
* gnu: Mutt: Update to 1.11.0.•••* gnu/packages/mail.scm (mutt): Update to 1.11.0. Leo Famulari2018-11-26
* gnu: python-seaborn: Update to 0.9.0.•••* gnu/packages/python.scm (python-seaborn): Update to 0.9.0. [arguments]: Enable tests. [propagated-inputs]: Add python-numpy. [native-inputs]: Add python-pytest and xorg-server. [properties]: Remove. (python2-seaborn)[propagated-inputs]: Remove python2-pytz. Ricardo Wurmus2018-11-26
* gnu: clang-from-llvm: Clean up share/clang folder.•••* gnu/packages/llvm.scm (clang-from-llvm): Remove useless files, install completion. Pierre Neidhardt2018-11-26
* gnu: Add emacs-clang-rename.•••* gnu/packages/llvm.scm (emacs-clang-rename): New variable. Pierre Neidhardt2018-11-26
* gnu: emacs-clang-format: Inherit from clang.•••* gnu/packages/emacs.scm (emacs-clang-format): Remove. * gnu/packages/llvm.scm (emacs-clang-format): Add. Tim Gesthuizen2018-11-26
* repl: Do not exit repl on SIGINT.•••* guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT. Oleg Pykhalov2018-11-26
* gnu: efl: Build with full opengl support except on armhf-linux.•••* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flags to use full opengl on all architectures except for armhf-linux, which will continue to use opengl-es. Efraim Flashner2018-11-26
* gnu: efl: Build with 'release' profile.•••* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flag to build the 'release' profile. Efraim Flashner2018-11-26
* services: openssh: Install OpenSSH in the system profile.•••This ensures one can scp to or from the GuixSD machine that uses the service. * gnu/services/ssh.scm (openssh-service-type)[extensions]: Add PROFILE-SERVICE-TYPE extension. * gnu/system/examples/bare-bones.tmpl <packages>: Remove OPENSSH. * doc/guix.texi (Using the Configuration System): Adjust accordingly. Ludovic Courtès2018-11-26
* git-download: Download from Software Heritage as a last resort.•••* guix/git-download.scm (git-fetch)[inputs]: Add gzip and tar when 'git-reference-recursive?' is false. [guile-json, gnutls]: New variables. [modules]: Add (guix swh). [build]: Wrap in 'with-extensions'. Add call to 'swh-download'. Ludovic Courtès2018-11-26
* Add (guix swh).•••* guix/swh.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2018-11-26
* git-download: Use 'git-minimal' instead of 'git'.•••* guix/git-download.scm (git-package): Refer to 'git-minimal'. Ludovic Courtès2018-11-26
* gnu: Add 'git-minimal'.•••* gnu/packages/version-control.scm (git-minimal): New variable. Ludovic Courtès2018-11-26
* gnu: wine-staging: Update to 3.21.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.21. * gnu/packages/wine.scm (wine-staging): Update to 3.21. Rutger Helling2018-11-26
* gnu: opam: Update to 2.0.1.•••gnu/packages/ocaml.scm (opam): Update to 2.0.1. [arguments]: Use invoke, return #t and use store paths for dependencies. [inputs]: Add bubblewrap. Julien Lepiller2018-11-25
* gnu: Add bubblewrap.•••* gnu/packages/virtualization.scm (bubblewrap): New variable. Julien Lepiller2018-11-25