diff --git a/modules/dream2nix/WIP-python-pdm/lib.nix b/modules/dream2nix/WIP-python-pdm/lib.nix index 8e586f257e..dfb2e37df7 100644 --- a/modules/dream2nix/WIP-python-pdm/lib.nix +++ b/modules/dream2nix/WIP-python-pdm/lib.nix @@ -173,9 +173,12 @@ isUsableFilename {inherit environ filename;} ) sources; - parsedDeps = ( + parsedDeps = with lib.trivial; ( map - libpyproject.pep508.parseString + ((flip pipe) [ + lib.strings.toLower + libpyproject.pep508.parseString + ]) item.dependencies or [] ); value = {