diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -66,14 +66,9 @@ | |||
66 | sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; | 66 | sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; |
67 | }; | 67 | }; |
68 | 68 | ||
69 | buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool ]); | 69 | buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool pkgconfig ]); |
70 | 70 | ||
71 | preConfigure = '' | 71 | preConfigure = "./autogen.sh"; |
72 | ${old.preConfigure} | ||
73 | |||
74 | aclocal | ||
75 | ${pkgs.stdenv.shell} autogen.sh | ||
76 | ''; | ||
77 | }); | 72 | }); |
78 | }; | 73 | }; |
79 | 74 | ||