Merge pull request #14329 from bcdarwin/fix-python-packages
fix nesting error resulting in topydo metadata being attached to the …
This commit is contained in:
commit
933e46c095
@ -26325,12 +26325,12 @@ in modules // {
|
|||||||
buildInputs = with self; [ mock freezegun coverage pkgs.glibcLocales ];
|
buildInputs = with self; [ mock freezegun coverage pkgs.glibcLocales ];
|
||||||
|
|
||||||
LC_ALL="en_US.UTF-8";
|
LC_ALL="en_US.UTF-8";
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A cli todo application compatible with the todo.txt format";
|
description = "A cli todo application compatible with the todo.txt format";
|
||||||
homepage = "https://github.com/bram85/topydo";
|
homepage = "https://github.com/bram85/topydo";
|
||||||
license = license.gpl3;
|
license = licenses.gpl3;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user