summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-03-20 10:53:40 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-03-20 10:53:40 +0100
commit34c841ab46ce260ab6d75bdf74d0f27db5d3ca15 (patch)
treee09cd2d351be9d341d7947e0e96f6487f3ebac2c /pkgs/development
parentddb2d450a5659612cda6976d1564551c78148907 (diff)
downloadnixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.tar
nixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.tar.gz
nixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.tar.bz2
nixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.tar.lz
nixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.tar.xz
nixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.tar.zst
nixpkgs-34c841ab46ce260ab6d75bdf74d0f27db5d3ca15.zip
python3Packages.myfitnesspal: add toPythonApplication
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/myfitnesspal/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/myfitnesspal/default.nix b/pkgs/development/python-modules/myfitnesspal/default.nix
index 10f5713754b..f6df7b88f85 100644
--- a/pkgs/development/python-modules/myfitnesspal/default.nix
+++ b/pkgs/development/python-modules/myfitnesspal/default.nix
@@ -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";