mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +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 New Issue
Block a user