link bconsole to almir bin dir

This commit is contained in:
Domen Kozar 2013-03-27 09:21:59 +01:00
parent f2e4d3a1c1
commit 34841f9527

View file

@ -166,6 +166,7 @@ pythonPackages = python.modules // rec {
postInstall = ''
ln -s ${pyramid}/bin/pserve $out/bin
ln -s ${pkgs.bacula}/bin/bconsole $out/bin
wrapProgram "$out/bin/pserve" \
--suffix PYTHONPATH : "$out/lib/python2.7/site-packages"
'';