a9df2bc8b6
* Build callgrind so that it doesn't need its own copy of valgrind. * Add kcachegrind and callgrind to the cache. svn path=/nixpkgs/trunk/; revision=4635
9 lines
193 B
Bash
9 lines
193 B
Bash
source $stdenv/setup
|
|
|
|
postInstall=postInstall
|
|
postInstall() {
|
|
# !!! fix for other than x86-linux
|
|
ln -s $valgrind/lib/valgrind/x86-linux/*.so $out/lib/valgrind/x86-linux/
|
|
}
|
|
|
|
genericBuild |