zipline: set NODE_PATH for sharp (#495774)

This commit is contained in:
Felix Bargfeldt
2026-03-02 14:33:44 +00:00
committed by GitHub
+1
View File
@@ -75,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
env = environment // {
DATABASE_URL = "dummy";
NODE_PATH = "${node-gyp}/lib/node_modules";
};
buildPhase = ''