NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.76k stars 13.18k forks source link

mopidy: systemd warning during build #307043

Open codebam opened 3 months ago

codebam commented 3 months ago

Describe the bug

A clear and concise description of what the bug is.

warning: mopidy.service is ordered after 'network-online.target' but doesn't depend on it

this message appears when building mopidy with

services.mopidy.enable = true;

Steps To Reproduce

Steps to reproduce the behavior:

  1. services.mopidy.enable = true;
  2. nixos-rebuild switch

Expected behavior

A clear and concise description of what you expected to happen.

No warning message

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Notify maintainers

@fpletz

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 6.8.6-zen1, NixOS, 24.05 (Uakari), 24.05.20240424.8a30b52`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/store/s6dwp581gngnw81h5qn52h2nqb70cvz9-source`

Add a :+1: reaction to issues you find important.

eclairevoyant commented 3 months ago

see #282795 for the fix