mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +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 = ''
|
postInstall = ''
|
||||||
ln -s ${pyramid}/bin/pserve $out/bin
|
ln -s ${pyramid}/bin/pserve $out/bin
|
||||||
|
ln -s ${pkgs.bacula}/bin/bconsole $out/bin
|
||||||
wrapProgram "$out/bin/pserve" \
|
wrapProgram "$out/bin/pserve" \
|
||||||
--suffix PYTHONPATH : "$out/lib/python2.7/site-packages"
|
--suffix PYTHONPATH : "$out/lib/python2.7/site-packages"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user