summary refs log tree commit diff
path: root/pkgs/development/libraries/mlt
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-15 00:48:03 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-15 00:48:03 +0200
commit61885e172b8d83607075ebabd4517a0a7e17da74 (patch)
tree43f9d1ef9a15485ae8ae44dd75c25ab2747ab4fa /pkgs/development/libraries/mlt
parent3c42670283df5ee06625c7ab17fa41f622244b22 (diff)
downloadnixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.tar
nixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.tar.gz
nixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.tar.bz2
nixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.tar.lz
nixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.tar.xz
nixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.tar.zst
nixpkgs-61885e172b8d83607075ebabd4517a0a7e17da74.zip
mlt: cleanup
Diffstat (limited to 'pkgs/development/libraries/mlt')
-rw-r--r--pkgs/development/libraries/mlt/qt-5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mlt/qt-5.nix b/pkgs/development/libraries/mlt/qt-5.nix
index 5a4b6e34e9d..f8724703f04 100644
--- a/pkgs/development/libraries/mlt/qt-5.nix
+++ b/pkgs/development/libraries/mlt/qt-5.nix
@@ -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";