fix incorrect callPackage call

This commit is contained in:
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

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