extra-cmake-modules: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 16:41:49 -05:00
parent 6d9ca46317
commit 9f4f4f006b
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ kdeFramework {
setupHook = ./setup-hook.sh;
meta = with lib; {
platforms = lib.platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
homepage = "http://www.kde.org";
license = licenses.bsd2;
maintainers = [ maintainers.ttuegel ];