Merge pull request #229853 from Ruixi-rebirth/go-musicfox

go-musicfox: add nix-update-script to passthru
This commit is contained in:
Weijia Wang 2023-05-04 13:32:18 +03:00 committed by GitHub
commit 8127c9775d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, pkg-config
, alsa-lib
, flac
, nix-update-script
}:
buildGoModule rec {
@ -38,6 +39,8 @@ buildGoModule rec {
flac
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Terminal netease cloud music client written in Go";
homepage = "https://github.com/anhoder/go-musicfox";