Merge pull request #157153 from LeSuisse/xplayer-fix-build

xplayer: fix the build

Changed files
+1 -1
pkgs
applications
video
xplayer
+1 -1
pkgs/applications/video/xplayer/default.nix
···
# 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 = ''