aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-17 16:16:38 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-19 13:36:55 +0800
commit734e83d4fafef11715eaada596e45c560d537f2e (patch)
tree90a5dedca101ad10be3a8c2545c88ed48aa7b0b5 /gnu/local.mk
parent77c4c02d4159b6a8a96355808dc9d1dfa2841871 (diff)
downloadguix-734e83d4fafef11715eaada596e45c560d537f2e.tar.gz
guix-734e83d4fafef11715eaada596e45c560d537f2e.zip
gnu: chrony: Fix cross-compilation.
* gnu/packages/ntp.scm (chrony)[arguments]<#:phases>: Add set-CC phase. Change-Id: I0bc7c271875c5ba68743583fb3932e238b3b37c0
Diffstat (limited to 'gnu/local.mk')
0 files changed, 0 insertions, 0 deletions
(system (%current-system)) (old-entries '()) #:allow-other-keys) (match entries ((entry) (let ((kernel (menu-entry-linux entry)) (kernel-arguments (menu-entry-linux-arguments entry)) (initrd (menu-entry-initrd entry))) ;; XXX: Make this a symlink. (signed-kernel kernel kernel-arguments initrd))) (_ (error "Too many bootloader menu entries!")))) (define install-depthcharge #~(lambda (bootloader device mount-point) (let ((kpart (string-append mount-point "/boot/depthcharge/vmlinux.kpart"))) (write-file-on-device kpart (stat:size (stat kpart)) device 0)))) (define depthcharge-bootloader (bootloader (name 'depthcharge) (package #f) (installer install-depthcharge) (configuration-file "/boot/depthcharge/vmlinux.kpart") (configuration-file-generator depthcharge-configuration-file)))