From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- user-profiles/mpv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-profiles/mpv/default.nix') diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 33b0ffaf..0c87b6e7 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix @@ -53,7 +53,7 @@ install -m 0644 mpris.so $out/share/mpv/scripts/${passthru.scriptName} ''; - nativeBuildInputs = with pkgs; [ pkgconfig glib mpv ]; + nativeBuildInputs = with pkgs; [ pkg-config glib mpv ]; passthru.scriptName = "mpris.so"; })) -- cgit v1.2.3