mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
571c71e6f7
We are migrating packages that meet below requirements: 1. using `callPackage` 2. called path is a directory 3. overriding set is empty (`{ }`) 4. not containing path expressions other than relative path (to makenixpkgs-vet happy) 5. not referenced by nix files outside of the directory, other than`pkgs/top-level/all-packages.nix` 6. not referencing nix files outside of the directory 7. not referencing `default.nix` (since it's changed to `package.nix`) 8. `outPath` doesn't change after migration The tool is here: https://github.com/Aleksanaa/by-name-migrate.
23 lines
611 B
Diff
23 lines
611 B
Diff
From 68defee52f4eba82eefaeea17f21c7498448dd6b Mon Sep 17 00:00:00 2001
|
|
From: Samuel Dionne-Riel <samuel@dionne-riel.com>
|
|
Date: Mon, 3 Jun 2024 16:16:25 -0400
|
|
Subject: [PATCH] efi/efi.h: Add efisetjmp.h
|
|
|
|
See https://github.com/ncroxon/gnu-efi/commit/486ba3c3bdd147b7d98159b9e650be60bce0f027
|
|
---
|
|
efi/efi.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/efi/efi.h b/efi/efi.h
|
|
index c266532f3..e4497574b 100644
|
|
--- a/efi/efi.h
|
|
+++ b/efi/efi.h
|
|
@@ -23,6 +23,7 @@
|
|
#include <efi.h>
|
|
#include <efilib.h>
|
|
#include <efistdarg.h>
|
|
+#include <efisetjmp.h>
|
|
|
|
/* Delay for 100 ms */
|
|
#define EFI_NOMAP_PRINT_DELAY 100
|