diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ | |||
117 | sha256 = "0y0lkwgw1lx4frm1kxz0hj11x93dby7vxkjly0ck7w7z96nn8bnm"; | 117 | sha256 = "0y0lkwgw1lx4frm1kxz0hj11x93dby7vxkjly0ck7w7z96nn8bnm"; |
118 | }; | 118 | }; |
119 | 119 | ||
120 | buildInputs = with pkgs; [ libusb pixman glib nss nspr gdk_pixbuf ]; | 120 | buildInputs = with pkgs; [ libusb pixman glib nss nspr gdk_pixbuf openssl ]; |
121 | nativeBuildInputs = with pkgs; [ pkgconfig libtool automake autoconf ]; | 121 | nativeBuildInputs = with pkgs; [ pkgconfig libtool automake autoconf ]; |
122 | 122 | ||
123 | preConfigure = '' | 123 | preConfigure = '' |