Age | Commit message (Expand) | Author |
2019-04-29 | guix package: Add 'install', 'remove', and 'upgrade' aliases.•••* guix/scripts/install.scm, guix/scripts/remove.scm,
guix/scripts/upgrade.scm, tests/guix-package-aliases.sh: New files.
* Makefile.am (MODULES, SH_TESTS): Add them.
* po/guix/POTFILES.in: Add them.
* guix/scripts/package.scm (guix-package): Split with...
(guix-package*): ... this. New procedure.
* doc/guix.texi (Invoking guix package): Document them.
(Binary Installation, Application Setup, Package Management)
(Packages with Multiple Outputs, Package Modules)
(X.509 Certificates, Installing Debugging Files): Use 'guix install' in
simple examples.
* etc/completion/bash/guix (_guix_complete): Handle "install", "remove",
and "upgrade".
| Ludovic Courtès |
2019-04-29 | gnu: font-public-sans: Adjust synopsis and description.•••* gnu/packages/fonts.scm (font-public-sans)[synopsis, description]:
Adjust.
| Ludovic Courtès |
2019-04-29 | gnu: Add font-public-sans.•••* gnu/packages/fonts.scm (font-public-sans): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jens M |
2019-04-29 | installer: Fix typo in docstring.•••* gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Meiyo Peng |
2019-04-29 | gnu: diffoscope: Update to 114.•••* gnu/packages/package-management (diffoscope): Update to 114.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vagrant Cascadian |
2019-04-29 | services: slim: Honor the value of slim from slim-configuration.•••Previously setting the slim field in slim-configuration would have no effect.
* gnu/services/xorg.scm (slim-shepherd-service): Remove unused let binding for
slim. Use (slim-configuration-slim config) instead of the default slim.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Diego Nicola Barbato |
2019-04-28 | gnu: Fix missing bison package in (gnu packages algebra).•••This fixes a regression introduced in
6d3896b9fc115b03046860a9aa12966926bccf53.
* gnu/packages/algebra.scm: Use the (gnu packages bison) module.
| Christopher Baines |
2019-04-28 | gnu: direnv: Change to the go-build-system.•••The go-build-system is slightly more appropriate, and switching resolves an
issue with combining the 'unpack phase from the gnu-build-system, and the
'setup-go-environment from the go-build-system. With both of those phases
creating a directory, the first-subdirectory call at the end of the 'unpack
phase can return different values depending on the filesystem ordering.
* gnu/packages/shellutils.scm (direnv)[source]: Use the git repository, as
this works better with the go-build-system.
[build-system]: Change to the go-build-system.
[arguments]: Adjust for the go-build-system.
[native-inputs]: Remove go.
| Christopher Baines |
2019-04-28 | installer: Tell the user where the config file is.•••* gnu/installer/newt/final.scm (strip-prefix): New procedure.
(run-config-display-page): Add a sentence showing where the config file
is stored.
| Ludovic Courtès |
2019-04-28 | installer: Fix handling of user password mismatches.•••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.
| Ludovic Courtès |
2019-04-28 | 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-27 | gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.•••* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.
| Ricardo Wurmus |
2019-04-27 | gnu: r-rhtslib: Fix build.•••* gnu/packages/bioinformatics.scm (r-rhtslib)[arguments]: Add
"--no-staged-install" to configure flags.
| Ricardo Wurmus |
2019-04-27 | gnu: r-ggbio: Fix build.•••* gnu/packages/bioinformatics.scm (r-ggbio)[arguments]: Add build phase to
patch out typo.
| Ricardo Wurmus |
2019-04-27 | gnu: r-sjplot: Update to 2.6.3.•••* gnu/packages/cran.scm (r-sjplot): Update to 2.6.3.
[propagated-inputs]: Add r-bayestestr, r-insight, and r-performance.
| Ricardo Wurmus |
2019-04-27 | gnu: Add r-performance.•••* gnu/packages/cran.scm (r-performance): New variable.
| Ricardo Wurmus |
2019-04-27 | gnu: Add r-bayestestr.•••* gnu/packages/cran.scm (r-bayestestr): New variable.
| Ricardo Wurmus |
2019-04-27 | installer: Add missing i18n in the partitioning pages.•••* 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_'.
| Ludovic Courtès |
2019-04-27 | doc: Remove outdated paragraph in "Binary Installation".•••This is a followup to e9926f80c6553fde50ce1fcfd38d6370f841efd2.
* doc/guix.texi (Binary Installation): Remove paragraph about not
removing 'guix' from root's profile.
| Ludovic Courtès |
2019-04-27 | gnu: guix: Update to 0c329bf.•••* gnu/packages/package-management.scm (guix): Update to 0c329bf.
| Ludovic Courtès |
2019-04-27 | gnu: ocaml-qtest: Update to 2.9.•••* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.9.
[source]: Use git-fetch.
[build-system]: Use dune-build-system.
| Julien Lepiller |
2019-04-27 | gnu: ocaml-ezjsonm: Update to 1.1.0.•••* gnu/packages/ocaml.scm (ocaml-ezjsonm): Update to 1.1.0.
| Julien Lepiller |
2019-04-27 | gnu: ocaml-re: Update to 1.9.0.•••* gnu/packages/ocaml.scm (ocaml-re): Update to 1.9.0.
(ocaml-uri): Fix build.
| Julien Lepiller |