summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-28installer: Tell the user where the config file is.Ludovic Courtès
* gnu/installer/newt/final.scm (strip-prefix): New procedure. (run-config-display-page): Add a sentence showing where the config file is stored.
2019-04-28installer: Fix handling of user password mismatches.Ludovic Courtès
Previously, if we had a password mismatch, the 'password' field would end up containing a <user> record instead of the actual password. * gnu/installer/newt/user.scm (confirm-password): Make TRY-AGAIN optional and adjust docstring. (run-user-add-page): Move 'confirm-password' call one level higher.
2019-04-28installer: User accounts can now have a "real name."Ludovic Courtès
* 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.
2019-04-28installer: User can have a "real name".Ludovic Courtès
* gnu/installer/user.scm (<user>)[real-name]: New field. (users->configuration)[use->sexp]: Turn it into a 'comment' field.
2019-04-28installer: Improve layout of the partitioning page.Ludovic Courtès
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.
2019-04-28installer: Add 'nss-certs' to the networking services.Ludovic Courtès
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.
2019-04-28installer: Recommended services are pre-selected.Ludovic Courtès
* 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.
2019-04-28installer: Add #:selection parameter to 'run-checkbox-tree-page'.Ludovic Courtès
* gnu/installer/newt/page.scm (%none-selected): New variable. (run-checkbox-tree-page): Add #:selection. [fill-checkbox-tree]: Honor it.
2019-04-28doc: Duplicate recommendation about 'guix-install.sh'.Ludovic Courtès
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.
2019-04-28Update NEWS.Ludovic Courtès
2019-04-28vm-image: Add 'nss-certs' to the global package set.Ludovic Courtès
* gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS.
2019-04-28describe: Provide a hint when origin detection fails.Ludovic Courtès
* guix/scripts/describe.scm (display-checkout-info): Add call to 'display-hint' in the error case.
2019-04-28gnu: Fix typo.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Fix typo.
2019-04-28gnu: giac-xcas: Rename to "giac" to match upstream name.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate.
2019-04-28gnu: giac-xcas: Add inputs.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex.
2019-04-28gnu: giac-xcas: Fix documentation.Nicolas Goaziou
* 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.
2019-04-28gnu: linux-libre: Update to 5.0.10.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10. (%linux-libre-hash): Update hash.
2019-04-28gnu: linux-libre@4.19: Update to 4.19.37.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%linux-libre-4.19-hash): Update hash.
2019-04-28gnu: linux-libre@4.14: Update to 4.14.114.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114. (%linux-libre-4.14-hash): Update hash.
2019-04-28gnu: linux-libre@4.9: Update to 4.9.171.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171.
2019-04-28gnu: linux-libre@4.4: Update to 4.4.179.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179.
2019-04-28gnu: Add cloud-utils.Christopher Baines
* gnu/packages/admin.scm (cloud-utils): New variable.
2019-04-28gnu: Remove unused module reference.Ricardo Wurmus
* gnu/services/web.scm: Remove reference to (gnu packages guile).
2019-04-28gnu: hypre: Unconditionally return #T from build phases.Ricardo Wurmus
* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases.
2019-04-28gnu: jacal: Unconditionally return #T from configure phase.Ricardo Wurmus
* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase.
2019-04-28gnu: z3: Unconditionally return #T from build phases.Ricardo Wurmus
* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases.
2019-04-28gnu: atlas: Always return #T from build phases.Ricardo Wurmus
* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE.
2019-04-28gnu: make-blis: Always return #T from configure phase.Ricardo Wurmus
* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE.
2019-04-28gnu: kdevplatform: Use INVOKE.Ricardo Wurmus
* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally.
2019-04-28Merge branch 'staging'Ludovic Courtès
2019-04-27gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.Ricardo Wurmus
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.
2019-04-27gnu: r-rhtslib: Fix build.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rhtslib)[arguments]: Add "--no-staged-install" to configure flags.
2019-04-27gnu: r-ggbio: Fix build.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-ggbio)[arguments]: Add build phase to patch out typo.
2019-04-27gnu: r-sjplot: Update to 2.6.3.Ricardo Wurmus
* gnu/packages/cran.scm (r-sjplot): Update to 2.6.3. [propagated-inputs]: Add r-bayestestr, r-insight, and r-performance.
2019-04-27gnu: Add r-performance.Ricardo Wurmus
* gnu/packages/cran.scm (r-performance): New variable.
2019-04-27gnu: Add r-bayestestr.Ricardo Wurmus
* gnu/packages/cran.scm (r-bayestestr): New variable.
2019-04-27installer: Add missing i18n in the partitioning pages.Ludovic Courtès
* gnu/installer/newt/partition.scm (run-scheme-page): Add missing 'G_' for ITEMS. (run-partioning-page): Likewise. (run-partition-page): Move misplaced call to 'G_'.
2019-04-27doc: Remove outdated paragraph in "Binary Installation".Ludovic Courtès
This is a followup to e9926f80c6553fde50ce1fcfd38d6370f841efd2. * doc/guix.texi (Binary Installation): Remove paragraph about not removing 'guix' from root's profile.
2019-04-27gnu: guix: Update to 0c329bf.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 0c329bf.
2019-04-27gnu: ocaml-qtest: Update to 2.9.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.9. [source]: Use git-fetch. [build-system]: Use dune-build-system.
2019-04-27gnu: ocaml-ezjsonm: Update to 1.1.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.1.0.
2019-04-27gnu: ocaml-re: Update to 1.9.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-re): Update to 1.9.0. (ocaml-uri): Fix build.
2019-04-27gnu: ocaml-csv: Update to 2.2.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.2. [source]: Use git-fetch. [build-system]: Use dune-build-system.
2019-04-27gnu: ocaml-spawn: Update to 0.13.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.13.0.
2019-04-27self: Rebuild translated manuals.Julien Lepiller
* guix/self.scm (info-manual): Run po4a and related commands to generate translated texi files before building translated manuals. * guix/build/po.scm: New file. * Makefile.am (MODULES_NOT_COMPILED): Add it.
2019-04-27tests: Adjust accounts test to shell-as-config change.Ludovic Courtès
This is a followup to 504a0fc636ec591e65b4a229a37e522e425d8a0c. * tests/accounts.scm ("allocate-passwd with previous state"): Change expected 'shell' for "alice" to "/bin/sh".
2019-04-27gnu: knot: Fix typos.Julien Lepiller
* gnu/services/dns.scm: Fix typos.
2019-04-27gnu: bubblewrap: Fix Texinfo markup in description.Ludovic Courtès
Fixes a regression introduced in 7ecd1761a236a2256e420032d561aa6c372d95a8. * gnu/packages/virtualization.scm (bubblewrap): Fix typo.
2019-04-27vm-image: Allow for password-less sudo.Ludovic Courtès
* gnu/system/examples/vm-image.tmpl (sudoers-file): New field.
2019-04-27doc: Suggest 1G of RAM for the VM image.Ludovic Courtès
* doc/guix.texi (Running Guix in a VM): Suggest -m 1024.