parent
2c070a4be0
commit
f12e7f2513
16 changed files with 124 additions and 53 deletions
packages/librespot-auth
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
# nix build inputs
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
rustPlatform,
|
||||
# deps
|
||||
openssl,
|
||||
pkg-config,
|
||||
rustPlatform,
|
||||
...
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -36,9 +38,12 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "A simple program for populating a credentials.json via Spotify's zeroconf authentication.";
|
||||
mainProgram = pname;
|
||||
homepage = "https://github.com/dspearson/librespot-auth";
|
||||
license = with lib.licenses; [isc];
|
||||
homepage = "https://github.com/dspearson/librespot-auth";
|
||||
description = ''
|
||||
A simple program for populating a credentials.json via Spotify's
|
||||
zeroconf authentication.
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue