mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = !stdenv.lib.versionOlder kernel.version "4.13";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user