Skip to content

Commit

Permalink
gtkmm4: skip check on darwin
Browse files Browse the repository at this point in the history
successfully built

gtkmm4: improved

Delete pkgs/development/libraries/ncine directory
  • Loading branch information
2gn committed Aug 23, 2022
1 parent 7efdfc2 commit b5d8f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtkmm/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
pangomm_2_48
];

checkInputs = [
checkInputs = lib.optionals (!stdenv.isDarwin)[
xvfb-run
];

Expand All @@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
checkPhase = ''
runHook preCheck
xvfb-run -s '-screen 0 800x600x24' \
${lib.optionalString (!stdenv.isDarwin) "xvfb-run -s '-screen 0 800x600x24'"} \
meson test --print-errorlogs
runHook postCheck
Expand Down

0 comments on commit b5d8f6e

Please sign in to comment.