emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
66 stars 6 forks source link

Work around corner cases in the dependency check #92

Closed akirak closed 1 year ago

akirak commented 1 year ago

nix build .#emacs-config.depsCheck checks package versions specified in headers, but there were some cases where the comparison raised a false positive. This PR will fix those cases.