1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

vboot_reference: fix build (#18211)

This commit is contained in:
Kranium Gikos Mendoza 2016-09-02 18:13:00 +08:00 committed by Domen Kožar
parent 29e1fb98a2
commit 0bdec3194a

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "14d3a93ha5k4al4ib43nyn1ppx7kgb12xw6mkflhx8nxmx8827nc";
};
buildInputs = [ pkgconfig openssl ] ++
buildInputs = [ pkgconfig openssl stdenv.cc.libc.static ] ++
(if libuuid == null
then []
else [ (stdenv.lib.overrideDerivation libuuid