lol

gnuk: switch to python3

+3 -3
+3 -3
pkgs/misc/gnuk/generic.nix
··· 1 1 { lib, stdenv, gcc-arm-embedded, binutils-arm-embedded, makeWrapper 2 - , python2Packages 2 + , python3Packages 3 3 4 4 # Extra options 5 5 , device ? "fsij", vid ? "234b", pid ? "0000" ··· 15 15 inherit src; 16 16 17 17 nativeBuildInputs = [ gcc-arm-embedded binutils-arm-embedded makeWrapper ]; 18 - buildInputs = with python2Packages; [ python pyusb colorama ]; 18 + buildInputs = with python3Packages; [ python pyusb colorama ]; 19 19 20 20 configurePhase = '' 21 21 cd src ··· 44 44 ''; 45 45 46 46 meta = with lib; { 47 - homepage = "http://www.fsij.org/pages/gnuk"; 47 + homepage = "https://www.fsij.org/doc-gnuk/"; 48 48 description = "An implementation of USB cryptographic token for gpg"; 49 49 license = licenses.gpl3; 50 50 platforms = with platforms; linux;