mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #3784] [MERGED] Nix shell fixes for uuid #3717
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3717
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3784
Author: @ConnorG512
Created: 11/8/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @squidbus
Base:
main← Head:nix-shell📝 Commits (2)
089ed15added "with pkgs;" so pkgs does not need to be appended for all the buildInputs.ae175beAdded util linux as missing uuid. Compiles successfully.📊 Changes
1 file changed (+35 additions, -34 deletions)
View changed files
📝
shell.nix(+35 -34)📄 Description
shadPS4 was failing to compile inside of the nix-shell.
.../shadPS4/src/core/libraries/kernel/kernel.cpp:34:10: fatal error: 'uuid/uuid.h' file not foundadded the util-linux which includes uuid in order for it to build correctly again.
I have also added
with pkgs;and with thispkgs.will not need to be prepended with every package that is added to the shell.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.