efibootmgr: cleanup
This commit is contained in:
parent
892740fe2f
commit
3b206f98f9
@ -9,22 +9,21 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ efivar popt ];
|
buildInputs = [ efivar popt ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rhinstaller";
|
owner = "rhboot";
|
||||||
repo = "efibootmgr";
|
repo = "efibootmgr";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0z7h1dirp8za6lbbf4f3dzn7l1px891rdymhkbqc10yj6gi1jpqp";
|
sha256 = "0z7h1dirp8za6lbbf4f3dzn7l1px891rdymhkbqc10yj6gi1jpqp";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${efivar}/include/efivar";
|
|
||||||
|
|
||||||
makeFlags = [ "EFIDIR=nixos" ];
|
makeFlags = [ "EFIDIR=nixos" ];
|
||||||
|
|
||||||
installFlags = [ "prefix=$(out)" ];
|
installFlags = [ "prefix=$(out)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";
|
description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";
|
||||||
homepage = https://github.com/rhinstaller/efibootmgr;
|
homepage = https://github.com/rhboot/efibootmgr;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user