Merge pull request #134077 from SuperSandro2000/mlt

mlt: cleanup
This commit is contained in:
Sandro 2021-08-15 01:19:26 +02:00 committed by GitHub
commit d7bc7013ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
, mkDerivation
, which
}:
let inherit (lib) getDev; in
mkDerivation rec {
pname = "mlt";
version = "6.24.0";
@ -71,7 +71,7 @@ mkDerivation rec {
# mlt is unable to cope with our multi-prefix Qt build
# because it does not use CMake or qmake.
NIX_CFLAGS_COMPILE = "-I${getDev qtsvg}/include/QtSvg";
NIX_CFLAGS_COMPILE = "-I${lib.getDev qtsvg}/include/QtSvg";
CXXFLAGS = "-std=c++11";