Fix konfig, in order to propagate its dependencies on configparser and argparse.

This commit is contained in:
Nicolas B. Pierron 2014-12-11 23:40:34 +01:00
parent 62e48b42d5
commit c74c6360e0

View File

@ -4869,7 +4869,7 @@ let
sha256 = "1v9pjb9idapjlc75p6h06kx7bi8zxhfgj93yxq1bn337kmyk1xdf";
};
buildInputs = with self; [ configparser argparse ];
propagatedBuildInputs = with self; [ configparser argparse ];
meta = with stdenv.lib; {
description = "Yet Another Config Parser";