Added a bunch of shit to try and compile raylib cuz nixos has issues,
will probably remove all of it and just use nix-shells
This commit is contained in:
@@ -117,12 +117,48 @@
|
||||
clang-tools
|
||||
ghostty
|
||||
glibcLocales
|
||||
|
||||
wayland-scanner
|
||||
raylib
|
||||
egl-wayland
|
||||
libxkbcommon
|
||||
kdePackages.wayland
|
||||
kdePackages.kwayland
|
||||
glfw-wayland
|
||||
|
||||
libGL
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXrandr
|
||||
xorg.libXinerama
|
||||
xorg.libXi
|
||||
|
||||
udev
|
||||
alsa-lib
|
||||
vulkan-loader
|
||||
# libxkbcommon
|
||||
wayland
|
||||
];
|
||||
|
||||
# Enable dynamic linking of applications that are not in nixpkgs (for vim LSPs for example).
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
|
||||
kdePackages.wayland
|
||||
kdePackages.kwayland
|
||||
glfw-wayland
|
||||
wayland-scanner
|
||||
raylib
|
||||
wayland
|
||||
egl-wayland
|
||||
libxkbcommon
|
||||
libGL
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXrandr
|
||||
xorg.libXinerama
|
||||
xorg.libXi
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
hyperfine
|
||||
nh
|
||||
wget
|
||||
git-lfs
|
||||
];
|
||||
|
||||
# For nixd LSP to recognize what nixpkgs version I use
|
||||
|
||||
Reference in New Issue
Block a user