linuxPackages.dpdk: mark broken on Linux 5.18
This commit is contained in:
parent
fefb777b38
commit
9aa6f61df9
1 changed files with 1 additions and 0 deletions
|
@ -91,5 +91,6 @@ in stdenv.mkDerivation rec {
|
|||
license = with licenses; [ lgpl21 gpl2 bsd2 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ magenbluten orivej mic92 zhaofengli ];
|
||||
broken = mod && kernel.kernelAtLeast "5.18";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue