mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
link bconsole to almir bin dir
This commit is contained in:
parent
f2e4d3a1c1
commit
34841f9527
@ -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"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user