stremio: split derivation arguments into multiple lines

This commit is contained in:
rafaelrc7 2024-02-19 20:31:01 -03:00
parent 93e1c2d084
commit 51f359526f
No known key found for this signature in database
GPG Key ID: A2E6A1C9A59514A5
1 changed files with 10 additions and 2 deletions

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 {