-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
Can't build on NixOS #5891
Comments
Change the input url to |
I'll pin this for the time being |
Are there plans to update this so that the input URL doesn't need to be changed, or is this the URL that needs to be used from now on? Asking for myself but also would be good information to have for all others seeing this moving forward. |
@carschandler the url is gonna stay like this as long as we're using git submodules. If we ever switch back there will be an announcement and a pinned issue detailing the change. |
Another possible way to write that (with same effect) would be: hyprland = {
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
}; I would say that it looks much better but that's just me :D |
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
so what about the plugins then ? I can build any because for the none matching headers. Or am I wrong ( that could be ) |
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
That works as well. I gave the inline url as that also works in the CLI. @olafkfreund plugins should work just fine as long as you're following the instructions in the hyprland-plugins readme (I can't comment on other plugins). If they don't, they probably need to be updated to the latest hyprland version. |
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
@fufexan Sorry for stupid question, but now, how I can specific the version of the release? I am on nixpkgs-unstable, I did what you posted, but still I am on the old version:
|
Use |
@OahzEgroeg I have still the same commit :( |
Run |
@OahzEgroeg I had to restart computer. |
I am trying to build Hyprland with nix but not using NixOS. I cloned the repository and did |
Okay based on this issue in nix NixOS/nix#6633 |
@LelouBil depends which Nix version you have. I've tried 2.20/21 and its CLI parameters ( |
Hyprland Version
System/Version info
Bug or Regression?
Bug
Description
I installed hyprland using flake, it can't build after new release.
How to reproduce
Install hyprland on NixOS unstable using flake
Crash reports, logs, images, videos
Build log
The text was updated successfully, but these errors were encountered: