opera: add at-spi2-core to RPATH

This commit is contained in:
Renaud
2019-05-05 19:10:40 +02:00
committed by GitHub
parent 3037de0054
commit 1a25840733
@@ -34,6 +34,7 @@
, stdenv , stdenv
, systemd , systemd
, at-spi2-atk , at-spi2-atk
, at-spi2-core
}: }:
let let
@@ -86,6 +87,7 @@ let
libpulseaudio.out libpulseaudio.out
at-spi2-atk at-spi2-atk
at-spi2-core
]; ];
in stdenv.mkDerivation { in stdenv.mkDerivation {