From 49110747de8f1dcebcb43e17f45d8029489e7316 Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Thu, 4 Jul 2019 04:46:53 -0600 Subject: [PATCH] fix incorrect callPackage call --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 8b7c221..54bb9ff 100644 --- a/default.nix +++ b/default.nix @@ -18,7 +18,7 @@ self: super: { knlmeanscl = super.callPackage ./plugins/knlmeanscl { }; retinex = super.callPackage ./plugins/retinex { }; lsmashsource = super.callPackage ./plugins/lsmashsource { }; - mvtools = super.callPackage ./plugins/mvtools; + mvtools = super.callPackage ./plugins/mvtools { }; nnedi3 = super.callPackage ./plugins/nnedi3 { }; sangnom = super.callPackage ./plugins/sangnom { }; tcanny = super.callPackage ./plugins/tcanny { };