Revert "efivar: fix build after #15449"
This reverts commit 21d09bcb717de1f618f47a4d23989a5f5617575a.
This commit is contained in:
parent
21d09bcb71
commit
0a8d1627ec
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, popt, linuxHeaders }:
|
{ stdenv, fetchFromGitHub, pkgconfig, popt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "efivar-${version}";
|
name = "efivar-${version}";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ popt linuxHeaders ];
|
buildInputs = [ popt ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src/Makefile --replace "-static" ""
|
substituteInPlace src/Makefile --replace "-static" ""
|
||||||
|
@ -1398,9 +1398,7 @@ in
|
|||||||
|
|
||||||
efibootmgr = callPackage ../tools/system/efibootmgr { };
|
efibootmgr = callPackage ../tools/system/efibootmgr { };
|
||||||
|
|
||||||
efivar = callPackage ../tools/system/efivar {
|
efivar = callPackage ../tools/system/efivar { };
|
||||||
linuxHeaders = linuxHeaders_3_18;
|
|
||||||
};
|
|
||||||
|
|
||||||
evemu = callPackage ../tools/system/evemu { };
|
evemu = callPackage ../tools/system/evemu { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user