minitube: remove not required enableParallelBuilding, format

This commit is contained in:
Sandro Jäckel
2021-03-10 23:52:37 +01:00
parent d43e54487b
commit 48e404a9f7
+2 -3
View File
@@ -16,12 +16,11 @@ mkDerivation rec {
fetchSubmodules = true;
};
buildInputs = [ phonon phonon-backend-vlc qtbase qtdeclarative qtx11extras mpv ];
nativeBuildInputs = [ qmake qttools ];
qmakeFlags = [ "DEFINES+=APP_GOOGLE_API_KEY=${withAPIKey}" ];
buildInputs = [ phonon phonon-backend-vlc qtbase qtdeclarative qtx11extras mpv ];
enableParallelBuilding = true;
qmakeFlags = [ "DEFINES+=APP_GOOGLE_API_KEY=${withAPIKey}" ];
meta = with lib; {
description = "Stand-alone YouTube video player";