mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #258360 from FliegendeWurst/raspberrypi-eeprom-awk
raspberrypi-eeprom: add awk to wrapper
This commit is contained in:
commit
c2c61e5dbc
@ -1,5 +1,5 @@
|
|||||||
{ stdenvNoCC, lib, fetchFromGitHub, makeWrapper
|
{ stdenvNoCC, lib, fetchFromGitHub, makeWrapper
|
||||||
, python3, binutils-unwrapped, findutils, kmod, pciutils, libraspberrypi
|
, python3, binutils-unwrapped, findutils, gawk, kmod, pciutils, libraspberrypi
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "raspberrypi-eeprom";
|
pname = "raspberrypi-eeprom";
|
||||||
@ -40,6 +40,7 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
--prefix PATH : "${lib.makeBinPath ([
|
--prefix PATH : "${lib.makeBinPath ([
|
||||||
binutils-unwrapped
|
binutils-unwrapped
|
||||||
findutils
|
findutils
|
||||||
|
gawk
|
||||||
kmod
|
kmod
|
||||||
pciutils
|
pciutils
|
||||||
(placeholder "out")
|
(placeholder "out")
|
||||||
|
Loading…
Reference in New Issue
Block a user