python.pkgs.rply: use propagatedBuildInputs

This commit is contained in:
Robert Schütz 2019-03-15 17:13:17 +01:00
parent 0ab768ea7f
commit d5adfca07f

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
};
buildInputs = [ appdirs ];
propagatedBuildInputs = [ appdirs ];
checkInputs = [ pytest ];
checkPhase = ''