summary refs log tree commit diff
path: root/pkgs/applications/office/roam-research/linux.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-10-05 03:03:21 +0300
committerArtturin <Artturin@artturin.com>2023-10-05 03:03:21 +0300
commite1004162a9a51711afa65ce9a8a728a015b04600 (patch)
tree281e53d30c143ad39ef916c0dc700b1eed92ba98 /pkgs/applications/office/roam-research/linux.nix
parent2d97d78d9d55206063c5706545ead788f9a52b0a (diff)
downloadnixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.tar
nixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.tar.gz
nixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.tar.bz2
nixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.tar.lz
nixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.tar.xz
nixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.tar.zst
nixpkgs-e1004162a9a51711afa65ce9a8a728a015b04600.zip
roam-research: add reason why patchelf is not used
Diffstat (limited to 'pkgs/applications/office/roam-research/linux.nix')
-rw-r--r--pkgs/applications/office/roam-research/linux.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/office/roam-research/linux.nix b/pkgs/applications/office/roam-research/linux.nix
index 646ec762b2d..5873bcfdd19 100644
--- a/pkgs/applications/office/roam-research/linux.nix
+++ b/pkgs/applications/office/roam-research/linux.nix
@@ -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/";