truecrack: doesn't build with cudaSupport

This commit is contained in:
Someone Serge
2022-04-06 00:44:36 +03:00
parent 3655e56e58
commit b1674bf9a5
@@ -33,6 +33,7 @@ gccStdenv.mkDerivation rec {
meta = with lib; {
description = "TrueCrack is a brute-force password cracker for TrueCrypt volumes. It works on Linux and it is optimized for Nvidia Cuda technology.";
homepage = "https://gitlab.com/kalilinux/packages/truecrack";
broken = cudaSupport;
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ethancedwards8 ];