lol

gnuk: switch to python3

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