mpd-mpris: Format package arguments

This commit is contained in:
Doron Behar 2023-08-30 09:57:24 +03:00
parent 02459909ce
commit 6f8f675bdf

View File

@ -1,4 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib
, buildGoModule
, fetchFromGitHub
, fetchpatch
}:
buildGoModule rec {
pname = "mpd-mpris";