From edae6c44799cf7b02e38803d2e2af15f1f357720 Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Fri, 14 Mar 2025 00:10:45 +0000 Subject: [PATCH] fix: add missing packages to shell.nix --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 4eee9fdea..22ef2fa3f 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ pkgs.mkShell { name = "shadps4-build-env"; nativeBuildInputs = [ - pkgs.llvmPackages_18.clang + pkgs.llvmPackages_19.libcxxClang pkgs.cmake pkgs.pkg-config pkgs.git @@ -16,6 +16,7 @@ pkgs.mkShell { buildInputs = [ pkgs.alsa-lib pkgs.libpulseaudio + pkgs.pipewire pkgs.openal pkgs.openssl pkgs.zlib