gtksourceview: fix version 3 on macOS
Add darwin to the list of supported platforms for gtksourceview.
This commit is contained in:
parent
da1d13bc07
commit
5dfe0f7ee6
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./nix_share_path.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = gnome3.maintainers;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user