python.pkgs.rply: use propagatedBuildInputs
This commit is contained in:
parent
0ab768ea7f
commit
d5adfca07f
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
|
sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ appdirs ];
|
propagatedBuildInputs = [ appdirs ];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user