summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 6c52a1fc..1ec185ae 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 = ''