summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAge
* Update NEWS.Ludovic Courtès2021-11-23
|
* Update NEWS.Tobias Geerinckx-Rice2021-09-23
| | | | * NEWS (Distribution): Note new fsck.* arguments and XFS support.
* Update NEWS.Ludovic Courtès2021-09-18
|
* guix-install.sh: Prompt for configuring substitutes discovery.Maxim Cournoyer2021-07-07
| | | | | | | | | | | | | | | | Also ensure prompt_yes_no always print the message with a trailing space, which is more pleasing to the eye. * etc/guix-daemon.conf.in <--discover=no>: New guix-daemon option. * etc/guix-daemon.service.in: Likewise. * etc/init.d/guix-daemon.in: Likewise. * etc/openrc/guix-daemon.in: Likewise. * etc/guix-install.sh (configure_substitute_discovery): New procedure. (sys_enable_guix_daemon): Ask the user whether automatic substitute discovery should be enabled. Set the '--discover' argument accordingly. (prompt_yes_no): Add a trailing space to the message. (sys_authorize_build_farms): Remove trailing space from the message argument. * NEWS (Distribution): Add news.
* pack: Add support for the deb format.Maxim Cournoyer2021-06-29
| | | | | | | | | | | * .dir-locals.el (scheme-mode)[gexp->derivation]: Define indentation rule. * guix/scripts/pack.scm (debian-archive): New procedure. (%formats): Register the new deb format. (show-formats): Add it to the usage string. * tests/pack.scm (%ar-bootstrap): New variable. (deb archive with symlinks): New test. * doc/guix.texi (Invoking guix pack): Document it. * NEWS: Add news entry.
* Update NEWS.Maxim Cournoyer2021-05-10
|
* Update NEWS.Leo Famulari2021-05-10
|
* Update NEWS.Ludovic Courtès2021-05-10
|
* Update NEWS.Ludovic Courtès2021-05-04
|
* Update NEWS.Ludovic Courtès2020-11-22
|
* Update NEWS.Ludovic Courtès2020-11-13
|
* Update NEWS.Ludovic Courtès2020-11-09
|
* Update NEWS.Mathieu Othacehe2020-11-07
|
* Update NEWS.Ludovic Courtès2020-11-07
|
* Update NEWS.Ludovic Courtès2020-11-05
|
* Update NEWS.Ludovic Courtès2020-04-15
|
* Update NEWS.Ludovic Courtès2020-04-12
|
* Update NEWS.Ludovic Courtès2020-04-09
|
* Update NEWS.Ludovic Courtès2019-05-17
|
* Update NEWS.Ludovic Courtès2019-05-16
|
* Update NEWS.Ludovic Courtès2019-05-01
|
* Update NEWS.Ludovic Courtès2019-04-29
|
* Update NEWS.Ludovic Courtès2019-04-28
|
* Update NEWS.Ludovic Courtès2018-12-05
|
* Update NEWS.Ludovic Courtès2018-12-05
|
* Update NEWS.Ludovic Courtès2018-11-23
|
* Update NEWS.Ricardo Wurmus2018-08-30
|
* Update NEWS.v0.15.0Ludovic Courtès2018-07-05
|
* Update NEWS.Ludovic Courtès2018-07-05
|
* Update NEWS.Ludovic Courtès2018-06-20
|
* Update NEWS.Ricardo Wurmus2018-05-29
|
* services: Add Enlightenment desktop service.Efraim Flashner2018-05-20
| | | | | | | * gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it.
* guix: Separate the package name and version with "@", not "-".Chris Marusich2018-05-08
| | | | | | | | | | | | | | | * guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>.
* Update NEWS.v0.14.0Ludovic Courtès2017-12-06
|
* Update NEWS.Ludovic Courtès2017-12-06
|
* Update NEWS.Ludovic Courtès2017-12-05
|
* Update NEWS.Ludovic Courtès2017-12-04
|
* Update NEWS.Ludovic Courtès2017-05-22
|
* Update NEWS.Ludovic Courtès2017-05-21
|
* Update NEWS.Ricardo Wurmus2017-05-20
|
* Update NEWS.Ricardo Wurmus2017-05-17
|
* Update NEWS.Ludovic Courtès2017-05-16
|
* Update NEWS.Ricardo Wurmus2016-12-20
| | | | Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* Update NEWS.Ludovic Courtès2016-08-04
|
* Update NEWS.Ludovic Courtès2016-08-01
|
* emacs: Add interface for package locations.Alex Kost2016-04-18
| | | | | | | | | * emacs/guix-main.scm (%package-location-param-alist): New variable. (package-location->sexp, package-location-entries): New procedures. * emacs/guix-ui-location.el: New file. * emacs.am (ELFILES): Add it. * doc/emacs.texi (Emacs Package Locations): Document 'guix-locations'. * NEWS: Mention it.
* Update NEWS.v0.10.0Ludovic Courtès2016-03-28
|
* Update 'NEWS'.Ludovic Courtès2016-03-27
|
* utils: Use '@' for separating package names and version numbers.Mathieu Lirzin2016-03-02
| | | | | | | | | | | | | | | | | | | | | This provides the ability to use numbers in package names. Fixes <http://bugs.gnu.org/19219>. * guix/utils.scm (package-name->name+version): New procedure. * gnu/packages.scm (%find-package): Add a FALLBACK? keyword argument. Use the previous method when no package is found. (specification->package+output, specification->package): Adapt documentation to new syntax. * doc/guix.texi (Invoking guix package, Invoking guix import): Likewise. * guix/ui.scm (package-specification->name+version+output): Likewise. * guix/scripts/import/hackage.scm (show-help): Likewise. * tests/guix-build.sh: Adapt to new syntax. * tests/guix-lint.sh: Likewise. * tests/guix-package.sh: Likewise. * tests/ui.scm ("package-specification->name+version+output"): Likewise. * tests/utils.scm ("package-name->name+version"): Likewise. * NEWS: Mention new syntax.
* emacs: Add interface for licenses.Alex Kost2016-01-25
| | | | | | | | | | | | | | * emacs/guix-main.scm (%license-param-alist): New variable. (license->sexp, find-licenses, license-entries): New procedures. * emacs/guix-license.el (guix-license-get-entries) (guix-license-get-display, guix-license-insert-packages-button) (guix-license-insert-comment, guix-license-list-describe) (guix-license-list-show-packages): New procedures. (guix-licenses): New command. * doc/emacs.texi (Emacs Licenses): New node. (Emacs Interface): Add it. * doc/guix.texi (Top): Add it. * NEWS: Mention new interface.