gtksourceviewmm: Enable building on Darwin
This commit is contained in:
parent
967beef69f
commit
ce49003814
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glibmm gtkmm3 gtksourceview3 ];
|
||||
|
||||
meta = with lib; {
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
homepage = "https://developer.gnome.org/gtksourceviewmm/";
|
||||
description = "C++ wrapper for gtksourceview";
|
||||
license = licenses.lgpl2;
|
||||
|
Loading…
Reference in New Issue
Block a user