linuxPackages.cryptodev: Mark broken on >= 4.13
https://hydra.nixos.org/build/61470492
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user