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