john: disable aarch64
This commit is contained in:
parent
07ee2b907d
commit
7ac652df4b
@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = https://github.com/magnumripper/JohnTheRipper/;
|
homepage = https://github.com/magnumripper/JohnTheRipper/;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = platforms.unix;
|
platforms = [ "x86_64-linux" "x86_64-darwin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user