Show More
@@ -112,7 +112,7 b' let' | |||
|
112 | 112 | cp -v vcsserver/VERSION $out/nix-support/rccontrol/version |
|
113 | 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 | 116 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ |
|
117 | 117 | |
|
118 | 118 | # Symlink version control utilities |
@@ -124,9 +124,10 b' let' | |||
|
124 | 124 | ln -s ${self.mercurial}/bin/hg $out/bin |
|
125 | 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 | 128 | wrapProgram $file \ |
|
129 |
-- |
|
|
129 | --set PATH $PATH \ | |
|
130 | --set PYTHONPATH $PYTHONPATH \ | |
|
130 | 131 | --set PYTHONHASHSEED random |
|
131 | 132 | done |
|
132 | 133 | ''; |
General Comments 0
You need to be logged in to leave comments.
Login now