electron: fix wrapGAppsHook usage

This commit is contained in:
Pavol Rusnak
2020-04-11 21:56:31 +02:00
parent 3abd151f8e
commit 96f52cb22b
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, libXScrnSaver, makeWrapper, fetchurl, wrapGAppsHook, gtk3, unzip, atomEnv, libuuid, at-spi2-atk, at-spi2-core }@args:
{ stdenv, libXScrnSaver, makeWrapper, fetchurl, wrapGAppsHook, glib, gtk3, unzip, atomEnv, libuuid, at-spi2-atk, at-spi2-core }@args:
let
mkElectron = import ./generic.nix args;