nix: move xwayland into buildInputs

i have no clue what i'm doing lol
This commit is contained in:
Ottatop 2024-04-13 15:00:53 -05:00
parent 10891bb329
commit eb126d7847
2 changed files with 10 additions and 10 deletions

View file

@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1712816664, "lastModified": 1712903033,
"narHash": "sha256-kPIVs2ATag+gm1CiWCJ+qcVQVR89w2eh/Cg4g1Xph70=", "narHash": "sha256-KcvsEm0h1mIwBHFAzWFBjGihnbf2fxpAaXOdVbUfAI4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "94f8df6a8e52447af72a1a0008eccf4a099b6d25", "rev": "c739f83545e625227f4d0af7fe2a71e69931fa4c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -41,11 +41,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712741485, "lastModified": 1712867921,
"narHash": "sha256-bCs0+MSTra80oXAsnM6Oq62WsirOIaijQ/BbUY59tR4=", "narHash": "sha256-edTFV4KldkCMdViC/rmpJa7oLIU8SE/S35lh/ukC7bg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b2cf36f43f9ef2ded5711b30b1f393ac423d8f72", "rev": "51651a540816273b67bc4dedea2d37d116c5f7fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -65,11 +65,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1712663608, "lastModified": 1712818880,
"narHash": "sha256-tN9ZL6kGppmHg84lxlpAlaN+kXWNctKK7Yitq/iXDEw=", "narHash": "sha256-VDxsvgj/bNypHq48tQWtc3VRbWvzlFjzKf9ZZIVO10Y=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "a5feb4f05f09adca661c869b1bf2324898cbaa43", "rev": "657b33b0cb9bd49085202e91ad5b4676532c9140",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -55,6 +55,7 @@
libxkbcommon libxkbcommon
libinput libinput
mesa mesa
xwayland
# winit on x11 # winit on x11
xorg.libXcursor xorg.libXcursor
@ -66,7 +67,6 @@
wayland wayland
mesa mesa
libglvnd # libEGL libglvnd # libEGL
xwayland
]; ];
LD_LIBRARY_PATH = "${pkgs.wayland}/lib:${pkgs.libGL}/lib:${pkgs.libxkbcommon}/lib"; LD_LIBRARY_PATH = "${pkgs.wayland}/lib:${pkgs.libGL}/lib:${pkgs.libxkbcommon}/lib";
}; };