Add missing curl dependency to nix build
This commit is contained in:
parent
10eb26276a
commit
d558b206a2
@ -8,7 +8,7 @@
|
|||||||
flake-utils.lib.eachDefaultSystem (system: {
|
flake-utils.lib.eachDefaultSystem (system: {
|
||||||
devShells.default = with nixpkgs.legacyPackages.${system}; mkShell {
|
devShells.default = with nixpkgs.legacyPackages.${system}; mkShell {
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
buildInputs = [ glm glfw glew zlib libpng libvorbis openal luajit ]; # libglvnd
|
buildInputs = [ glm glfw glew zlib libpng libvorbis openal luajit curl ]; # libglvnd
|
||||||
packages = [ glfw mesa freeglut entt ];
|
packages = [ glfw mesa freeglut entt ];
|
||||||
LD_LIBRARY_PATH = "${wayland}/lib:$LD_LIBRARY_PATH";
|
LD_LIBRARY_PATH = "${wayland}/lib:$LD_LIBRARY_PATH";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user