Skip to content

Commit fc82400

Browse files
Nix: Add zip dependency
1 parent eda37e1 commit fc82400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pcsx-redux.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
uriparser,
2727
ucl,
2828
llhttp,
29+
zip,
2930

3031
src,
3132
debugBuild ? false,
@@ -122,6 +123,7 @@ in stdenv.mkDerivation {
122123
# unwrap them
123124
gccMips.cc
124125
gccMips.bintools.bintools
126+
zip
125127
];
126128

127129
buildInputs = [

0 commit comments

Comments
 (0)