Show More
@@ -112,7 +112,7 b' let' | |||||
112 | cp -v vcsserver/VERSION $out/nix-support/rccontrol/version |
|
112 | cp -v vcsserver/VERSION $out/nix-support/rccontrol/version | |
113 | echo "DONE: Meta information for rccontrol written" |
|
113 | echo "DONE: Meta information for rccontrol written" | |
114 |
|
114 | |||
115 |
ln -s ${self.pyramid}/bin/* $out/bin |
|
115 | ln -s ${self.pyramid}/bin/* $out/bin/ | |
116 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ |
|
116 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ | |
117 |
|
117 | |||
118 | # Symlink version control utilities |
|
118 | # Symlink version control utilities | |
@@ -124,9 +124,10 b' let' | |||||
124 | ln -s ${self.mercurial}/bin/hg $out/bin |
|
124 | ln -s ${self.mercurial}/bin/hg $out/bin | |
125 | ln -s ${pkgs.subversion}/bin/svn* $out/bin |
|
125 | ln -s ${pkgs.subversion}/bin/svn* $out/bin | |
126 |
|
126 | |||
127 |
for file in $out/bin/*; do |
|
127 | for file in $out/bin/*; do | |
128 | wrapProgram $file \ |
|
128 | wrapProgram $file \ | |
129 |
-- |
|
129 | --set PATH $PATH \ | |
|
130 | --set PYTHONPATH $PYTHONPATH \ | |||
130 | --set PYTHONHASHSEED random |
|
131 | --set PYTHONHASHSEED random | |
131 | done |
|
132 | done | |
132 | ''; |
|
133 | ''; |
General Comments 0
You need to be logged in to leave comments.
Login now