aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gpodder.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-20 14:43:49 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-04 19:29:13 +0100
commit8c4afe8b934b2343da13c9c656e2af5e02cf1122 (patch)
tree38bb6772a4eeb6858022f1de1707f46d052831df /gnu/packages/gpodder.scm
parent24a285acca2a4675df79ef3169088937ab49658c (diff)
downloadguix-8c4afe8b934b2343da13c9c656e2af5e02cf1122.tar.gz
guix-8c4afe8b934b2343da13c9c656e2af5e02cf1122.zip
gnu: Add rust-vec-arena-1.
* gnu/packages/crates-io.scm (rust-vec-arena-1): New variable.
Diffstat (limited to 'gnu/packages/gpodder.scm')
0 files changed, 0 insertions, 0 deletions
oot partition for the Hurd....This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/image.scm (hurd-initialize-root-partition): Move to ... * gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here. (hurd-disk-image): Use it. Jan (janneke) Nieuwenhuizen 2020-06-25image: hurd: Create hurd-compatible ext2 file-system....This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to create an ext2 file-system that is compatible with the Hurd. Jan (janneke) Nieuwenhuizen 2020-06-24image: Move hurd image definition to a dedicated file....This moves hurd-disk-image to a dedicated file. It also defines a default operating-system so that the image can be built standalone. * gnu/system/images/hurd.scm: New file, * gnu/local.mk (GNU_SYSTEM_MODULES): add it, * gnu/system/image.scm (root-offset, root-label): Export it, (hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated file above, (find-image): adapt to avoid loop dependency. Mathieu Othacehe