mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
mpvScripts.mpris: Use mpv-unwrapped
Needed after #88620 to fix evaluation in some cases. Fixes #100771
This commit is contained in:
parent
8133b9cb5f
commit
39e33a47b3
@ -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