torch: add main application to the top-level

This commit is contained in:
Sergey Mironov 2016-03-21 22:08:32 +03:00
parent 4a36a0c504
commit 5211ddb92e

View File

@ -13432,6 +13432,8 @@ let
lua = luajit ;
} );
torch-repl = lib.setName "torch-repl" torchPackages.trepl;
torchat = callPackage ../applications/networking/instant-messengers/torchat {
wrapPython = pythonPackages.wrapPython;
};