Skip to content

Commit

Permalink
brave: add at-spi2-core
Browse files Browse the repository at this point in the history
Also correct the style.
  • Loading branch information
worldofpeace committed Dec 19, 2018
1 parent 825c7d7 commit e3a931c
Showing 1 changed file with 41 additions and 39 deletions.
80 changes: 41 additions & 39 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
{ stdenv, lib, fetchurl,
dpkg,
alsaLib,
at-spi2-atk,
atk,
cairo,
cups,
dbus,
expat,
fontconfig,
freetype,
gdk_pixbuf,
glib,
gnome2,
gnome3,
gtk3,
libuuid,
libX11,
libXcomposite,
libXcursor,
libXdamage,
libXext,
libXfixes,
libXi,
libXrandr,
libXrender,
libXScrnSaver,
libXtst,
nspr,
nss,
pango,
udev,
xorg,
zlib,
xdg_utils,
wrapGAppsHook
{ stdenv, lib, fetchurl
, dpkg
, alsaLib
, at-spi2-atk
, at-spi2-core
, atk
, cairo
, cups
, dbus
, expat
, fontconfig
, freetype
, gdk_pixbuf
, glib
, gnome2
, gnome3
, gtk3
, libuuid
, libX11
, libXcomposite
, libXcursor
, libXdamage
, libXext
, libXfixes
, libXi
, libXrandr
, libXrender
, libXScrnSaver
, libXtst
, nspr
, nss
, pango
, udev
, xorg
, zlib
, xdg_utils
, wrapGAppsHook
}:

let rpath = lib.makeLibraryPath [
alsaLib
at-spi2-atk
at-spi2-core
atk
cairo
cups
Expand All @@ -50,8 +52,8 @@ let rpath = lib.makeLibraryPath [
glib
gnome2.GConf
gtk3
libuuid
libX11
libXScrnSaver
libXcomposite
libXcursor
libXdamage
Expand All @@ -60,15 +62,15 @@ let rpath = lib.makeLibraryPath [
libXi
libXrandr
libXrender
libXScrnSaver
libXtst
libuuid
nspr
nss
pango
udev
xdg_utils
xorg.libxcb
zlib
xdg_utils
];


Expand Down

0 comments on commit e3a931c

Please sign in to comment.