mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cryptodev: mark as broken for kernels >4.4
All builds for kernels above 4.4 fail; there is no newer upstream version.
This commit is contained in:
parent
441ad3a804
commit
7f31a8e359
1 changed files with 2 additions and 0 deletions
|
@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Device that allows access to Linux kernel cryptographic drivers";
|
||||
homepage = http://home.gna.org/cryptodev-linux/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = !stdenv.lib.versionOlder kernel.version "4.9";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue