diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,8 @@ | |||
133 | rev = "8eba30992053d045bed534546586bb4f79ff8814"; | 133 | rev = "8eba30992053d045bed534546586bb4f79ff8814"; |
134 | sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b"; | 134 | sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b"; |
135 | }; | 135 | }; |
136 | |||
137 | nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ with pkgs; [ autoconf automake ]; | ||
136 | }); | 138 | }); |
137 | }; | 139 | }; |
138 | 140 | ||