1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

util/shell.nix: Explicitly install gnumake and GCC packages

Even if both packages are provided by stdenv, add the packages gnumake
and GCC to buildInputs so that the list of (build-) dependencies is
complete.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: I683eb0459404738a501a57d4301a90a6e3b46f93
Reviewed-on: https://review.coreboot.org/c/flashrom/+/67087
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Thomas Heijligen <src@posteo.de>
This commit is contained in:
Felix Singer 2022-08-25 22:38:10 +02:00 committed by Anastasia Klimchuk
parent c9db744f78
commit 650f082431

View File

@ -5,6 +5,8 @@ stdenv.mkDerivation {
buildInputs = [
cmocka
gcc
gnumake
libftdi1
libjaylink
libusb1