libunity: init at 6.12.0
This commit is contained in:
parent
e0ee6dc8fc
commit
a8f5991db7
27
pkgs/development/libraries/libunity/default.nix
Normal file
27
pkgs/development/libraries/libunity/default.nix
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{ stdenv, fetchurl, vala, python, intltool, pkgconfig
|
||||||
|
, glib, libgee_0_6, gtk3, dee, libdbusmenu-glib
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "libunity-${version}";
|
||||||
|
version = "6.12.0";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://launchpad.net/libunity/6.0/${version}/+download/${name}.tar.gz";
|
||||||
|
sha256 = "1nadapl3390x98q1wv2yarh60hzi7ck0d1s8zz9xsiq3zz6msbjd";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ glib libgee_0_6 gtk3 ];
|
||||||
|
propagatedBuildInputs = [ dee libdbusmenu-glib ];
|
||||||
|
nativeBuildInputs = [ vala python intltool pkgconfig ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A library for instrumenting- and integrating with all aspects of the Unity shell";
|
||||||
|
homepage = "https://launchpad.net/libunity";
|
||||||
|
license = licenses.lgpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
};
|
||||||
|
}
|
@ -7906,6 +7906,8 @@ in
|
|||||||
|
|
||||||
libu2f-server = callPackage ../development/libraries/libu2f-server { };
|
libu2f-server = callPackage ../development/libraries/libu2f-server { };
|
||||||
|
|
||||||
|
libunity = callPackage ../development/libraries/libunity { };
|
||||||
|
|
||||||
libunistring = callPackage ../development/libraries/libunistring { };
|
libunistring = callPackage ../development/libraries/libunistring { };
|
||||||
|
|
||||||
libupnp = callPackage ../development/libraries/pupnp { };
|
libupnp = callPackage ../development/libraries/pupnp { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user