2005-11-11 16:54:03 +00:00
|
|
|
source $stdenv/setup
|
|
|
|
|
2006-01-31 13:50:49 +00:00
|
|
|
postInstall=postInstall
|
|
|
|
postInstall() {
|
|
|
|
# !!! fix for other than x86-linux
|
|
|
|
ln -s $valgrind/lib/valgrind/x86-linux/*.so $out/lib/valgrind/x86-linux/
|
|
|
|
}
|
2005-11-11 16:54:03 +00:00
|
|
|
|
2006-01-31 13:50:49 +00:00
|
|
|
genericBuild
|