aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/image.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-09-01 12:09:31 +0200
committerMarius Bakke <marius@gnu.org>2020-09-22 18:41:53 +0200
commit357f586374ee4b21dfe3612c33d41569939429fb (patch)
tree473a7ec67f96548d0d453c2f394f46bae96e14b4 /gnu/system/image.scm
parente073925c948d97e25b5fdc3c307e60a3228481dd (diff)
downloadguix-357f586374ee4b21dfe3612c33d41569939429fb.tar.gz
guix-357f586374ee4b21dfe3612c33d41569939429fb.zip
gnu: python-django-filter: Update to 2.3.0.
* gnu/packages/django.scm (python-django-filter): Update to 2.3.0.
Diffstat (limited to 'gnu/system/image.scm')
0 files changed, 0 insertions, 0 deletions
8611a53a9d2b25df20363664cd91be2e'>bootloader: Factorize write-file-on-device....* gnu/bootloader/extlinux.scm (install-extlinux): Factorize bootloader writing in a new procedure write-file-on-device defined in (gnu build bootloader). * gnu/build/bootloader.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * gnu/system/vm.scm (qemu-img): Adapt to import and use (gnu build bootloader) module during derivation building. * gnu/scripts/system.scm (bootloader-installer-derivation): Ditto. Mathieu Othacehe