lapce: disable updater

This commit is contained in:
Philip Wilk 2023-06-23 04:13:07 +01:00
parent f18eea4fb3
commit 2e4f8554d2
No known key found for this signature in database
GPG key ID: 2E2541A105355124

View file

@ -84,6 +84,10 @@ rustPlatform.buildRustPackage rec {
};
};
postPatch = ''
substituteInPlace lapce-ui/Cargo.toml --replace ", \"lapce-data/updater\"" ""
'';
nativeBuildInputs = [
cmake
pkg-config