about summary refs log tree commit diff
path: root/pkgs/applications/editors/lapce
diff options
context:
space:
mode:
authorPhilip Wilk <wiryfuture@gmail.com>2023-06-23 04:13:07 +0100
committerPhilip Wilk <wiryfuture@gmail.com>2023-06-23 04:13:07 +0100
commit2e4f8554d2ae1d2785e369ade41bbea5cc4fced8 (patch)
treea78a23845373fc82a937303771c93372d59f16e8 /pkgs/applications/editors/lapce
parentf18eea4fb3c5125c2414c5d3f1e8f29644bb9d95 (diff)
lapce: disable updater
Diffstat (limited to 'pkgs/applications/editors/lapce')
-rw-r--r--pkgs/applications/editors/lapce/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/lapce/default.nix b/pkgs/applications/editors/lapce/default.nix
index 01ae7308ee064..d06647579b9aa 100644
--- a/pkgs/applications/editors/lapce/default.nix
+++ b/pkgs/applications/editors/lapce/default.nix
@@ -84,6 +84,10 @@ rustPlatform.buildRustPackage rec {
     };
   };
 
+  postPatch = ''
+    substituteInPlace lapce-ui/Cargo.toml --replace ", \"lapce-data/updater\"" ""
+  '';
+
   nativeBuildInputs = [
     cmake
     pkg-config