mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
Merge pull request #229853 from Ruixi-rebirth/go-musicfox
go-musicfox: add nix-update-script to passthru
This commit is contained in:
commit
8127c9775d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user