gmime3: reduce propagated closure
only libraries required pkg-config files
This commit is contained in:
parent
042ca21c81
commit
f8078db863
@ -11,8 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gobjectIntrospection ];
|
buildInputs = [ gobjectIntrospection zlib gpgme libidn ];
|
||||||
propagatedBuildInputs = [ glib zlib gpgme libidn ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
propagatedBuildInputs = [ glib ];
|
||||||
configureFlags = [ "--enable-introspection=yes" ];
|
configureFlags = [ "--enable-introspection=yes" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user