gtkmm4: skip check on darwin

successfully built

gtkmm4: improved

Delete pkgs/development/libraries/ncine directory
This commit is contained in:
2gn
2022-08-23 22:38:20 +09:00
parent 7efdfc2a59
commit b5d8f6eaba
+2 -2
View File
@@ -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