mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #7928 from gebner/libgit2-glib
Fix gnome3.libgit2-glib build.
This commit is contained in:
commit
064c710518
|
@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "8a0a6f65d86f2c8cb9bcb20c5e0ea6fd02271399292a71fc7e6852f13adbbdb8";
|
||||
};
|
||||
|
||||
configureScript = "sh ./autogen.sh";
|
||||
|
||||
buildInputs = [ gnome3.gnome_common libtool pkgconfig vala
|
||||
gtk_doc gobjectIntrospection libgit2 glib ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue