Loading pkgs/applications/misc/octoprint/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ let hash = "sha256-DCUesPy4/g7DYN/9CDRvwAWHcv4dFsF+gsysg5UWThQ="; }; propagatedBuildInputs = with super; [ propagatedBuildInputs = with self; [ argon2-cffi blinker cachelib Loading Loading @@ -136,7 +136,7 @@ let py.pkgs.appdirs ]; checkInputs = with super; [ checkInputs = with self; [ ddt mock pytestCheckHook Loading @@ -146,7 +146,7 @@ let # substitute pip and let it find out, that it can't write anywhere (substituteAll { src = ./pip-path.patch; pip = "${super.pip}/bin/pip"; pip = "${self.pip}/bin/pip"; }) # hardcore path to ffmpeg and hide related settings Loading Loading
pkgs/applications/misc/octoprint/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ let hash = "sha256-DCUesPy4/g7DYN/9CDRvwAWHcv4dFsF+gsysg5UWThQ="; }; propagatedBuildInputs = with super; [ propagatedBuildInputs = with self; [ argon2-cffi blinker cachelib Loading Loading @@ -136,7 +136,7 @@ let py.pkgs.appdirs ]; checkInputs = with super; [ checkInputs = with self; [ ddt mock pytestCheckHook Loading @@ -146,7 +146,7 @@ let # substitute pip and let it find out, that it can't write anywhere (substituteAll { src = ./pip-path.patch; pip = "${super.pip}/bin/pip"; pip = "${self.pip}/bin/pip"; }) # hardcore path to ffmpeg and hide related settings Loading