Merge pull request #121424 from dotlambda/ophis-fix

ophis: fix build
This commit is contained in:
Anderson Torres
2021-05-02 14:58:43 -03:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ buildPythonApplication rec {
sha256 = "2x8vwLTSngqQqmVrVh/mM4peATgaRqOSwrfm5XCkg/g=";
};
sourceRoot = "./src";
sourceRoot = "${src.name}/src";
meta = with lib; {
homepage = "http://michaelcmartin.github.io/Ophis/";