mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
motion: add meta.platforms
This commit is contained in:
parent
f84294c787
commit
a598665c4c
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://motion-project.github.io/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ puffnfresh veprbl ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user