Show More
@@ -119,7 +119,7 b' let' | |||||
119 | cp -v vcsserver/VERSION $out/nix-support/rccontrol/version |
|
119 | cp -v vcsserver/VERSION $out/nix-support/rccontrol/version | |
120 | echo "DONE: Meta information for rccontrol written" |
|
120 | echo "DONE: Meta information for rccontrol written" | |
121 |
|
121 | |||
122 |
ln -s ${self.pyramid}/bin/* $out/bin |
|
122 | ln -s ${self.pyramid}/bin/* $out/bin/ | |
123 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ |
|
123 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ | |
124 |
|
124 | |||
125 | # Symlink version control utilities |
|
125 | # Symlink version control utilities | |
@@ -131,7 +131,7 b' let' | |||||
131 | ln -s ${self.mercurial}/bin/hg $out/bin |
|
131 | ln -s ${self.mercurial}/bin/hg $out/bin | |
132 | ln -s ${pkgs.subversion}/bin/svn* $out/bin |
|
132 | ln -s ${pkgs.subversion}/bin/svn* $out/bin | |
133 |
|
133 | |||
134 |
for file in $out/bin/*; do |
|
134 | for file in $out/bin/*; do | |
135 | wrapProgram $file \ |
|
135 | wrapProgram $file \ | |
136 | --prefix PYTHONPATH : $PYTHONPATH \ |
|
136 | --prefix PYTHONPATH : $PYTHONPATH \ | |
137 | --set PYTHONHASHSEED random |
|
137 | --set PYTHONHASHSEED random |
General Comments 0
You need to be logged in to leave comments.
Login now