Merge pull request #258360 from FliegendeWurst/raspberrypi-eeprom-awk

raspberrypi-eeprom: add awk to wrapper
This commit is contained in:
Nick Cao 2023-10-01 10:21:30 -04:00 committed by GitHub
commit c2c61e5dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ stdenvNoCC, lib, fetchFromGitHub, makeWrapper
, python3, binutils-unwrapped, findutils, kmod, pciutils, libraspberrypi
, python3, binutils-unwrapped, findutils, gawk, kmod, pciutils, libraspberrypi
}:
stdenvNoCC.mkDerivation rec {
pname = "raspberrypi-eeprom";
@ -40,6 +40,7 @@ stdenvNoCC.mkDerivation rec {
--prefix PATH : "${lib.makeBinPath ([
binutils-unwrapped
findutils
gawk
kmod
pciutils
(placeholder "out")