nix-community/pypi2nix

Escape quotes in strings

Closed this issue · 0 comments

pypi2nix -e appdirs produces a description like

description = "A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".";

which is invalid syntax because of the quotation marks in the strings, which should be escaped.