Unverified Commit ce8de01c authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

zipline: set NODE_PATH for sharp (#495774)

parents 388c6687 f797c11c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: {

  env = environment // {
    DATABASE_URL = "dummy";
    NODE_PATH = "${node-gyp}/lib/node_modules";
  };

  buildPhase = ''