Skip to content

Commit

Permalink
fix(nixos): subtube dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nagy135 committed Feb 15, 2022
1 parent fafd5da commit f7d370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/subtube.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation rec {
};

strictDeps = true;
buildInputs = [ dash sxiv mpv youtube-dl jq curl gnused gnugrep ];
buildInputs = [ dash sxiv mpv youtube-dl jq curl gnused gnugrep wob wget ];

makeFlags = [
"PREFIX=${placeholder "out"}"
Expand Down

0 comments on commit f7d370e

Please sign in to comment.