nixpkgs/pkgs/development/libraries/gtk-libs/2.10/atk/default.nix
Yury G. Kudryashov 09e96afbda gtk-libs-2.10: other syntax
svn path=/nixpkgs/branches/stdenv-updates/; revision=10475
2008-02-03 13:17:41 +00:00

12 lines
281 B
Nix

args: with args;
stdenv.mkDerivation {
name = "atk-1.12.4";
src = fetchurl {
url = http://ftp.gnome.org/pub/gnome/sources/atk/1.12/atk-1.12.4.tar.bz2;
md5 = "0a2c6a7bbc380e3a3d94e9061f76a849";
};
buildInputs = [pkgconfig perl];
propagatedBuildInputs = [glib];
}