From 2b163bb809ef8ae1e85ca7c573892e032d718563 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 18:10:14 +0200 Subject: pkgconfig? --- hel.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hel.nix b/hel.nix index 141ca672..f51e5a95 100644 --- a/hel.nix +++ b/hel.nix @@ -66,14 +66,9 @@ sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; }; - buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool ]); + buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool pkgconfig ]); - preConfigure = '' - ${old.preConfigure} - - aclocal - ${pkgs.stdenv.shell} autogen.sh - ''; + preConfigure = "./autogen.sh"; }); }; -- cgit v1.2.3