mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
fix: add missing packages to shell.nix
This commit is contained in:
parent
5691046dcc
commit
edae6c4479
@ -7,7 +7,7 @@ pkgs.mkShell {
|
|||||||
name = "shadps4-build-env";
|
name = "shadps4-build-env";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.llvmPackages_18.clang
|
pkgs.llvmPackages_19.libcxxClang
|
||||||
pkgs.cmake
|
pkgs.cmake
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
pkgs.git
|
pkgs.git
|
||||||
@ -16,6 +16,7 @@ pkgs.mkShell {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.alsa-lib
|
pkgs.alsa-lib
|
||||||
pkgs.libpulseaudio
|
pkgs.libpulseaudio
|
||||||
|
pkgs.pipewire
|
||||||
pkgs.openal
|
pkgs.openal
|
||||||
pkgs.openssl
|
pkgs.openssl
|
||||||
pkgs.zlib
|
pkgs.zlib
|
||||||
|
Loading…
Reference in New Issue
Block a user