mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
mopidy: remove usage of with lib;
This commit is contained in:
parent
d7edbf5505
commit
2f08dad0d1
1 changed files with 3 additions and 3 deletions
|
@ -75,12 +75,12 @@ pythonPackages.buildPythonApplication rec {
|
||||||
inherit (nixosTests) mopidy;
|
inherit (nixosTests) mopidy;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://www.mopidy.com/";
|
homepage = "https://www.mopidy.com/";
|
||||||
description = "Extensible music server that plays music from local disk, Spotify, SoundCloud, and more";
|
description = "Extensible music server that plays music from local disk, Spotify, SoundCloud, and more";
|
||||||
mainProgram = "mopidy";
|
mainProgram = "mopidy";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ maintainers.fpletz ];
|
maintainers = [ lib.maintainers.fpletz ];
|
||||||
hydraPlatforms = [ ];
|
hydraPlatforms = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue