mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
logseq: pin electron to electron_39 to fix plugin loading
This commit is contained in:
@@ -22,10 +22,13 @@
|
||||
xcbuild,
|
||||
zip,
|
||||
|
||||
electron,
|
||||
electron_39,
|
||||
git,
|
||||
}:
|
||||
|
||||
let
|
||||
electron = electron_39;
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "logseq";
|
||||
version = "0.10.15";
|
||||
|
||||
Reference in New Issue
Block a user