1
0
Fork 1
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:
kirillrdy 2024-09-09 19:52:08 +10:00 committed by GitHub
commit 4a27264a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {};