summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* installer: Add 'nss-certs' to the networking services.Ludovic Courtès2019-04-28
| | | | | | | | Fixes <https://bugs.gnu.org/35469>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/installer/services.scm (%system-services): Add service for 'nss-certs', with 'recommended?' set to #t.
* installer: Recommended services are pre-selected.Ludovic Courtès2019-04-28
| | | | | | | | | * gnu/installer/services.scm (<system-service>)[recommended?]: New field. * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Pass #:selection to 'run-checkbox-tree-page', computed from the 'recommended?' field of each service. (run-networking-cbt-page): Likewise.
* installer: Add #:selection parameter to 'run-checkbox-tree-page'.Ludovic Courtès2019-04-28
| | | | | | * gnu/installer/newt/page.scm (%none-selected): New variable. (run-checkbox-tree-page): Add #:selection. [fill-checkbox-tree]: Honor it.
* doc: Duplicate recommendation about 'guix-install.sh'.Ludovic Courtès2019-04-28
| | | | | | | Since our web site points to "Binary Installation", it's best to have that note there. * doc/guix.texi (Binary Installation): Add note about guix-install.sh.
* Update NEWS.Ludovic Courtès2019-04-28
|
* vm-image: Add 'nss-certs' to the global package set.Ludovic Courtès2019-04-28
| | | | * gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS.
* describe: Provide a hint when origin detection fails.Ludovic Courtès2019-04-28
| | | | | * guix/scripts/describe.scm (display-checkout-info): Add call to 'display-hint' in the error case.
* gnu: Fix typo.Nicolas Goaziou2019-04-28
| | | | * gnu/packages/algebra.scm (giac-xcas): Fix typo.
* gnu: giac-xcas: Rename to "giac" to match upstream name.Nicolas Goaziou2019-04-28
| | | | | * gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate.
* gnu: giac-xcas: Add inputs.Nicolas Goaziou2019-04-28
| | | | | * gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex.
* gnu: giac-xcas: Fix documentation.Nicolas Goaziou2019-04-28
| | | | | | | | * gnu/packages/algebra.scm (giac-xcas): Use a single output. Fix licensing issues in documentation. Xcas expects documentation to be located at a fixed location, not compatible with a "doc" output.
* gnu: linux-libre: Update to 5.0.10.Mark H Weaver2019-04-28
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.37.Mark H Weaver2019-04-28
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.114.Mark H Weaver2019-04-28
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.171.Mark H Weaver2019-04-28
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171.
* gnu: linux-libre@4.4: Update to 4.4.179.Mark H Weaver2019-04-28
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179.
* gnu: Add cloud-utils.Christopher Baines2019-04-28
| | | | * gnu/packages/admin.scm (cloud-utils): New variable.
* gnu: Remove unused module reference.Ricardo Wurmus2019-04-28
| | | | * gnu/services/web.scm: Remove reference to (gnu packages guile).
* gnu: hypre: Unconditionally return #T from build phases.Ricardo Wurmus2019-04-28
| | | | | * gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases.
* gnu: jacal: Unconditionally return #T from configure phase.Ricardo Wurmus2019-04-28
| | | | * gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase.
* gnu: z3: Unconditionally return #T from build phases.Ricardo Wurmus2019-04-28
| | | | * gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases.
* gnu: atlas: Always return #T from build phases.Ricardo Wurmus2019-04-28
| | | | | * gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE.
* gnu: make-blis: Always return #T from configure phase.Ricardo Wurmus2019-04-28
| | | | * gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE.
* gnu: kdevplatform: Use INVOKE.Ricardo Wurmus2019-04-28
| | | | | * gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally.
* Merge branch 'staging'Ludovic Courtès2019-04-28
|\
| * gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.Ricardo Wurmus2019-04-25
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/34124>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg. [arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH wrapper of the gnome-shell executable.
| * Merge branch 'master' into stagingMarius Bakke2019-04-23
| |\
| * | gnu: Add emacs-robot-mode.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-robot-mode): New variable.
| * | gnu: Add python-robotframework-lint.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework-lint): New variable.
| * | gnu: Add python-robotframework-sshlibrary.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable.
| * | gnu: Add python-robotframework.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework): New variable. * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it.
| * | gnu: Add python-rellu.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-rellu): New variable.
| * | gnu: Add python-pygithub.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pygithub): New variable.
| * | gnu: Add python-deprecated.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-deprecated): New variable.
| * | gnu: Add python-scp.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-scp): New variable.
| * | gnu: Add python-bumpversion.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-bumpversion): New variable.
| * | Merge branch 'master' into stagingMarius Bakke2019-04-17
| |\ \
| * | | gnu: vulkan-tools: Update to 1.1.106.Rutger Helling2019-04-10
| | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.106 (by inheriting package-version vulkan-headers).
| * | | gnu: vulkan-headers: Update to 1.1.106.Rutger Helling2019-04-09
| | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.106. * gnu/packages/vulkan.scm (vulkan-loader): Update hash.
| * | | gnu: libdrm: Avoid timeout while running tests.Ludovic Courtès2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Efraim Flashner at <https://lists.gnu.org/archive/html/guix-devel/2019-04/msg00008.html>. * gnu/packages/xdisorg.scm (libdrm)[arguments]: Make 'check phase unconditional.
| * | | Merge branch 'master' into stagingLudovic Courtès2019-04-08
| |\ \ \
| * | | | gnu: sway: Add missing input.Marius Bakke2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This dependency was no longer provided after c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV.
| * | | | gnu: libinput: Propagate udev.Marius Bakke2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/freedesktop.scm (libinput)[inputs]: Remove EUDEV. [propagated-inputs]: New field.
| * | | | Merge branch 'master' into stagingMarius Bakke2019-04-08
| |\ \ \ \
| * | | | | gnu: flac: Incorporate graft.Efraim Flashner2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac)[replacement]: Remove field. [source]: Add patch. (flac/fixed): Remove variable.
| * | | | | gnu: flac: Fix CVE-2017-6888.Efraim Flashner2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac)[replacement]: New field. (flac/fixed): New variable. * gnu/packages/patches/flac-CVE-2017-6888.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | gnu: libinput: Update to 1.13.0.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.13.0. [native-inputs]: Remove VALGRIND.
| * | | | | gnu: libinput: Do not propagate any inputs.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These inputs are no longer listed in the pkg-config files. * gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove. [inputs]: Add LIBEVDEV, EUDEV, LIBWACOM, and MTDEV. (libinput-minimal)[inputs, propagated-inputs]: Adjust accordingly.
| * | | | | gnu: cups-filters: Update to 1.22.3.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters): Update to 1.22.3.
| * | | | | gnu: ImageMagick: Update to 6.9.10-35.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-35.