penpot-desktop: pin electron to electron_37

Currently does not build with electron_38
This commit is contained in:
teutat3s
2025-09-25 17:55:56 +02:00
parent 1216c5fd95
commit 26ee247831

View File

@@ -2,7 +2,7 @@
lib,
buildNpmPackage,
copyDesktopItems,
electron,
electron_37,
fetchFromGitHub,
jq,
makeDesktopItem,
@@ -15,6 +15,7 @@ let
description = "Unofficial desktop application for the open-source design tool, Penpot";
icon = "penpot";
nodejs = nodejs_24;
electron = electron_37;
in
buildNpmPackage rec {
pname = "penpot-desktop";