added meta information
This commit is contained in:
parent
2d31046a40
commit
6a7d82d000
@ -33,10 +33,11 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "GTK Manager for an Apple ipod";
|
description = "GTK Manager for an Apple ipod";
|
||||||
homepage = http://gtkpod.sourceforge.net;
|
homepage = http://gtkpod.sourceforge.net;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.skeidel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,4 +18,11 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig flex bison gtk3 libxml2 gnome3.gjs gnome3.gdl
|
buildInputs = [ pkgconfig flex bison gtk3 libxml2 gnome3.gjs gnome3.gdl
|
||||||
gnome3.libgda gnome3.gtksourceview intltool itstool python ];
|
gnome3.libgda gnome3.gtksourceview intltool itstool python ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Software development studio";
|
||||||
|
homepage = http://anjuta.org/;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,4 +14,11 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libxml2 gtk3 intltool ];
|
buildInputs = [ pkgconfig libxml2 gtk3 intltool ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Gnome docking library";
|
||||||
|
homepage = https://developer.gnome.org/gdl/;
|
||||||
|
license = [ licenses.gpl2 ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,4 +20,11 @@ in stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ pkgconfig intltool itstool libxml2 gtk3 ];
|
buildInputs = [ pkgconfig intltool itstool libxml2 gtk3 ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Database access library";
|
||||||
|
homepage = http://www.gnome-db.org/;
|
||||||
|
license = [ licenses.lgpl2 licenses.gpl2 ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user