stremio: split derivation arguments into multiple lines

(cherry picked from commit 51f359526f)
This commit is contained in:
rafaelrc7
2024-02-19 20:31:01 -03:00
committed by github-actions[bot]
parent eba152efd5
commit e80123d873

View File

@@ -1,5 +1,13 @@
{ lib, stdenv, fetchurl, fetchFromGitHub, qmake, wrapQtAppsHook
, mpv, qtwebengine, qtwebchannel, nodejs
{ lib
, stdenv
, fetchFromGitHub
, fetchurl
, mpv
, nodejs
, qmake
, qtwebchannel
, qtwebengine
, wrapQtAppsHook
}:
stdenv.mkDerivation rec {