fwts: 24.09.00 -> 25.09.00; fix kernel module
This commit is contained in:
@@ -16,16 +16,18 @@
|
||||
libbsd,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fwts";
|
||||
version = "24.09.00";
|
||||
version = "25.09.00";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
|
||||
hash = "sha256-ZJSlx8O38e7bJYTgZacayslr28TLHHJsISXq9Uzsnyc=";
|
||||
url = "https://fwts.ubuntu.com/release/fwts-V${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-OJI2O9MptckmGj4rTrh9haIGaXJOO3er59yIorbgSVw=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/fwts-${finalAttrs.version}";
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
@@ -64,4 +66,4 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ tadfisher ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
kernelModuleMakeFlags,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fwts-efi-runtime";
|
||||
version = "${fwts.version}-${kernel.version}";
|
||||
|
||||
inherit (fwts) src;
|
||||
|
||||
sourceRoot = "${src.name}/efi_runtime";
|
||||
sourceRoot = "${fwts.sourceRoot}/efi_runtime";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile --replace \
|
||||
@@ -34,4 +34,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user