vboot_reference: fix build (#18211)
This commit is contained in:
parent
29e1fb98a2
commit
0bdec3194a
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "14d3a93ha5k4al4ib43nyn1ppx7kgb12xw6mkflhx8nxmx8827nc";
|
sha256 = "14d3a93ha5k4al4ib43nyn1ppx7kgb12xw6mkflhx8nxmx8827nc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig openssl ] ++
|
buildInputs = [ pkgconfig openssl stdenv.cc.libc.static ] ++
|
||||||
(if libuuid == null
|
(if libuuid == null
|
||||||
then []
|
then []
|
||||||
else [ (stdenv.lib.overrideDerivation libuuid
|
else [ (stdenv.lib.overrideDerivation libuuid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user