pktgen: stdenv -> gcc10Stdenv
This commit is contained in:
parent
533171bfff
commit
8297eeacda
1 changed files with 1 additions and 1 deletions
|
@ -23627,7 +23627,7 @@ with pkgs;
|
|||
|
||||
pipework = callPackage ../os-specific/linux/pipework { };
|
||||
|
||||
pktgen = callPackage ../os-specific/linux/pktgen { };
|
||||
pktgen = callPackage ../os-specific/linux/pktgen { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
plymouth = callPackage ../os-specific/linux/plymouth { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue