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,11 +1,11 @@
{stdenv, fetchurl_gnome, gtk, pkgconfig, perl, perlXMLParser, libxml2, gettext
{stdenv, fetchurlGnome, gtk, pkgconfig, perl, perlXMLParser, libxml2, gettext
, python, libxml2Python, docbook5, docbook_xsl, libxslt, intltool, libart_lgpl
, withGNOME ? false, libgnomeui }:
stdenv.mkDerivation rec {
name = src.pkgname;
src = fetchurl_gnome {
src = fetchurlGnome {
project = "dia";
major = "0"; minor = "97"; patchlevel = "2"; extension = "xz";
sha256 = "1qgawm7rrf4wd1yc0fp39ywv8gbz4ry1s16k00dzg5w6p67lfqd7";