summary refs log tree commit diff
path: root/pkgs/applications/video/avidemux/default.nix
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2021-08-20 17:29:48 +0200
committerArtturin <Artturin@artturin.com>2022-07-04 03:49:01 +0300
commitbcd70459981a6411418c2d8b0c13039270bdbf30 (patch)
treeac80298e67dbf1006df93d99eaa5925efc53c4dc /pkgs/applications/video/avidemux/default.nix
parent1ca04aa9f1bec24bd4e01bac7932bbdb91737abb (diff)
downloadnixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.tar
nixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.tar.gz
nixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.tar.bz2
nixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.tar.lz
nixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.tar.xz
nixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.tar.zst
nixpkgs-bcd70459981a6411418c2d8b0c13039270bdbf30.zip
treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
Diffstat (limited to 'pkgs/applications/video/avidemux/default.nix')
-rw-r--r--pkgs/applications/video/avidemux/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/video/avidemux/default.nix b/pkgs/applications/video/avidemux/default.nix
index d6b0467fb72..35c628f8a59 100644
--- a/pkgs/applications/video/avidemux/default.nix
+++ b/pkgs/applications/video/avidemux/default.nix
@@ -66,7 +66,6 @@ stdenv.mkDerivation rec {
     cd "$sourceRoot"
     patchPhase
 
-    export LD_LIBRARY_PATH="$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}${libXext}/lib"
     ${stdenv.shell} bootStrap.bash \
       --with-core \
       ${if withQT then "--with-qt" else "--without-qt"} \