gtksourceview: fix version 3 on macOS

Add darwin to the list of supported platforms for gtksourceview.
This commit is contained in:
Hamish Mackenzie 2017-04-10 23:17:16 -07:00
parent da1d13bc07
commit 5dfe0f7ee6

View file

@ -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;
};
}