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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {