zscroll: propogatedBuildInputs -> propagatedBuildInputs
This commit is contained in:
parent
59b5a2a8c9
commit
2f00cea5df
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propogatedBuildInputs = [ python3 ];
|
propagatedBuildInputs = [ python3 ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A text scroller for use with panels and shells";
|
description = "A text scroller for use with panels and shells";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user