octoprint: fix octoprint plugin build
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user