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_gnome, glib, pkgconfig, gobjectIntrospection, dbus }:
{ stdenv, fetchurlGnome, glib, pkgconfig, gobjectIntrospection, dbus }:
stdenv.mkDerivation rec {
name = src.pkgname;
src = fetchurl_gnome {
src = fetchurlGnome {
project = "json-glib";
major = "0";
minor = "16";