Unverified Commit 1c6fe652 authored by Maximilian Marx's avatar Maximilian Marx
Browse files

logseq: patch pre-built node modules

parent db8fa111
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, makeWrapper
# graphs will not sync without matching upstream's major electron version
, electron_27
, autoPatchelfHook
, git
, nix-update-script
}:
@@ -30,7 +31,8 @@ in {
  dontConfigure = true;
  dontBuild = true;

  nativeBuildInputs = [ makeWrapper ];
  nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
  buildInputs = [ stdenv.cc.cc.lib ];

  installPhase = ''
    runHook preInstall