mpvScripts.mpris: Use mpv-unwrapped
Needed after #88620 to fix evaluation in some cases. Fixes #100771
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchpatch, fetchFromGitHub, pkgconfig, glib, mpv }:
|
{ stdenv, fetchpatch, fetchFromGitHub, pkgconfig, glib, mpv-unwrapped }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mpv-mpris";
|
pname = "mpv-mpris";
|
||||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ glib mpv ];
|
buildInputs = [ glib mpv-unwrapped ];
|
||||||
|
|
||||||
installFlags = [ "SCRIPTS_DIR=$(out)/share/mpv/scripts" ];
|
installFlags = [ "SCRIPTS_DIR=$(out)/share/mpv/scripts" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user