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
|
@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Device that allows access to Linux kernel cryptographic drivers";
|
description = "Device that allows access to Linux kernel cryptographic drivers";
|
||||||
homepage = http://home.gna.org/cryptodev-linux/;
|
homepage = http://home.gna.org/cryptodev-linux/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = !stdenv.lib.versionOlder kernel.version "4.9";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue