commit
616511744b
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "D-Bus for .NET: GLib integration module";
|
description = "D-Bus for .NET: GLib integration module";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "D-Bus for .NET: GLib integration module";
|
description = "D-Bus for .NET: GLib integration module";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "D-Bus for .NET";
|
description = "D-Bus for .NET";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "D-Bus for .NET";
|
description = "D-Bus for .NET";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
|
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
platforms = platforms.x86_64;
|
platforms = platforms.x86_64;
|
||||||
|
license = licenses.publicDomain;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,9 +13,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ aspell glib hunspell hspell ];
|
buildInputs = [ aspell glib hunspell hspell ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Generic spell checking library";
|
description = "Generic spell checking library";
|
||||||
homepage = http://www.abisource.com/enchant;
|
homepage = http://www.abisource.com/enchant;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,10 +24,10 @@ in stdenv.mkDerivation rec {
|
|||||||
gst-plugins-good gst-plugins-bad gst-libav
|
gst-plugins-good gst-plugins-bad gst-libav
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.freedesktop.org/wiki/Software/Farstream;
|
homepage = https://www.freedesktop.org/wiki/Software/Farstream;
|
||||||
description = "Audio/Video Communications Framework formely known as farsight";
|
description = "Audio/Video Communications Framework formely known as farsight";
|
||||||
maintainers = [ ];
|
platforms = platforms.linux;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Library and utilities for processing GIFs";
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://live.gnome.org/GObjectIntrospection;
|
homepage = http://live.gnome.org/GObjectIntrospection;
|
||||||
maintainers = with maintainers; [ lovek323 lethalman ];
|
maintainers = with maintainers; [ lovek323 lethalman ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GObject introspection is a middleware layer between C libraries (using
|
GObject introspection is a middleware layer between C libraries (using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user