mlt: cleanup

This commit is contained in:
Sandro Jäckel 2021-08-15 00:48:03 +02:00
parent 3c42670283
commit 61885e172b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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";