-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nix build #41
Comments
Seems like this is coming from this line: the weird thing is that waymonad-scanner doesn't seem to have an associated executable, so I'm a little bit confused about where this executable is supposed to be coming from. |
travis build works here: |
@IvanMalison looks like that's part of the Wayland library build: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/wayland/default.nix#L3 I guess it's disabled by default 😢 |
@puffnfresh yeah I figured that out. The nix build works now (see #42) |
Thanks for getting this working @IvanMalison. I too looked into building this with nix some time ago, but couldn't make it work. |
@xaverdh Were you able to get it to build? nix-build should just work with this PR. I would love it if someone else could build and actually see if they get it working. I cant get the binary to do anything useful except show a mouse pointer |
Not quite, I get the following
|
Adding |
@xaverdh as mentioned in the pull request: This depends on swaywm/hsroots#7, which, in turn, depends on waymonad/libinput#1 |
Ah sorry, overlooked that. Well I guess it works then :-) |
@xaverdh Were you able to actually run it and do things with it. I just get a gray screen and none of the keybindings seem to work. |
@Ongy Would love some help. |
Check out Ongy's waymonad-config https://github.com/Ongy/waymonad-config |
@willat I tried both super and alt |
Actually I can't get it to run yet. How do you usually run the binary? |
I tried this: but it didn't really work. Maybe it needs to be run not as a windowmanager but as a desktop environment. |
Ok, no matter what I do, I can't get it to find the EGL drivers. Very likely that is nixpkgs/nixos related. |
@xaverdh I'm using nvidia graphics. You get a runtime issue? |
Yes, logs look like this:
|
Maybe building from a pinned commit is not a good idea? The GL stuff is rather impure, so maybe the problem is that I build against a version different from the one my system configuration is based on? |
Did this ever get resolved? @xaverdh did you ever get this successfully building? |
I could not get it building unfortunately :-( |
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?
The text was updated successfully, but these errors were encountered: