summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:25:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:25:02 +0200
commit41dd8479002c34726b37fc4eef5137a20dff4dcf (patch)
tree66a39d4af83e648b2c1aab8a50888b97b6604c5a
parentba475809551d4dda9af4da41cec2935cacf6095d (diff)
downloadnixos-41dd8479002c34726b37fc4eef5137a20dff4dcf.tar
nixos-41dd8479002c34726b37fc4eef5137a20dff4dcf.tar.gz
nixos-41dd8479002c34726b37fc4eef5137a20dff4dcf.tar.bz2
nixos-41dd8479002c34726b37fc4eef5137a20dff4dcf.tar.xz
nixos-41dd8479002c34726b37fc4eef5137a20dff4dcf.zip
...
-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 = ''