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/";
|
homepage = "https://motion-project.github.io/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ puffnfresh veprbl ];
|
maintainers = with maintainers; [ puffnfresh veprbl ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user