aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2023-10-23 23:20:46 +0100
committerEfraim Flashner <efraim@flashner.co.il>2023-10-24 14:25:48 +0300
commit62ff322ea9f01bfba3bff485f1e72a0ebba380a6 (patch)
tree2cb32c7f594683cdbd2704b3b8ee2652173d4cad /COPYING
parent7383d15641f17af5a8c656a4ad592138abc7d5ec (diff)
downloadguix-62ff322ea9f01bfba3bff485f1e72a0ebba380a6.tar.gz
guix-62ff322ea9f01bfba3bff485f1e72a0ebba380a6.zip
gnu: Add rust-ogg-0.8.
* gnu/packages/crates-io.scm (rust-ogg-0.8): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I2b180cf4c493cad4f512a442f6e041762f76081c
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
Likewise. <modules>: Remove (rnrs bytevector). Ludovic Courtès 2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....* gnu/system/accounts.scm (<user-account>)[home-directory]: Mark as thunked and add a default value. (default-home-directory): New procedure. * doc/guix.texi (User Accounts): Remove 'home-directory' from example. * gnu/system/examples/bare-bones.tmpl: Likewise. * gnu/system/examples/beaglebone-black.tmpl: Likewise. * gnu/system/examples/desktop.tmpl: Likewise. * gnu/system/examples/docker-image.tmpl: Likewise. * gnu/system/examples/lightweight-desktop.tmpl: Likewise. * gnu/system/install.scm (installation-os): Likewise. * gnu/tests.scm (%simple-os): Likewise. * gnu/tests/install.scm (%minimal-os, %minimal-os-on-vda): (%separate-home-os, %encrypted-root-os, %btrfs-root-os): Likewise. * tests/accounts.scm ("allocate-passwd") ("allocate-passwd with previous state"): Likewise. Ludovic Courtès