diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ | |||
114 | sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; | 114 | sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; |
115 | }; | 115 | }; |
116 | 116 | ||
117 | nativeBuildInputs = with pkgs; [libtool automake]; | 117 | nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [libtool]; |
118 | 118 | ||
119 | preConfigure = '' | 119 | preConfigure = '' |
120 | NOCONFIGURE=true ./autogen.sh | 120 | NOCONFIGURE=true ./autogen.sh |