aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: qsintilla: Update to 2.10.7.•••* gnu/packages/qt.scm (qscintilla): Update to 2.10.7. Efraim Flashner2018-07-11
* gnu: python-pyqt: Update to 5.11.2.•••* gnu/packages/qt.scm (python-pyqt): Update to 5.11.2. [arguments]: Substitute INVOKE for SYSTEM*. (python2-pyqt)[inputs]: Add python2-enum34. Efraim Flashner2018-07-11
* gnu: python-sip: Update to 4.19.11.•••* gnu/packages/qt.scm (python-sip): Update to 4.19.11. [arguments]: Substitute INVOKE for SYSTEM*. Add flag to build private sip module PyQt5.sip. Efraim Flashner2018-07-11
* gnu: qt: Update to 5.11.1.•••* gnu/packages/qt.scm (qt): Update to 5.11.1. [source]: Update snippet. [inputs]: Remove sqlite. [arguments]: Don't use system sqlite. Efraim Flashner2018-07-11
* gnu: python-pyqt: Remove qt-5.11 compat phase.•••* gnu/packages/qt.scm (python-pyqt)[arguments]: Remove custom phase to fix compatibility with qt-5.11. Efraim Flashner2018-07-11
* gnu: qt: Update to 5.11.1.•••* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgrapgicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.11.1. (qtwebglplugin)[arguments]: Add custom phase to disable network tests. [inputs]: Add qtdeclarative. (qtremoteobjects)[arguments]: Add another test to the skip list. (qtspeech)[arguments]: Disable tests. Efraim Flashner2018-07-11
* gnu: owncloud-client: Update to 2.4.1.•••* gnu/packages/sync.scm (owncloud-client): Update to 2.4.1. [phases]: Remove custom 'change-rpath-dirs phase. [arguments]: Disable building with qtwebkit. [inputs]: Remove inotify-tools, openssl, qtwebkit. Efraim Flashner2018-07-11
* import: gem: Add recursive import.•••* doc/guix.texi (Invoking guix import): Document gem recursive import. * guix/import/gem.scm (gem->guix-package): Return package and dependencies values. (gem-recursive-import): New procedure. * guix/scripts/import/gem.scm (show-help, %options): Add recursive option. (guix-import-gem): Use 'gem-recursive-import'. * tests/gem.scm (test-json): Rename to 'test-foo-json'. ("gem->guix-package"): Use 'test-foo-json'. (test-bar-json, test-bundler-json): New variables. ("gem-recursive-import"): New test. Oleg Pykhalov2018-07-11
* build-system/haskell: Make phases fail on error.•••* guix/build/haskell-build-system.scm (configure): Make it fail on error. (run-setuphs): Make it fail on error. Danny Milosavljevic2018-07-11
* build: Add missing patches to the distribution.•••Reported by jonsger. * gnu/local.mk (dist_patch_DATA): Add perl-text-markdown-discount-unbundle.patch and racket-fix-xform-issue.patch. Ludovic Courtès2018-07-11
* ui: Fix typo.•••* guix/ui.scm (display-profile-content-diff): Fix typo in docstring. Ludovic Courtès2018-07-11
* profiles: Introduce 'profile-search-paths' and use it.•••* guix/profiles.scm (profile-search-paths): New procedure. * guix/scripts/environment.scm (evaluate-search-paths): Remove. (create-environment): Replace 'paths' with 'manifest'. Use 'profile-search-paths' instead of 'evaluate-search-paths'. (show-search-paths): Likewise. (launch-environment): Replace 'paths' with 'manifest'. Make 'pure?' a keyword parameter. (launch-environment/fork, launch-environment/container): Likewise. (guix-environment): Remove 'paths' variable. Adjust callers of the above procedures accordingly. Ludovic Courtès2018-07-11
* environment: Simplify code by using manifests internally.•••* guix/scripts/environment.scm (strip-input-name) (package+propagated-inputs, package-or-package+output?) (compact): Remove. (inputs->profile-derivation): Rename to... (manifest->derivation): ... this. Replace 'inputs' parameter with 'manifest'. (input->manifest-entry): New procedure. (package-environment-inputs): Rewrite to return a list of manifest entries. (options/resolve-packages): Rewrite to return a manifest. (guix-environment): Remove 'inputs'. Define 'paths' in terms of 'manifest-search-paths'. Ludovic Courtès2018-07-11
* profiles: Factorize 'manifest-search-paths'.•••* guix/profiles.scm (manifest-search-paths): New procedure. (profile-derivation)[builder]: Use it. * guix/build/profiles.scm (build-etc/profile): Remove $PATH. Ludovic Courtès2018-07-11
* gnu: fc-host-tools: Fix internal invocations.•••* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Modify. Danny Milosavljevic2018-07-10
* gnu: fc-host-tools: Update description.•••* gnu/packages/embedded.scm (fc-host-tools)[description]: Modify. Danny Milosavljevic2018-07-10
* gnu: Add patches.•••* gnu/local.mk (dist_patch_DATA): Add 'rust-bootstrap-stage0-test.patch', 'rust-coresimd-doctest.patch'. Danny Milosavljevic2018-07-10
* gnu: libyajl: Actually run test suite.•••* gnu/packages/web.scm (libyajl)[arguments]: Patch shebang in test suite. Efraim Flashner2018-07-10
* gnu: u-boot: Update to 2018.07.•••--=-=-= Content-Type: text/plain The attached patch updates u-boot to 2018.07, which required adding native-inputs of "bison" and "flex". live well, vagrant From 74a9561ac07592a5ae15b723d0f2ac7fc05c463c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagrant@debian.org> Date: Tue, 10 Jul 2018 00:12:05 +0000 Subject: [PATCH] gnu: u-boot: Update to 2018.07. * gnu/packages/bootloaders.scm (u-boot): Update to 2018.07. (u-boot)[native-inputs]: Add "bison" and "flex". Vagrant Cascadian2018-07-10
* gnu: rust: Update to 1.27.0.•••* gnu/packages/rust.scm (rust): Rename to... (rust-1.26): ...this. (rust): New variable. * gnu/packages/patches/rust-bootstrap-stage0-test.patch: New file. Nikolai Merinov2018-07-10
* gnu: rust: Support build with glibc-2.27; update to 1.26.2.•••* gnu/packages/rust.scm (rust-source): Add "patches" argument. (rust-bootstrapped-package): Add "patches" argument. (rust-1.19)[arguments]<#:phases>[patch-tests]: Modify. [arguments]<#:phases>[patch-aarch64-test]: New phase. [arguments]<#:phases>[use-readelf-for-tests]: New phase. [arguments]<#:phases>[remove-unsupported-tests]: New phase. (rust-1.23): Disable "run-pass/out-of-stack.rs" test. (rust-1.24)[arguments]<#:phases>[patch-aarch64-test]: Replace. (rust-1.25)[inputs]: Switch to LLVM 6.0. (rust-1.25)[arguments]<#:phases>[enable-codegen-tests]: New variable. (rust): New variable. * gnu/packages/patches/rust-coresimd-doctest.patch: New file. Nikolai Merinov2018-07-10
* gnu: lua: Update to 5.3.5.•••* gnu/packages/lua.scm (lua): Update to 5.3.5. Marius Bakke2018-07-10
* guix: Add opam importer.•••* guix/scripts/import.scm (importers): Add opam. * guix/scripts/import/opam.scm: New file. * guix/import/opam.scm: New file. * tests/opam.scm: New file. * Makefile.am: Add them. * doc/guix.texi (Invoking guix import): Document it. Julien Lepiller2018-07-10
* gnu: wine-staging: Update to 3.12.•••* gnu/packages/wine.scm (wine-staging): Update to 3.12. Rutger Helling2018-07-10
* gnu: wine-staging-patchset-data: Update to 3.12.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.12. Rutger Helling2018-07-10
* gnu: vte-ng: Update to 0.52.2.a.•••* gnu/packages/gnome.scm (vte-ng): Update to 0.52.2.a. [arguments]: Remove #:configure-flags. Marius Bakke2018-07-09
* gnu: vte-ng: Use "invoke".•••* gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*. Marius Bakke2018-07-09
* gnu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888].•••* gnu/packages/version-control.scm (libgit2): Update to 0.26.5. Marius Bakke2018-07-09
* gnu: openmw: Update to a checkout version.•••* gnu/packages/game-development.scm (openmw): Update to the latest commit to fix the build. Alex Kost2018-07-09
* gnu: openscenegraph: Update to 3.6.2.•••* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.2. [source]: Use the new url and 'git-fetch' method. [properties]: Add 'upstream-name'. [native-inputs]: Add 'pkg-config'. [inputs]: Add 'libxrandr'. * gnu/packages/patches/openscenegraph-ffmpeg3.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Alex Kost2018-07-09
* gnu: dunst: Add svg support.•••* gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead of 'gdk-pixbuf'. Alex Kost2018-07-09
* gnu: Add emacs-tide.•••* gnu/packges/emacs.scm (emacs-tide): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu Lirzin2018-07-09
* gnu: Add emacs-typescript-mode.•••* gnu/packges/emacs.scm (emacs-typescript-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu Lirzin2018-07-09
* gnu: Add emacs-nodejs-repl.•••* gnu/packges/emacs.scm (emacs-nodejs-repl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu Lirzin2018-07-09
* doc: Use https://alpha.gnu.org instead of FTP.•••* doc/guix.texi (Binary Installation) (USB Stick and DVD Installation, Running GuixSD in a VM): Use "https://alpha.gnu.org" instead of the now deprecated FTP URLs. Ludovic Courtès2018-07-09
* doc: Fix FTP link in documentation.•••The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM. I looked for other instances of this mistake in the docs, but I could't find any. * doc/guix.texi: fix link to GuixSD VM image in FTP server. Signed-off-by: Ludovic Courtès <ludo@gnu.org> EuAndreh2018-07-09
* doc: Fix syntax error and remove trailing whitespace.•••This is a follow-up to commit a33652ee336ae9a5d2ab5fd54bf2397caec42a0e. * doc/guix.texi (Prometheus Node Exporter Service): Remove trailing whitespace and change "defvr" to "defvar". Ricardo Wurmus2018-07-09
* gnu: macs: Update to 2.1.1.20160309.•••* gnu/packages/bioinformatics.scm (macs): Update to 2.1.1.20160309. Ricardo Wurmus2018-07-09
* services: Add prometheus-node-exporter-service-type.•••* gnu/services/monitoring.scm (prometheus-node-exporter-service-type): New variable. (<prometheus-node-exporter-configuration>): New record type. (prometheus-node-exporter-shepherd-service): New procedure. * gnu/doc/guix.texi (Monitoring Services): Document it. * gnu/tests/monitoring.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add test module. Gábor Boskovits2018-07-09
* gnu: linux-libre: Update to 4.17.5.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.5. (%linux-libre-hash): Update hash. Mark H Weaver2018-07-08
* gnu: linux-libre@4.14: Update to 4.14.54.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.54. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-07-08
* gnu: imagemagick: Update to 6.9.10-5.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-5. Marius Bakke2018-07-08
* gnu: ffmpeg@3.4: Update to 3.4.3.•••* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.3. Marius Bakke2018-07-08
* gnu: libxscrnsaver: Update to 1.2.3.•••* gnu/packages/xorg.scm (libxscrnsaver): Update to 1.2.3. Tobias Geerinckx-Rice2018-07-08
* gnu: gimp: Update to 2.10.4.•••* gnu/packages/gimp.scm (gimp): Update to 2.10.4. Tobias Geerinckx-Rice2018-07-08
* gnu: gegl: Update to 0.4.4.•••* gnu/packages/gimp.scm (gegl): Update to 0.4.4. Tobias Geerinckx-Rice2018-07-08
* gnu: babl: Update to 0.1.52.•••* gnu/packages/gimp.scm (babl): Update to 0.1.52. Tobias Geerinckx-Rice2018-07-08
* gnu: python-graphviz: Update to 0.8.4.•••* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.4. Tobias Geerinckx-Rice2018-07-08
* gnu: Add vulkan-tools.•••* gnu/packages/vulkan.scm (vulkan-tools): New variable. Rutger Helling2018-07-07
* gnu: vulkan-loader: Inherit version from vulkan-headers.•••* gnu/packages/vulkan.scm (vulkan-loader): Inherit version from vulkan-headers. Rutger Helling2018-07-07