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:
Joachim Fasting 2017-03-02 15:52:17 +01:00
parent 441ad3a804
commit 7f31a8e359
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -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";
};
}