Forgot to replace fetchurl -> fetchgit

svn path=/nixpkgs/trunk/; revision=16823
This commit is contained in:
Michael Raskin 2009-08-24 05:25:58 +00:00
parent 6496dbbbc5
commit be9c640e16

View file

@ -131,7 +131,7 @@ rec {
};
libsoup_git_head = import ./desktop/libsoup/git-head.nix {
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite curl;
inherit (pkgs) stdenv fetchgit pkgconfig libxml2 gnutls libproxy sqlite curl;
inherit (pkgs.gtkLibs) glib;
inherit GConf;
};