nixpkgs/pkgs/desktops/gnome/libgtop.nix
Eelco Dolstra c6db5c80f9 * More Gnome stuff.
svn path=/nixpkgs/trunk/; revision=8190
2007-03-05 18:52:31 +00:00

12 lines
220 B
Nix

{ input, stdenv, fetchurl, gnome, pkgconfig, perl, perlXMLParser, popt
, gettext
}:
stdenv.mkDerivation {
inherit (input) name src;
buildInputs = [
pkgconfig perl perlXMLParser gnome.glib popt gettext
];
}