Commit e1004162 authored by Artturin's avatar Artturin
Browse files

roam-research: add reason why patchelf is not used

parent 2d97d78d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,7 +59,9 @@ in stdenv.mkDerivation rec {
      --replace "/opt/Roam Research/roam-research" "roam-research"
  '';

  # autoPatchelfHook/patchelf are not used because they cause the binary to coredump.
  dontPatchELF = true;

  meta = with lib; {
    description = "A note-taking tool for networked thought";
    homepage = "https://roamresearch.com/";