10 , gobject-introspection
28 stdenv.mkDerivation rec {
32 src = fetchFromGitHub {
36 sha256 = "sha256-o2vLNIELd1EYWG26t5gOpnamJrBJeg4P6fcLirkcmfM=";
39 # configure wants to find gst-inspect-1.0 via pkgconfig but
40 # the gstreamer toolsdir points to the wrong derivation output
42 substituteInPlace configure.ac \
43 --replace '$gst10_toolsdir/gst-inspect-1.0' '${gstreamer}/bin/gst-inspect-1.0' \
48 "INCLUDES=-I${glib.dev}/include/gio-unix-2.0"
49 "CFLAGS=-Wno-error" # Otherwise a lot of deprecated warnings are treated as error
62 python3.pkgs.wrapPython
81 # to satisfy configure script
82 python3.pkgs.pygobject3
86 buildPythonPath ${python3.pkgs.dbus-python}
87 patchPythonScript $out/lib/xplayer/plugins/dbus/dbusservice.py
91 description = "A generic media player from Linux Mint";
92 license = with licenses; [ gpl2Plus lgpl21Plus ];
93 homepage = "https://github.com/linuxmint/xplayer";
94 maintainers = with maintainers; [ tu-maurice bobby285271 ];
95 platforms = platforms.linux;