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 836a0e1 commit eec812eCopy full SHA for eec812e
1 file changed
pcsx-redux.nix
@@ -22,7 +22,6 @@
22
elfio,
23
tracy,
24
md4c,
25
- stb,
26
uriparser,
27
ucl,
28
llhttp,
@@ -91,6 +90,12 @@ let
91
90
rev = "b1e342774cbb35467dfdd3634d4f0181a76cbc89";
92
hash = "sha256-LYvO+chDVo6D++fuFbxqSRltGW3y82SESmtFj39TdSA=";
93
})
+ ({
94
+ owner = "nothings";
95
+ repo = "stb";
96
+ rev = "ae721c50eaf761660b4f90cc590453cdb0c2acd0";
97
+ hash = "sha256-BIhbhXV7q5vodJ3N14vN9mEVwqrP6z9zqEEQrfLPzvI=";
98
+ })
99
] ++ lib.optional stdenv.hostPlatform.isAarch {
100
owner = "grumpycoders";
101
repo = "vixl";
@@ -127,7 +132,6 @@ in stdenv.mkDerivation {
127
132
];
128
133
129
134
buildInputs = [
130
- stb
131
135
ucl
136
md4c
137
luajitPackages.libluv
0 commit comments