pcsx2: formatting
This commit is contained in:
parent
d634a6244f
commit
90427d2381
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue