about summary refs log tree commit diff
path: root/pkgs/applications/video/stremio
diff options
context:
space:
mode:
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 {