blueprint-compiler: add darwin support

+3 -2
+3 -2
pkgs/development/compilers/blueprint/default.nix
··· 44 44 xvfb-run 45 45 ]; 46 46 47 - doCheck = true; 47 + # requires xvfb-run 48 + doCheck = !stdenv.isDarwin; 48 49 49 50 checkPhase = '' 50 51 runHook preCheck ··· 65 66 homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler"; 66 67 license = licenses.lgpl3Plus; 67 68 maintainers = with maintainers; [ benediktbroich paveloom ranfdev ]; 68 - platforms = platforms.linux; 69 + platforms = platforms.unix; 69 70 }; 70 71 })