Merge pull request #95340 from DIzFer/targetcli-py3

targetcli: build with python3

authored by Maximilian Bosch and committed by GitHub e5e74986 5bb50d68

+3 -3
+3 -3
pkgs/os-specific/linux/targetcli/default.nix
··· 1 - { stdenv, python, fetchFromGitHub }: 2 3 - python.pkgs.buildPythonApplication rec { 4 pname = "targetcli"; 5 version = "2.1.53"; 6 ··· 11 sha256 = "1qrq7y5hnghzbxgrxgl153n8jlhw31kqjbr93jsvlvhz5b3ci750"; 12 }; 13 14 - propagatedBuildInputs = with python.pkgs; [ configshell rtslib ]; 15 16 postInstall = '' 17 install -D targetcli.8 -t $out/share/man/man8/
··· 1 + { stdenv, python3, fetchFromGitHub }: 2 3 + python3.pkgs.buildPythonApplication rec { 4 pname = "targetcli"; 5 version = "2.1.53"; 6 ··· 11 sha256 = "1qrq7y5hnghzbxgrxgl153n8jlhw31kqjbr93jsvlvhz5b3ci750"; 12 }; 13 14 + propagatedBuildInputs = with python3.pkgs; [ configshell rtslib ]; 15 16 postInstall = '' 17 install -D targetcli.8 -t $out/share/man/man8/