about summary refs log tree commit diff
path: root/pkgs/applications/video/xplayer
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2022-01-28 15:55:42 +0100
committerThomas Gerbet <thomas@gerbet.me>2022-01-28 15:55:42 +0100
commit51f76a11195f67ec5160b2a799f23fc9b6b1bf2b (patch)
treee813585ef1a3ba96c5790d7e8fcf5f2455a70b0f /pkgs/applications/video/xplayer
parentc8206d353431ef247cdfaf044323c28ddc4c2954 (diff)
xplayer: fix the build
Diffstat (limited to 'pkgs/applications/video/xplayer')
-rw-r--r--pkgs/applications/video/xplayer/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''