minitube: remove not required enableParallelBuilding, format

wip/yesman
Sandro Jäckel 3 years ago
parent d43e54487b
commit 48e404a9f7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      pkgs/applications/video/minitube/default.nix

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

Loading…
Cancel
Save