stremio: split derivation arguments into multiple lines
This commit is contained in:
parent
93e1c2d084
commit
51f359526f
1 changed files with 10 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue