Commit message (Expand) | Author | Age | |
---|---|---|---|
* | installer: User accounts can now have a "real name."•••* gnu/installer/newt/user.scm (run-user-add-page): Add #:real-name. Add a label and entry for the real name and initialize the 'real-name' field of the <user> record. * gnu/installer/final.scm (create-user-database): Set the 'comment' field of the <user-account> record. | Ludovic Courtès | 2019-04-28 |
* | installer: User can have a "real name".•••* gnu/installer/user.scm (<user>)[real-name]: New field. (users->configuration)[use->sexp]: Turn it into a 'comment' field. | Ludovic Courtès | 2019-04-28 |
* | installer: Improve layout of the partitioning page.•••Previously the "listbox" would be unnecessarily high, leaving too little space for the German translation of the text above. * gnu/installer/newt/partition.scm (run-disk-page): Increase #:info-textbox-width and pass #:listbox-height. | Ludovic Courtès | 2019-04-28 |
* | installer: Add 'nss-certs' to the networking services.•••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. | Ludovic Courtès | 2019-04-28 |
* | installer: Recommended services are pre-selected.•••* 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. | Ludovic Courtès | 2019-04-28 |
* | installer: Add #:selection parameter to 'run-checkbox-tree-page'.•••* gnu/installer/newt/page.scm (%none-selected): New variable. (run-checkbox-tree-page): Add #:selection. [fill-checkbox-tree]: Honor it. | Ludovic Courtès | 2019-04-28 |
* | doc: Duplicate recommendation about 'guix-install.sh'.•••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. | Ludovic Courtès | 2019-04-28 |
* | Update NEWS. | Ludovic Courtès | 2019-04-28 |
* | vm-image: Add 'nss-certs' to the global package set.•••* gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS. | Ludovic Courtès | 2019-04-28 |
* | describe: Provide a hint when origin detection fails.•••* guix/scripts/describe.scm (display-checkout-info): Add call to 'display-hint' in the error case. | Ludovic Courtès | 2019-04-28 |
* | gnu: Fix typo.•••* gnu/packages/algebra.scm (giac-xcas): Fix typo. | Nicolas Goaziou | 2019-04-28 |
* | gnu: giac-xcas: Rename to "giac" to match upstream name.•••* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate. | Nicolas Goaziou | 2019-04-28 |
* | gnu: giac-xcas: Add inputs.•••* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex. | Nicolas Goaziou | 2019-04-28 |
* | gnu: giac-xcas: Fix documentation.•••* 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. | Nicolas Goaziou | 2019-04-28 |
* | gnu: linux-libre: Update to 5.0.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10. (%linux-libre-hash): Update hash. | Mark H Weaver | 2019-04-28 |
* | gnu: linux-libre@4.19: Update to 4.19.37.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%linux-libre-4.19-hash): Update hash. | Mark H Weaver | 2019-04-28 |
* | gnu: linux-libre@4.14: Update to 4.14.114.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114. (%linux-libre-4.14-hash): Update hash. | Mark H Weaver | 2019-04-28 |
* | gnu: linux-libre@4.9: Update to 4.9.171.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171. | Mark H Weaver | 2019-04-28 |
* | gnu: linux-libre@4.4: Update to 4.4.179.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179. | Mark H Weaver | 2019-04-28 |
* | gnu: Add cloud-utils.•••* gnu/packages/admin.scm (cloud-utils): New variable. | Christopher Baines | 2019-04-28 |
* | gnu: Remove unused module reference.•••* gnu/services/web.scm: Remove reference to (gnu packages guile). | Ricardo Wurmus | 2019-04-28 |
* | gnu: hypre: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases. | Ricardo Wurmus | 2019-04-28 |
* | gnu: jacal: Unconditionally return #T from configure phase.•••* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase. | Ricardo Wurmus | 2019-04-28 |
* | gnu: z3: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases. | Ricardo Wurmus | 2019-04-28 |
* | gnu: atlas: Always return #T from build phases.•••* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE. | Ricardo Wurmus | 2019-04-28 |
* | gnu: make-blis: Always return #T from configure phase.•••* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE. | Ricardo Wurmus | 2019-04-28 |
* | gnu: kdevplatform: Use INVOKE.•••* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally. | Ricardo Wurmus | 2019-04-28 |
* | Merge branch 'staging' | Ludovic Courtès | 2019-04-28 |
|\ | |||
| * | gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.•••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. | Ricardo Wurmus | 2019-04-25 |
| * | Merge branch 'master' into staging | Marius Bakke | 2019-04-23 |
| |\ | |||
| * | | gnu: Add emacs-robot-mode.•••* gnu/packages/emacs-xyz.scm (emacs-robot-mode): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-robotframework-lint.•••* gnu/packages/python-xyz.scm (python-robotframework-lint): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-robotframework-sshlibrary.•••* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-robotframework.•••* 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. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-rellu.•••* gnu/packages/python-xyz.scm (python-rellu): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-pygithub.•••* gnu/packages/python-xyz.scm (python-pygithub): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-deprecated.•••* gnu/packages/python-xyz.scm (python-deprecated): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-scp.•••* gnu/packages/python-xyz.scm (python-scp): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | gnu: Add python-bumpversion.•••* gnu/packages/python-xyz.scm (python-bumpversion): New variable. | Maxim Cournoyer | 2019-04-19 |
| * | | Merge branch 'master' into staging | Marius Bakke | 2019-04-17 |
| |\ \ | |||
| * | | | gnu: vulkan-tools: Update to 1.1.106.•••* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.106 (by inheriting package-version vulkan-headers). | Rutger Helling | 2019-04-10 |
| * | | | gnu: vulkan-headers: Update to 1.1.106.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.106. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. | Rutger Helling | 2019-04-09 |
| * | | | gnu: libdrm: Avoid timeout while running tests.•••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. | Ludovic Courtès | 2019-04-08 |
| * | | | Merge branch 'master' into staging | Ludovic Courtès | 2019-04-08 |
| |\ \ \ | |||
| * | | | | gnu: sway: Add missing input.•••This dependency was no longer provided after c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV. | Marius Bakke | 2019-04-08 |
| * | | | | gnu: libinput: Propagate udev.•••This is a follow-up to commit c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/freedesktop.scm (libinput)[inputs]: Remove EUDEV. [propagated-inputs]: New field. | Marius Bakke | 2019-04-08 |
| * | | | | Merge branch 'master' into staging | Marius Bakke | 2019-04-08 |
| |\ \ \ \ | |||
| * | | | | | gnu: flac: Incorporate graft.•••* gnu/packages/xiph.scm (flac)[replacement]: Remove field. [source]: Add patch. (flac/fixed): Remove variable. | Efraim Flashner | 2019-04-04 |
| * | | | | | gnu: flac: Fix CVE-2017-6888.•••* 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. | Efraim Flashner | 2019-04-04 |
| * | | | | | gnu: libinput: Update to 1.13.0.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.13.0. [native-inputs]: Remove VALGRIND. | Marius Bakke | 2019-04-01 |