aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/derivations.hh
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2019-08-03 10:49:35 +0200
committerRutger Helling <rhelling@mykolab.com>2019-08-03 10:50:58 +0200
commit036feaf9cb245629332006038ef580858fa6bfbc (patch)
tree68c5f9a213f2fb637d79f274f451216805d69275 /nix/libstore/derivations.hh
parent09fd82ce8c4c682ddd05b9f53cc0e21f2ac8f739 (diff)
downloadguix-036feaf9cb245629332006038ef580858fa6bfbc.tar.gz
guix-036feaf9cb245629332006038ef580858fa6bfbc.zip
gnu: wine64-staging: Adapt patch script.
* gnu/packages/wine.scm (wine64-staging)[arguments]: Don't exclude certain patches.
Diffstat (limited to 'nix/libstore/derivations.hh')
0 files changed, 0 insertions, 0 deletions
er 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 2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>....This allows us to keep track of the extra menu entries specified in the OS configuration. * gnu/system.scm (<boot-parameters>)[bootloader-menu-entries]: New field. (read-boot-parameters): Initialize it. (operating-system-boot-parameters): Likewise. (operating-system-boot-parameters-file): Serialize it. * gnu/bootloader.scm (menu-entry->sexp, sexp->menu-entry): New procedures. Ludovic Courtès 2019-08-30bootloader: Fix comment about 'menu-entries'....* gnu/bootloader.scm (<bootloader-configuration>)[menu-entries]: Fix margin comment. Ludovic Courtès