e17/ethumb: add optional dependency on e_dbus
ethumb_client depends on it, but will fail (skip on installation) silently when not found
This commit is contained in:
parent
d0b30155a5
commit
6dcddbf3b5
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, eina, evas, ecore, edje, eet }:
|
||||
{ stdenv, fetchurl, pkgconfig, eina, evas, ecore, edje, eet, e_dbus }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ethumb-${version}";
|
||||
version = "1.7.5";
|
||||
@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0prka3knz8p2n46dfrzgwn55khhhrhjny4vvnzkjcwmhvz7kgc9l";
|
||||
};
|
||||
buildInputs = [ pkgconfig eina evas ecore edje eet ];
|
||||
propagatedBuildInputs = [ e_dbus ];
|
||||
meta = {
|
||||
description = "A thumbnail generation library";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user