Merge pull request #239274 from wiryfuture/lapce-disable-autoupdate

Lapce: Disable internal updater
This commit is contained in:
Nick Cao 2023-06-30 09:08:40 +08:00 committed by GitHub
commit 0a14499e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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