Unverified Commit f17378b5 authored by emilylange's avatar emilylange
Browse files

electron-bin: copy over fixes from electron-source

Ref: 461a23c7
Ref: 04434396
Ref: 6a0cf40c
Ref: 280c094f
Ref: 92a45273
Ref: 8e7a0982
Ref: 99515b5c
parent 3670ca87
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  wrapGAppsHook3,
  glib,
  gtk3,
  gtk4,
  unzip,
  at-spi2-atk,
  libdrm,
@@ -26,6 +27,11 @@
  pango,
  systemd,
  pciutils,
  libnotify,
  pipewire,
  libsecret,
  libpulseaudio,
  speechd-minimal,
}:

version: hashes:
@@ -93,6 +99,7 @@ let
    gdk-pixbuf
    glib
    gtk3
    gtk4
    nss
    nspr
    xorg.libX11
@@ -107,6 +114,11 @@ let
    pciutils
    stdenv.cc.cc
    systemd
    libnotify
    pipewire
    libsecret
    libpulseaudio
    speechd-minimal
    libdrm
    libgbm
    libxkbcommon
@@ -126,6 +138,7 @@ let
    buildInputs = [
      glib
      gtk3
      gtk4
    ];

    nativeBuildInputs = [