summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:13:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:13:58 +0200
commit5bc3c1fe40a75145b6f15b38b3a184faf631d78b (patch)
treea39de2ecfd773966789be82b767af59cfeb40335 /hel.nix
parentbe9cfc55d131583588d49da6d55348583643ca29 (diff)
downloadnixos-5bc3c1fe40a75145b6f15b38b3a184faf631d78b.tar
nixos-5bc3c1fe40a75145b6f15b38b3a184faf631d78b.tar.gz
nixos-5bc3c1fe40a75145b6f15b38b3a184faf631d78b.tar.bz2
nixos-5bc3c1fe40a75145b6f15b38b3a184faf631d78b.tar.xz
nixos-5bc3c1fe40a75145b6f15b38b3a184faf631d78b.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 4587a92f..3436a09b 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; [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