···1112 # When the extension is already available in the default extensions set.
13 vscodeExtensions = with vscode-extensions; [
14- bbenoist.Nix
15 ]
1617 # Concise version from the vscode market place when not available in the default set.
···1112 # When the extension is already available in the default extensions set.
13 vscodeExtensions = with vscode-extensions; [
14+ bbenoist.nix
15 ]
1617 # Concise version from the vscode market place when not available in the default set.
···23, mkDerivation
24, which
25}:
26-let inherit (lib) getDev; in
27mkDerivation rec {
28 pname = "mlt";
29 version = "6.24.0";
···7172 # mlt is unable to cope with our multi-prefix Qt build
73 # because it does not use CMake or qmake.
74- NIX_CFLAGS_COMPILE = "-I${getDev qtsvg}/include/QtSvg";
7576 CXXFLAGS = "-std=c++11";
77
···23, mkDerivation
24, which
25}:
26+27mkDerivation rec {
28 pname = "mlt";
29 version = "6.24.0";
···7172 # mlt is unable to cope with our multi-prefix Qt build
73 # because it does not use CMake or qmake.
74+ NIX_CFLAGS_COMPILE = "-I${lib.getDev qtsvg}/include/QtSvg";
7576 CXXFLAGS = "-std=c++11";
77