3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #128476 from danielfullmer/octoprint-websocket-six

octoprint: add missing dependency to websocket-client
This commit is contained in:
Sandro 2021-06-30 23:31:29 +02:00 committed by GitHub
commit c47dc84f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ let
inherit version;
sha256 = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f";
};
propagatedBuildInputs = [ self.six ];
}
);
}