From 650f0824310fb3b70dd5bfa259fc28aedae877c5 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 25 Aug 2022 22:38:10 +0200 Subject: 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 Change-Id: I683eb0459404738a501a57d4301a90a6e3b46f93 Reviewed-on: https://review.coreboot.org/c/flashrom/+/67087 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Thomas Heijligen --- util/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/shell.nix b/util/shell.nix index 906e1fc9..987777c3 100644 --- a/util/shell.nix +++ b/util/shell.nix @@ -5,6 +5,8 @@ stdenv.mkDerivation { buildInputs = [ cmocka + gcc + gnumake libftdi1 libjaylink libusb1 -- cgit v1.2.3