Loading pkgs/development/libraries/gtksourceview/5.x.nix +6 −4 Original line number Diff line number Diff line Loading @@ -86,7 +86,9 @@ stdenv.mkDerivation rec { checkPhase = '' runHook preCheck env \ XDG_DATA_DIRS="$XDG_DATA_DIRS:${shared-mime-info}/share" \ GTK_A11Y=none \ xvfb-run -s '-screen 0 800x600x24' dbus-run-session \ --config-file=${dbus}/share/dbus-1/session.conf \ meson test --no-rebuild --print-errorlogs Loading pkgs/development/libraries/libshumate/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,10 @@ stdenv.mkDerivation rec { checkPhase = '' runHook preCheck HOME=$TMPDIR xvfb-run meson test --print-errorlogs env \ HOME="$TMPDIR" \ GTK_A11Y=none \ xvfb-run meson test --print-errorlogs runHook postCheck ''; Loading Loading
pkgs/development/libraries/gtksourceview/5.x.nix +6 −4 Original line number Diff line number Diff line Loading @@ -86,7 +86,9 @@ stdenv.mkDerivation rec { checkPhase = '' runHook preCheck env \ XDG_DATA_DIRS="$XDG_DATA_DIRS:${shared-mime-info}/share" \ GTK_A11Y=none \ xvfb-run -s '-screen 0 800x600x24' dbus-run-session \ --config-file=${dbus}/share/dbus-1/session.conf \ meson test --no-rebuild --print-errorlogs Loading
pkgs/development/libraries/libshumate/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,10 @@ stdenv.mkDerivation rec { checkPhase = '' runHook preCheck HOME=$TMPDIR xvfb-run meson test --print-errorlogs env \ HOME="$TMPDIR" \ GTK_A11Y=none \ xvfb-run meson test --print-errorlogs runHook postCheck ''; Loading