Skip to content

Commit

Permalink
gmime3: reduce propagated closure
Browse files Browse the repository at this point in the history
only libraries required pkg-config files
  • Loading branch information
Mic92 committed Sep 25, 2017
1 parent 042ca21 commit f8078db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/libraries/gmime/3.nix
Expand Up @@ -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;
Expand Down

0 comments on commit f8078db

Please sign in to comment.