aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-10-02 02:20:24 -0500
committerjgart <jgart@dismail.de>2024-10-02 15:23:20 -0500
commit3048b6f20440c17f3d8fb045646095faad615da9 (patch)
tree8f97845c81fba206239dc8b637135686813f87fd /gnu/packages/hardware.scm
parent25c8178a73ce5d58d9d6409c82030e6d34e231e6 (diff)
downloadguix-3048b6f20440c17f3d8fb045646095faad615da9.tar.gz
guix-3048b6f20440c17f3d8fb045646095faad615da9.zip
gnu: lem: Build included shared library.
* gnu/packages/text-editors.scm (lem): Build shared library. [source]: Delete precompiled binaries. [arguments]: Patch libvterm and build shared library. [inputs]: Add libvterm. Change-Id: I296f139f93032ccbb380e112c9c1e4fd681ae1a7
Diffstat (limited to 'gnu/packages/hardware.scm')
0 files changed, 0 insertions, 0 deletions
pan>Stefan 2020-06-08bootloader: Extend `<menu-entry>' for multiboot....* gnu/bootloader.scm (<menu-entry>)[multiboot-kernel,multiboot-arguments, multiboot-modules]: New fields. [linux,initrd]: Add default value '#f'. (menu-entry->sexp, sexp->menu-entry): Support multiboot entry. * doc/guix.texi (Bootloader Configuration): Document them. Jan (janneke) Nieuwenhuizen 2020-05-29bootloader: Add 'disk-image-installer'....* gnu/bootloader.scm (<bootloader>)[disk-image-installer]: New field, (bootloader-disk-image-installer): export it. * gnu/bootloader/grub.scm (install-grub-disk-image): New procedure ... (grub-bootloader): ... used as "disk-image-installer" here. (grub-efi-bootloader): set "disk-image-installer" to #f. * gnu/system/image.scm (root-partition?, find-root-partition): Move to "Helpers" section. (root-partition-index): New procedure. (system-disk-image): Honor disk-image-installer, and use it to install the bootloader directly on the disk-image, if supported. Mathieu Othacehe