We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f12a24 commit 0dae74eCopy full SHA for 0dae74e
pcsx-redux.nix
@@ -98,6 +98,18 @@ in stdenv.mkDerivation {
98
inherit src;
99
100
postUnpack = ''
101
+ rm -rf source/third_party/miniaudio
102
+ rm -rf source/third_party/zep
103
+ rm -rf source/third_party/nanosvg
104
+ rm -rf source/third_party/nanovg
105
+ rm -rf source/third_party/imgui
106
+ rm -rf source/third_party/imgui_md
107
+ rm -rf source/third_party/xbyak
108
+ rm -rf source/third_party/luafilesystem
109
+ rm -rf source/third_party/SDL_GameControllerDB
110
+ rm -rf source/third_party/tracy
111
+ rm -rf source/third_party/luajit
112
+
113
cp -r ${miniaudio.out} source/third_party/miniaudio
114
cp -r ${zep.out} source/third_party/zep
115
cp -r ${nanosvg.out} source/third_party/nanosvg
0 commit comments