summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:15:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:15:09 +0200
commit905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0 (patch)
tree6a841bc3dcd5c9686b9e0b5f7e92c1abf8b68b08
parent0264881ba1790c4860bfbc7a0a69e3c30acfe79b (diff)
downloadnixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar
nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar.gz
nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar.bz2
nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.tar.xz
nixos-905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0.zip
...
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index c1bdcb84..3d52720c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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