mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
efivar: fix cross compilation
This commit is contained in:
parent
24865963f0
commit
a5a239ca2d
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, pkgconfig, popt }:
|
||||
{ stdenv, buildPackages, fetchFromGitHub, pkgconfig, popt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "efivar-${version}";
|
||||
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ popt ];
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
|
||||
makeFlags = [
|
||||
"prefix=$(out)"
|
||||
|
Loading…
Reference in New Issue
Block a user