summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:16:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:16:02 +0200
commit6ddebd9361a753c4d27a9fe0217cd2423350612a (patch)
treec2b61a91bc56365738cddd98a6ef9fe6b9241487
parent905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0 (diff)
downloadnixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar
nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar.gz
nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar.bz2
nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar.xz
nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.zip
...
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3d52720c..b57eb971 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 autoconf ]; 117 nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ libtool automake autoconf libusb1 ];
118 118
119 preConfigure = '' 119 preConfigure = ''
120 NOCONFIGURE=true ./autogen.sh 120 NOCONFIGURE=true ./autogen.sh