qtutilities: Add Darwin to supported platforms
This commit is contained in:
parent
8e3b74171d
commit
1dffb0f917
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Common Qt related C++ classes and routines used by @Martchus' applications such as dialogs, widgets and models Topics";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue