fetchurl_gnome -> fetchurlGnome

This commit is contained in:
Eelco Dolstra
2014-05-08 15:30:17 +02:00
parent 2aa3580a5e
commit 46b77d3bb4
16 changed files with 31 additions and 31 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl_gnome, pkgconfig, libxml2, xlibs, glib, pango
{ stdenv, fetchurlGnome, pkgconfig, libxml2, xlibs, glib, pango
, intltool, libgnome, libgnomecanvas, libbonoboui, GConf, libtool
, gnome_vfs, libgnome_keyring, libglade }:
stdenv.mkDerivation rec {
name = src.pkgname;
src = fetchurl_gnome {
src = fetchurlGnome {
project = "libgnomeui";
major = "2"; minor = "24"; patchlevel = "5";
sha256 = "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf";