summaryrefslogtreecommitdiff
path: root/users/gkleen@bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-12 23:54:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-12 23:54:23 +0200
commit5ae95f7f35d7473c7e75da0af1fc05ef87080c11 (patch)
tree6552b69686ef16ce4437d64a1c0a61a18975c92c /users/gkleen@bragi.nix
parent449bc2235357cab95b5a1ca991bcdcd91eed2ba9 (diff)
downloadnixos-5ae95f7f35d7473c7e75da0af1fc05ef87080c11.tar
nixos-5ae95f7f35d7473c7e75da0af1fc05ef87080c11.tar.gz
nixos-5ae95f7f35d7473c7e75da0af1fc05ef87080c11.tar.bz2
nixos-5ae95f7f35d7473c7e75da0af1fc05ef87080c11.tar.xz
nixos-5ae95f7f35d7473c7e75da0af1fc05ef87080c11.zip
Added wget to wombatWrapper
Diffstat (limited to 'users/gkleen@bragi.nix')
-rw-r--r--users/gkleen@bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix
index e0b50300..2aaed367 100644
--- a/users/gkleen@bragi.nix
+++ b/users/gkleen@bragi.nix
@@ -53,6 +53,7 @@
53 chmod u+w $out/bin 53 chmod u+w $out/bin
54 wrapProgram $out/bin/wombat \ 54 wrapProgram $out/bin/wombat \
55 --prefix PATH : ${pkgs.ffmpeg}/bin \ 55 --prefix PATH : ${pkgs.ffmpeg}/bin \
56 --prefix PATH : ${pkgs.wget}/bin \
56 --prefix PATH : ${pkgs.youtube-dl}/bin 57 --prefix PATH : ${pkgs.youtube-dl}/bin
57 ''; 58 '';
58 }; 59 };