diff options
author | Eelco Dolstra | 2004-02-17 20:08:01 +0000 |
---|---|---|
committer | Eelco Dolstra | 2004-02-17 20:08:01 +0000 |
commit | b79b18dfb7784102109ae4b97de5d42ad36c80a8 (patch) | |
tree | dc5a201db9da42a60e1d07496bf389683bfcb20c | |
parent | 90e75450a473227008a70636b9c3ae1288ac5942 (diff) |
* Add bittorrent to the cache.
svn path=/nixpkgs/trunk/; revision=798
-rw-r--r-- | pkgs/system/populate-cache.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/system/populate-cache.nix b/pkgs/system/populate-cache.nix index 56508f9cdda2..5bef23f4df5b 100644 --- a/pkgs/system/populate-cache.nix +++ b/pkgs/system/populate-cache.nix @@ -16,6 +16,7 @@ let { pkgs.wget pkgs.par2cmdline pkgs.cksfv + pkgs.bittorrent pkgs.graphviz pkgs.bash pkgs.binutils |