diff options
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -66,7 +66,7 @@ | |||
| 66 | sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; | 66 | sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; |
| 67 | }; | 67 | }; |
| 68 | 68 | ||
| 69 | buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool pkgconfig ]); | 69 | buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake gnome.gtkdoc libtool pkgconfig ]); |
| 70 | 70 | ||
| 71 | preConfigure = "./autogen.sh"; | 71 | preConfigure = "./autogen.sh"; |
| 72 | }); | 72 | }); |
