python3Packages.myfitnesspal: add toPythonApplication
This commit is contained in:
parent
ddb2d450a5
commit
34c841ab46
@ -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";
|
||||
|
@ -29029,6 +29029,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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user