Loading nixos/modules/services/networking/iscsi/target.nix +2 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ in wantedBy = [ "multi-user.target" ]; serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.python3.pkgs.rtslib}/bin/targetctl restore"; ExecStop = "${pkgs.python3.pkgs.rtslib}/bin/targetctl clear"; ExecStart = "${lib.getExe pkgs.python3Packages.rtslib-fb} restore"; ExecStop = "${lib.getExe pkgs.python3Packages.rtslib-fb} clear"; RemainAfterExit = "yes"; }; }; Loading pkgs/by-name/ta/targetcli/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec { propagatedBuildInputs = with python3.pkgs; [ configshell rtslib rtslib-fb pygobject3 ]; Loading pkgs/development/python-modules/rtslib/default.nix→pkgs/development/python-modules/rtslib-fb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: buildPythonPackage rec { pname = "rtslib"; pname = "rtslib-fb"; version = "2.2.2"; pyproject = true; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "open-iscsi"; repo = "${pname}-fb"; repo = "rtslib-fb"; tag = "v${version}"; hash = "sha256-FuXO/yGZBR+QRvB5s1tE77hjnisSfjjHSCPLvGJOYdM="; }; Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -647,6 +647,7 @@ mapAliases ({ ronin = throw "ronin has been removed because it was unmaintained since 2018"; # added 2024-08-21 ROPGadget = ropgadget; # added 2021-07-06 rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01 rtslib = rtslib-fb; # added 2025-03-14 ruamel_base = ruamel-base; # added 2021-11-01 ruamel_yaml = ruamel-yaml; # added 2021-11-01 ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14696,7 +14696,7 @@ self: super: with self; { inherit (pkgs) libspatialindex; }; rtslib = callPackage ../development/python-modules/rtslib { }; rtslib-fb = callPackage ../development/python-modules/rtslib-fb { }; rtsp-to-webrtc = callPackage ../development/python-modules/rtsp-to-webrtc { }; Loading
nixos/modules/services/networking/iscsi/target.nix +2 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ in wantedBy = [ "multi-user.target" ]; serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.python3.pkgs.rtslib}/bin/targetctl restore"; ExecStop = "${pkgs.python3.pkgs.rtslib}/bin/targetctl clear"; ExecStart = "${lib.getExe pkgs.python3Packages.rtslib-fb} restore"; ExecStop = "${lib.getExe pkgs.python3Packages.rtslib-fb} clear"; RemainAfterExit = "yes"; }; }; Loading
pkgs/by-name/ta/targetcli/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec { propagatedBuildInputs = with python3.pkgs; [ configshell rtslib rtslib-fb pygobject3 ]; Loading
pkgs/development/python-modules/rtslib/default.nix→pkgs/development/python-modules/rtslib-fb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: buildPythonPackage rec { pname = "rtslib"; pname = "rtslib-fb"; version = "2.2.2"; pyproject = true; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "open-iscsi"; repo = "${pname}-fb"; repo = "rtslib-fb"; tag = "v${version}"; hash = "sha256-FuXO/yGZBR+QRvB5s1tE77hjnisSfjjHSCPLvGJOYdM="; }; Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -647,6 +647,7 @@ mapAliases ({ ronin = throw "ronin has been removed because it was unmaintained since 2018"; # added 2024-08-21 ROPGadget = ropgadget; # added 2021-07-06 rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01 rtslib = rtslib-fb; # added 2025-03-14 ruamel_base = ruamel-base; # added 2021-11-01 ruamel_yaml = ruamel-yaml; # added 2021-11-01 ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14696,7 +14696,7 @@ self: super: with self; { inherit (pkgs) libspatialindex; }; rtslib = callPackage ../development/python-modules/rtslib { }; rtslib-fb = callPackage ../development/python-modules/rtslib-fb { }; rtsp-to-webrtc = callPackage ../development/python-modules/rtsp-to-webrtc { };