octoprint: fix overlay composition

This commit is contained in:
Majiir Paktu 2023-01-13 23:24:01 -05:00
parent b297a88a9f
commit 5c79c4289a

View File

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