Loading
kakoune: fix statically-linked and cross-compiled build
The kakoune Makefile does not use the c++ compiler specified by the `CXX` environment variable and instead defaults to `c++` as the executable name. Override the Makefile `CXX` variable with the value from the stdenv environment.