evolution-data-server: restrict meta.platforms
This commit is contained in:
parent
a633b5fb12
commit
3bccc23ed9
@ -179,6 +179,6 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/${version}/NEWS?ref_type=tags";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux; # requires libuuid
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user