gtkmm4: skip check on darwin
successfully built gtkmm4: improved Delete pkgs/development/libraries/ncine directory
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
pangomm_2_48
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
checkInputs = lib.optionals (!stdenv.isDarwin)[
|
||||
xvfb-run
|
||||
];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user