diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 22:15:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 22:15:09 +0200 |
commit | 905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0 (patch) | |
tree | 6a841bc3dcd5c9686b9e0b5f7e92c1abf8b68b08 | |
parent | 0264881ba1790c4860bfbc7a0a69e3c30acfe79b (diff) | |
download | nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar.gz nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar.bz2 nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar.xz nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.zip |
...
-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; oldAttrs.nativeBuildInputs or [] ++ [ libtool automake ]; | 117 | nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ libtool automake autoconf ]; |
118 | 118 | ||
119 | preConfigure = '' | 119 | preConfigure = '' |
120 | NOCONFIGURE=true ./autogen.sh | 120 | NOCONFIGURE=true ./autogen.sh |