qtforkawesome: Add Darwin to supported platforms

This commit is contained in:
waelwindows 2023-04-15 02:17:58 +03:00
parent 1dffb0f917
commit e0eec9aed4

View file

@ -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;
};
}