diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 22:16:02 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 22:16:02 +0200 |
commit | 6ddebd9361a753c4d27a9fe0217cd2423350612a (patch) | |
tree | c2b61a91bc56365738cddd98a6ef9fe6b9241487 | |
parent | 905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0 (diff) | |
download | nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar.gz nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar.bz2 nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.tar.xz nixos-6ddebd9361a753c4d27a9fe0217cd2423350612a.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 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 |