about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorlunik1 <ch.gpg@themaw.xyz>2021-04-20 18:54:41 +0100
committerlunik1 <ch.gpg@themaw.xyz>2021-04-20 18:54:41 +0100
commit9485531db962409f5053cc53c8c6731f2dc0d93a (patch)
treea5f13451eae65f7b6cfb745f31145a8efda217ee /pkgs/applications/video/mpv
parentb41e56b7513872bec52606304b76d81ac26be4a6 (diff)
mpvScripts.autoload: remove unused dependency on fetchurl
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/scripts/autoload.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/autoload.nix b/pkgs/applications/video/mpv/scripts/autoload.nix
index 1840040d8368c..8f09070c5f4f5 100644
--- a/pkgs/applications/video/mpv/scripts/autoload.nix
+++ b/pkgs/applications/video/mpv/scripts/autoload.nix
@@ -1,4 +1,4 @@
-{ stdenvNoCC, fetchurl, mpv-unwrapped, lib }:
+{ stdenvNoCC, mpv-unwrapped, lib }:
 
 stdenvNoCC.mkDerivation rec {
   pname = "mpv-autoload";