qtforkawesome: Add Darwin to supported platforms

This commit is contained in:
waelwindows
2023-04-16 16:48:03 +03:00
parent 1dffb0f917
commit e0eec9aed4
@@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
description = "Library that bundles ForkAwesome for use within Qt applications";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}