mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linuxPackages.ena: mark broken on Linux 5.15
This commit is contained in:
parent
b21b1b7c64
commit
768c8ca162
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = kernel.kernelOlder "4.5";
|
broken = kernel.kernelOlder "4.5" || kernel.kernelAtLeast "5.15";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue