gnome3: file-roller: add openssl dependency

Build fails otherwise with `ld: cannot find -lcrypto`.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-28 15:23:40 +02:00
parent 67757f52b1
commit 64f3fb96d8

View file

@ -1,5 +1,6 @@
{ stdenv, fetchurl, glib, pkgconfig, gnome3, intltool, itstool, libxml2, libarchive
, attr, bzip2, acl, makeWrapper, librsvg, gdk_pixbuf, hicolor_icon_theme }:
{ stdenv, fetchurl, glib, pkgconfig, gnome3, intltool, itstool, libxml2
, libarchive, attr, bzip2, acl, makeWrapper, librsvg, gdk_pixbuf
, hicolor_icon_theme, openssl }:
stdenv.mkDerivation rec {
name = "file-roller-${version}";
@ -16,7 +17,7 @@ stdenv.mkDerivation rec {
# it tries to create {nautilus}/lib/nautilus/extensions-3.0/libnautilus-fileroller.so
buildInputs = [ glib pkgconfig gnome3.gtk intltool itstool libxml2 libarchive
hicolor_icon_theme gnome3.adwaita-icon-theme
hicolor_icon_theme gnome3.adwaita-icon-theme openssl
attr bzip2 acl gdk_pixbuf librsvg makeWrapper ];
preFixup = ''