mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
mlt: cleanup
This commit is contained in:
parent
3c42670283
commit
61885e172b
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue