nixpkgs/pkgs/development/libraries/gnome/libart_lgpl/default.nix
Eelco Dolstra 776554d9e1 * Fixed and/or updated some more components. The number of explicit
builders is dropping steadily.

svn path=/nixpkgs/trunk/; revision=900
2004-04-01 19:11:59 +00:00

10 lines
241 B
Nix

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libart_lgpl-2.3.16";
src = fetchurl {
url = http://ftp.gnome.org/pub/GNOME/desktop/2.4/2.4.1/sources/libart_lgpl-2.3.16.tar.bz2;
md5 = "6bb13292b00649d01400a5b29a6c87cb";
};
}