zscroll: propogatedBuildInputs -> propagatedBuildInputs
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user