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
+2 -2
View File
@@ -1,9 +1,9 @@
{ stdenv, fetchurl_gnome, pkgconfig, glib, bison, flex }:
{ stdenv, fetchurlGnome, pkgconfig, glib, bison, flex }:
stdenv.mkDerivation rec {
name = src.pkgname;
src = fetchurl_gnome {
src = fetchurlGnome {
project = "gob2";
major = "2"; minor = "0"; patchlevel = "18"; extension = "gz";
sha256 = "1r242s3rsxyqiw2ic2gdpvvrx903jgjd1aa4mkl26in5k9zk76fa";