From 41d216ca7993991d32a077d0650ccfad8a846942 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 25 Feb 2023 10:02:11 +0100 Subject: [PATCH] Remove annotation dependencies This is used to prevent a failure when guix creates the Maven directory structure and fails to find these dependencies. --- guava/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/guava/pom.xml b/guava/pom.xml index 81a2005..5237047 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -31,18 +31,6 @@ com.google.code.findbugs jsr305 - - org.checkerframework - checker-qual - - - com.google.errorprone - error_prone_annotations - - - com.google.j2objc - j2objc-annotations - -- 2.38.1 4c'>commitdiff
path: root/gnu/bootloader
AgeCommit message (Expand)Author
2023-07-13bootloader: grub: Use rumpdisk-style root when booting with "noide"....* gnu/bootloader/grub.scm (make-grub-configuration): When "noide" is in arguments, use device name "wd0" rather than "hd0". Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Janneke Nieuwenhuizen
2023-06-14gnu: bootloader: Add u-boot-sifive-unmatched-bootloader....* gnu/bootloader/u-boot.scm (install-sifive-unmatched-u-boot, u-boot-sifive-unmatched-bootloader): New variables. Efraim Flashner