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 {
|
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" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user