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,9 +1,9 @@
{ stdenv, fetchurl, fetchurl_gnome, which }:
{ stdenv, fetchurl, fetchurlGnome, which }:
stdenv.mkDerivation rec {
name = src.pkgname;
src = fetchurl_gnome {
src = fetchurlGnome {
project = "gnome-common";
major = "2"; minor = "34"; patchlevel = "0";
sha256 = "1pz13mpp09q5s3bikm8ml92s1g0scihsm4iipqv1ql3mp6d4z73s";