akermu / emacs-libvterm

Emacs libvterm integration
GNU General Public License v3.0
1.71k stars 136 forks source link

Cmake Build in Nix Can't Discover Headers #465

Open psionic-k opened 3 years ago

psionic-k commented 3 years ago

https://github.com/positron-solutions/posimacs/commit/f83012ea54073f76577fc0b8f5d630addcee7c10#diff-dcc281632392ade5cfc4c2587fda4764eb29864639661442d8c3bb28d8eb7b42R28-R33

There is a canonical way to provide headers to cmake, and this is definitely not it. I ran into issues with several other hackish paths. This at least works.

Sbozzolo commented 3 years ago

I don't know much about CMake. If there are better ways to do what the package does, please educate me and I will implement them.