-
-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Package request: shadps4 #339617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Well I'm trying to make it build but I have some problems. I create devShell with those packages: devShells.${system} = {
default = pkgs.mkShell {
buildInputs = [
pkgs.git
pkgs.cmake
pkgs.gnumake
pkgs.alsaLib
pkgs.pulseaudio
pkgs.openal
pkgs.zlib
pkgs.libedit
pkgs.vulkan-loader
# pkgs.systemd.libudev
pkgs.libevdev
pkgs.SDL2
pkgs.jack2
pkgs.sndio
pkgs.xorg.libXext
pkgs.xorg.libX11
pkgs.spirv-tools
pkgs.vulkan-utility-libraries
pkgs.mesa
pkgs.vulkan-validation-layers
pkgs.ffmpeg_7-full
];
# Optional shell hooks or prebuild steps
shellHook = ''
echo "Entering development shell for shadPS4 emulator"
'';
};
}; However it builds to this point:
From what I understand there is some problem with ffmpeg. On shadPS4 github I've that someone on old Linux Mint had similar problem. Right now I'm stuck. If someone knows how to fix it It would be helpful. If it's the same case as on Linux Mint it's something with dependencies. |
I've had issues when packaging this where the config directory had issues being created. |
I also attempted this, but failed due to nix not recursively cloning the repo and submodules. |
Project description
shadPS4 is a cross platform PlayStation 4 emulator.
Metadata
The text was updated successfully, but these errors were encountered: