go-musicfox: unbreak on darwin

This commit is contained in:
Aleksana
2024-05-19 18:39:15 +08:00
committed by GitHub
parent 0cebfcea11
commit e18412f72b
@@ -2,8 +2,9 @@
, buildGoModule
, fetchFromGitHub
, pkg-config
, alsa-lib
, flac
, stdenv
, alsa-lib
, nix-update-script
}:
@@ -35,8 +36,9 @@ buildGoModule rec {
];
buildInputs = [
alsa-lib
flac
] ++ lib.optionals stdenv.isLinux [
alsa-lib
];
passthru.updateScript = nix-update-script { };