Merge pull request #100779 from lukebfox/patch-1
mpvScripts.mpris: fix build
This commit is contained in:
commit
978f5704ff
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchpatch, fetchFromGitHub, pkgconfig, glib, mpv }:
|
||||
{ stdenv, fetchpatch, fetchFromGitHub, pkgconfig, glib, mpv-unwrapped }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mpv-mpris";
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ glib mpv ];
|
||||
buildInputs = [ glib mpv-unwrapped ];
|
||||
|
||||
installFlags = [ "SCRIPTS_DIR=$(out)/share/mpv/scripts" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user