minitube: remove not required enableParallelBuilding, format

This commit is contained in:
Sandro Jäckel 2021-03-09 10:49:49 +01:00
parent d43e54487b
commit 48e404a9f7
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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";