Add libgtop
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33343
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ stdenv, fetchurl, glib, pkgconfig, perl, intltool }:
|
||||
stdenv.mkDerivation {
|
||||
name = "libgtop-2.28.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/libgtop/2.28/libgtop-2.28.4.tar.xz;
|
||||
sha256 = "1n71mg82k8m7p6kh06vgb1hk4y9cqwk1lva53pl7w9j02pyrqqdn";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ glib ];
|
||||
buildNativeInputs = [ pkgconfig perl intltool ];
|
||||
}
|
||||
Reference in New Issue
Block a user