From 51f76a11195f67ec5160b2a799f23fc9b6b1bf2b Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Fri, 28 Jan 2022 15:55:42 +0100 Subject: xplayer: fix the build --- pkgs/applications/video/xplayer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/xplayer/default.nix b/pkgs/applications/video/xplayer/default.nix index a4b03e91501d4..9d6a5e18ad5d7 100644 --- a/pkgs/applications/video/xplayer/default.nix +++ b/pkgs/applications/video/xplayer/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { # the gstreamer toolsdir points to the wrong derivation output postPatch = '' substituteInPlace configure.ac \ - --replace '$gst10_toolsdir/gst-inspect-1.0' '${gstreamer.dev}/bin/gst-inspect-1.0' \ + --replace '$gst10_toolsdir/gst-inspect-1.0' '${gstreamer}/bin/gst-inspect-1.0' \ ''; preBuild = '' -- cgit 1.4.1