fix incorrect callPackage call

pull/1/head
Tadeo Kondrak 2019-07-04 04:46:53 -06:00
parent f4a4b09df6
commit 49110747de
No known key found for this signature in database
GPG Key ID: C4654C621CD5277C
1 changed files with 1 additions and 1 deletions

View File

@ -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 { };