Commit e0eec9ae authored by waelwindows's avatar waelwindows
Browse files

qtforkawesome: Add Darwin to supported platforms

parent 1dffb0f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}