lapce: disable updater
This commit is contained in:
parent
f18eea4fb3
commit
2e4f8554d2
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace lapce-ui/Cargo.toml --replace ", \"lapce-data/updater\"" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue