forked from mirrors/nixpkgs
truecrack: doesn't build with cudaSupport
This commit is contained in:
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 ];
|
||||
|
|
Loading…
Reference in a new issue