pcsx2: formatting

This commit is contained in:
Andrew Marshall 2023-06-10 01:21:40 -04:00
parent d634a6244f
commit 90427d2381

View file

@ -58,7 +58,12 @@ stdenv.mkDerivation rec {
"-DDISABLE_BUILD_DATE=TRUE"
];
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook zip ];
nativeBuildInputs = [
cmake
pkg-config
wrapQtAppsHook
zip
];
buildInputs = [
curl