Skip to content

Nix build #41

Description

@colonelpanic8

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions