linuxPackages.cryptodev: Mark broken on >= 4.13
https://hydra.nixos.org/build/61470492
This commit is contained in:
parent
1ee60e98e2
commit
3e495bfd94
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
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;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = !stdenv.lib.versionOlder kernel.version "4.13";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user