motion: add meta.platforms

gstqt5
Dmitry Kalinkin 2020-07-15 23:48:07 -04:00
parent f84294c787
commit a598665c4c
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
homepage = "https://motion-project.github.io/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ puffnfresh veprbl ];
platforms = platforms.unix;
};
}