mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Forgot to replace fetchurl -> fetchgit
svn path=/nixpkgs/trunk/; revision=16823
This commit is contained in:
parent
6496dbbbc5
commit
be9c640e16
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue