Merge pull request #164954 from fabaff/myfitnesspal-cli

python3Packages.myfitnesspal: add toPythonApplication
This commit is contained in:
Fabian Affolter 2022-03-21 08:43:52 +01:00 committed by GitHub
commit f01f99a0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -15,9 +15,6 @@
, pythonOlder
}:
# TODO: Define this package in "all-packages.nix" using "toPythonApplication".
# This currently errors out, complaining about not being able to find "etree" from "lxml" even though "lxml" is defined in "propagatedBuildInputs".
buildPythonPackage rec {
pname = "myfitnesspal";
version = "1.17.0";

View File

@ -29053,6 +29053,8 @@ with pkgs;
maestral-gui = libsForQt5.callPackage ../applications/networking/maestral-qt { };
myfitnesspal = with python3Packages; toPythonApplication myfitnesspal;
insync = callPackage ../applications/networking/insync { };
insync-v3 = libsForQt515.callPackage ../applications/networking/insync/v3.nix { };