mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
logseq: fix electron version (#340427)
This commit is contained in:
commit
4a27264a9a
|
@ -5545,11 +5545,6 @@ with pkgs;
|
|||
|
||||
loccount = callPackage ../development/tools/misc/loccount { };
|
||||
|
||||
logseq = callPackage ../by-name/lo/logseq/package.nix {
|
||||
# electron version from: https://github.com/logseq/logseq/blob/0.10.9/package.json#L116
|
||||
electron = electron_27;
|
||||
};
|
||||
|
||||
long-shebang = callPackage ../misc/long-shebang { };
|
||||
|
||||
lssecret = callPackage ../misc/lssecret {};
|
||||
|
|
Loading…
Reference in a new issue