11 python3.pkgs.buildPythonApplication rec {
15 src = fetchFromGitHub {
19 hash = "sha256-9QYo7jGk9iWr26j0qPQCqYsJ+vLXAsO4Xs7+7VT9/yc=";
26 buildInputs = [ glib ];
28 propagatedBuildInputs = with python3.pkgs; [
35 install -D targetcli.8 -t $out/share/man/man8/
36 install -D targetclid.8 -t $out/share/man/man8/
40 inherit (nixosTests) iscsi-root;
44 description = "Command shell for managing the Linux LIO kernel target";
45 homepage = "https://github.com/open-iscsi/targetcli-fb";
46 license = licenses.asl20;
48 platforms = platforms.linux;