Skip to content

Commit

Permalink
mopidy: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Nov 14, 2024
1 parent 29018c3 commit 3993629
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/applications/audio/mopidy/mopidy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ pythonPackages.buildPythonApplication rec {
];

propagatedBuildInputs =
[
gobject-introspection
]
[ gobject-introspection ]
++ (
with pythonPackages;
[
Expand All @@ -50,9 +48,7 @@ pythonPackages.buildPythonApplication rec {
++ lib.optional (!stdenv.hostPlatform.isDarwin) dbus-python
);

propagatedNativeBuildInputs = [
gobject-introspection
];
propagatedNativeBuildInputs = [ gobject-introspection ];

# There are no tests
doCheck = false;
Expand All @@ -63,7 +59,9 @@ pythonPackages.buildPythonApplication rec {
)
'';

passthru.tests = { inherit (nixosTests) mopidy; };
passthru.tests = {
inherit (nixosTests) mopidy;
};

meta = with lib; {
homepage = "https://www.mopidy.com/";
Expand Down

0 comments on commit 3993629

Please sign in to comment.