efivar: add musl patch

This commit is contained in:
Alyssa Ross 2023-01-31 11:35:33 +00:00
parent a997c219d8
commit ff7cb26327

View file

@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/rhboot/efivar/commit/ca48d3964d26f5e3b38d73655f19b1836b16bd2d.patch";
hash = "sha256-DkNFIK4i7Eypyf2UeK7qHW36N2FSVRJ2rnOVLriWi5c=";
})
(fetchpatch {
name = "musl-backport.patch";
url = "https://github.com/rhboot/efivar/commit/cece3ffd5be2f8641eb694513f2b73e5eb97ffd3.patch";
sha256 = "7/E0gboU0A45/BY6jGPLuvds6qKtNjzpgKgdNTaVaZQ=";
})
];
nativeBuildInputs = [ pkg-config mandoc ];