Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
Co-authored-by: Donovan Glover <[email protected]>
  • Loading branch information
Rishik-Y and donovanglover authored Dec 19, 2024
1 parent 5452c47 commit 2f5d7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/ani-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
};

nativeBuildInputs = [ makeWrapper ];
runtimeDependencies =
runtimeDependencies =
let
player = [ ] ++ lib.optional withMpv mpv ++ lib.optional withVlc vlc ++ lib.optional withIina iina;
in
Expand Down

0 comments on commit 2f5d7cc

Please sign in to comment.