flex-ndax: remove use of with lib;

This commit is contained in:
Mikael Voss
2025-02-14 12:57:10 +01:00
parent a0fe078bef
commit fefc5bc4d5
+3 -3
View File
@@ -21,12 +21,12 @@ buildGoModule rec {
vendorHash = "sha256-05LWJm4MoJqjJaFrBZvutKlqSTGl4dSp433AfHHO6LU=";
meta = with lib; {
meta = {
broken = stdenv.hostPlatform.isDarwin;
homepage = "https://github.com/kc2g-flex-tools/nDAX";
description = "FlexRadio digital audio transport (DAX) connector for PulseAudio";
license = licenses.mit;
maintainers = with maintainers; [ mvs ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mvs ];
mainProgram = "nDAX";
};
}