Similar request to #4, but for nix. I am actually working on this right now and almost done. Once done, getting travis working should be really simple.
I've fixed a ton of stuff, but am currently stuck on waymonad itself, getting:
src/Waymonad/Protocols/Background.hs:1:1: error:
Exception when trying to run compile-time code:
wayland-scanner: readCreateProcess: runInteractiveProcess: exec: does not exist2 (No such file or directory)
Code: runScanner (protocolFromFile "protocols/background.xml")
$ ScannerEnv
$ M.fromList
[("wl_surface",
(TH.AppT (TH.ConT ''Ptr) (TH.ConT ''WlrSurface),
TH.VarE 'surfaceFromResource,
TH.LamE [TH.WildP] (TH.VarE 'getSurfaceResource))),
("wl_output",
(TH.AppT (TH.ConT ''Ptr) (TH.ConT ''WlrOutput),
TH.VarE 'outputFromResource, TH.VarE 'outputResourceForClient))]
|
1 | {-
| ^
Any idea what this might be coming from?
Similar request to #4, but for nix. I am actually working on this right now and almost done. Once done, getting travis working should be really simple.
I've fixed a ton of stuff, but am currently stuck on waymonad itself, getting:
Any idea what this might be coming from?