gnome.evince: Change meta.platforms to unix

Builds fine on x86_64-darwin
This commit is contained in:
OPNA2608 2023-07-01 12:21:37 +02:00
parent 03b3056f25
commit ca65297f31

View file

@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = teams.gnome.members ++ teams.pantheon.members;
};
}