aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/globals.cc
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2020-06-02 07:31:56 +0530
committerArun Isaac <arunisaac@systemreboot.net>2020-06-02 07:31:56 +0530
commit74f017587031dc59a02de966fc09d886f1e9b1eb (patch)
tree417f9acf57eea4096a97ab308b78c39bba18f311 /nix/libstore/globals.cc
parent61aa30df3254fb094dc5da715763f6dcfd6435d2 (diff)
downloadguix-74f017587031dc59a02de966fc09d886f1e9b1eb.tar.gz
guix-74f017587031dc59a02de966fc09d886f1e9b1eb.zip
gnu: python-axolotl-curve25519: Update to 0.4.1.post2.
* gnu/packages/python-crypto.scm (python-axolotl-curve25519): Update to 0.4.1.post2. [source]: Use PyPI URI. [arguments]: Remove --root=/ configure flag.
Diffstat (limited to 'nix/libstore/globals.cc')
0 files changed, 0 insertions, 0 deletions
boot-parameters>)[bootloader-menu-entries]: New field. (read-boot-parameters): Initialize it. (operating-system-boot-parameters): Likewise. (operating-system-boot-parameters-file): Serialize it. * gnu/bootloader.scm (menu-entry->sexp, sexp->menu-entry): New procedures. Ludovic Courtès 2019-07-16system: Write the timezone to /etc/timezone....* gnu/system.scm (operating-system-etc-service): Write the operating system timezone to /etc/timezone. Fixes <https://bugs.gnu.org/35746>. Timothy Sample 2019-05-15system: Add 'operating-system-with-gc-roots'....* gnu/tests/install.scm (operating-system-with-gc-roots): Move to... * gnu/system.scm (operating-system-with-gc-roots): ... here. New procedure. Ludovic Courtès 2019-05-10system: Export 'operating-system-default-essential-services'....* gnu/system.scm (essential-services): Rename to... (operating-system-default-essential-services): ... this. (<operating-system>)[essential-services]: Adjust accordingly. Ludovic Courtès 2019-04-27system: Add boot file systems to /etc/fstab....* gnu/system.scm (essential-services): Pass FSTAB-SERVICE-TYPE the list of file systems that match 'file-system-needed-for-boot?'. Ludovic Courtès 2019-04-25system: Add guile-readline and guile-colorized to %BASE-PACKAGES....This adds pretty much nothing to the system closure size. * gnu/system.scm (%base-packages): Add GUILE-READLINE and GUILE-COLORIZED. Ludovic Courtès 2019-04-22system: Change default kernel-arguments to '("quiet")....This improves the readability of the boot process, especially when using full disk encryption where you're required to enter the passphrase at a particular point. * gnu/system.scm (<operating-system>)[kernel-arguments]: Change the default to '("quiet"). * doc/guix.texi (operating-system Reference): Document this change. Christopher Baines 2019-04-15system: Add 'label' field to <operating-system>....* gnu/system.scm (<operating-system>)[label]: New field. (operating-system-default-label): New procedure. (operating-system-boot-parameters): Use it instead of 'kernel->boot-label'. * doc/guix.texi (operating-system Reference): Document it. Ludovic Courtès 2019-04-14system: Remove "beta" from GRUB menu entries....* gnu/system.scm (kernel->boot-label): Remove "(beta)". Ludovic Courtès