summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2024-09-16 09:06:10 +0800
committerLin Jian <me@linj.tech>2024-09-16 09:06:10 +0800
commit05d1238642a4e58c9eef41d7422f18bf1bb4dae1 (patch)
treec17cf7d3de5e9ece2295f901d84d98f1724a05ae /pkgs/development/python-modules/python-mapnik
parent7aea2e99a83e23ad17d52056eda515b6fe53cfda (diff)
emacs: do not do native compilation for .dir-locals.el
This file is not a valid Emacs lisp file. Some packages, such as auctex, el-get, helm and org, include this file without using no-byte-compile in file-local variables to skip native compilation, causing native compilation error like this: Wrong type argument: "/nix/store/<hash>-emacs-org-9.7.10/share/emacs/site-lisp/elpa/org-9.7.10/.dir-locals.el", proper-list-p, (#<symbol org-edit-src-content-indentation at 304> . 0) Some[1,2,3] of them decide to exclude this file. Org includes this file intendedly[4] but may add no-byte-compile to file-local variables. Hopefully, newer versions of them do not have this error. However, to support old versions of them and potentially other new packages with this problem, let's filter out this file in Nixpkgs. [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73215 [2]: https://github.com/melpa/melpa/pull/9164 [3]: https://github.com/melpa/melpa/pull/9165 [4]: https://lists.gnu.org/archive/html/emacs-orgmode/2024-09/msg00179.html
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions