octoprint: fix octoprint plugin build

This commit is contained in:
tri-ler
2025-04-26 16:47:11 -04:00
parent fc4dfa1ca0
commit 63fd59fdcd
+1 -1
View File
@@ -16,7 +16,7 @@ let
// {
pname = "octoprint-plugin-${args.pname}";
inherit (args) version;
propagatedBuildInputs = (args.propagatedBuildInputs or [ ]) ++ [ self.octoprint ];
propagatedBuildInputs = (args.propagatedBuildInputs or [ ]) ++ [ super.octoprint ];
# none of the following have tests
doCheck = false;
}