mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-10-31 22:05:44 +01:00
fix incorrect callPackage call
This commit is contained in:
parent
f4a4b09df6
commit
49110747de
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue