zscroll: propogatedBuildInputs -> propagatedBuildInputs

This commit is contained in:
J Phani Mahesh 2016-07-14 15:52:00 +05:30
parent 59b5a2a8c9
commit 2f00cea5df

View File

@ -16,7 +16,7 @@ python3Packages.buildPythonApplication {
doCheck = false;
propogatedBuildInputs = [ python3 ];
propagatedBuildInputs = [ python3 ];
meta = with stdenv.lib; {
description = "A text scroller for use with panels and shells";