···11111212 # When the extension is already available in the default extensions set.
1313 vscodeExtensions = with vscode-extensions; [
1414- bbenoist.Nix
1414+ bbenoist.nix
1515 ]
16161717 # Concise version from the vscode market place when not available in the default set.
···2323, mkDerivation
2424, which
2525}:
2626-let inherit (lib) getDev; in
2626+2727mkDerivation rec {
2828 pname = "mlt";
2929 version = "6.24.0";
···71717272 # mlt is unable to cope with our multi-prefix Qt build
7373 # because it does not use CMake or qmake.
7474- NIX_CFLAGS_COMPILE = "-I${getDev qtsvg}/include/QtSvg";
7474+ NIX_CFLAGS_COMPILE = "-I${lib.getDev qtsvg}/include/QtSvg";
75757676 CXXFLAGS = "-std=c++11";
7777