about summary refs log tree commit diff
path: root/pkgs/applications/video/stremio
diff options
context:
space:
mode:
authorrafaelrc7 <contact@rafaelrc.com>2024-02-19 20:31:01 -0300
committerrafaelrc7 <contact@rafaelrc.com>2024-02-19 20:31:01 -0300
commit51f359526f0a7c5992c4986ccc8dbbc3e8c5ce5a (patch)
tree9ca99c32ae4bed35d13b56e2ea15c59b36e509fc /pkgs/applications/video/stremio
parent93e1c2d08467d1117ebac45689469613a9fe8453 (diff)
stremio: split derivation arguments into multiple lines
Diffstat (limited to 'pkgs/applications/video/stremio')
-rw-r--r--pkgs/applications/video/stremio/default.nix12
1 files changed, 10 insertions, 2 deletions
diff --git a/pkgs/applications/video/stremio/default.nix b/pkgs/applications/video/stremio/default.nix
index 03ccb4b9f066f..6031e4d5cfb8a 100644
--- a/pkgs/applications/video/stremio/default.nix
+++ b/pkgs/applications/video/stremio/default.nix
@@ -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 {