mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
antidote: set meta.platforms
This commit is contained in:
parent
e665b892b3
commit
9096ecd69f
@ -29,5 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://getantidote.github.io/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.hitsmaxft ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user