Tanner Hoelzel

Results 4 comments of Tanner Hoelzel

I [edited](https://github.com/thoelze1/kmonad/commit/a82639739ab867b1e6c1608664e27a42a7c0483b#diff-4e3bd328e4c998f53b19da7639df45b2db63601be4b4343534880adfbeaa5840) `default.nix` and now the build fails as follows: ``` this derivation will be built: /nix/store/26gb6grn9h2ip4gn35wlw324g9h7b6l2-kmonad-0.4.1.drv this path will be fetched (0.32 MiB download, 2.41 MiB unpacked): /nix/store/cv7v8m3ixz9x3f7pfcl051mg7aykfk4i-IOKit- copying...

I got it building (with 2 serious warnings) from this [default.nix](https://github.com/thoelze1/kmonad/commit/251a17f51ff5ba529103322a5b0c155883379098): ``` this derivation will be built: /nix/store/8zl4dd9nzlfly1lvs21bzgff1c23wp26-kmonad-0.4.1.drv building '/nix/store/8zl4dd9nzlfly1lvs21bzgff1c23wp26-kmonad-0.4.1.drv'... setupCompilerEnvironmentPhase Build with /nix/store/30m0a5bm5y76bi5mr1nbk1ahyvqrzdxx-ghc-8.10.7. unpacking sources unpacking source archive /nix/store/issgrhw0v1k51l9j7nn2gqaf60djcb6r-kmonad...

I got the executable building and running with this [default.nix](https://github.com/thoelze1/kmonad/commit/e21251b5da6394ee3460f059415bc72d90aa6acf). However, the same two above warnings persist. I am left with two last questions: - How can I address these...

Having the same problem here on: OS: Mac 10.15.6 Emacs: GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2021-11-18 I found that this bug was...