tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gonic: enable on darwin too
Steve Purcell
2 years ago
cf7dfc8f
13e08a15
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
gonic
default.nix
-1
pkgs/servers/gonic/default.nix
···
55
description = "Music streaming server / subsonic server API implementation";
56
license = lib.licenses.gpl3Plus;
57
maintainers = with lib.maintainers; [ autrimpo ];
58
-
platforms = lib.platforms.linux;
59
mainProgram = "gonic";
60
};
61
}
···
55
description = "Music streaming server / subsonic server API implementation";
56
license = lib.licenses.gpl3Plus;
57
maintainers = with lib.maintainers; [ autrimpo ];
0
58
mainProgram = "gonic";
59
};
60
}