aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/misc.cc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-05-13 14:47:42 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-05-13 14:47:42 +0300
commitf97ad3f85e536835cbd779c8ee2ff00d6f60fb65 (patch)
treefb92efb5ee1cce49776d8c2dc99b5ac3bfc842a3 /nix/libstore/misc.cc
parentd084e71c0d0f97dccf6a792e6975435de5c0bc38 (diff)
downloadguix-f97ad3f85e536835cbd779c8ee2ff00d6f60fb65.tar.gz
guix-f97ad3f85e536835cbd779c8ee2ff00d6f60fb65.zip
gnu: kdevelop-pg-qt: Update to 2.2.1.
* gnu/packages/kde.scm (kdevelop-pg-qt): Update to 2.2.1. [source]: Download using git-fetch.
Diffstat (limited to 'nix/libstore/misc.cc')
0 files changed, 0 insertions, 0 deletions
de? parameter; when set to #f, do not set journal_model=WAL. Jan (janneke) Nieuwenhuizen 2020-06-25image: hurd: Initialize root 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