Finally I fix, not blindly, the nvidia-cg-toolkit expression for i686-linux
svn path=/nixpkgs/trunk/; revision=32554
This commit is contained in:
parent
6f7cb59e04
commit
bfd787a69a
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
for b in cgc cgfxcat cginfo
|
for b in cgc cgfxcat cginfo
|
||||||
do
|
do
|
||||||
patchelf --set-interpreter ${stdenv.glibc}/lib/ld-linux-*.so.? "bin/$b"
|
patchelf --set-interpreter ${stdenv.glibc}/lib/ld-linux*.so.? "bin/$b"
|
||||||
done
|
done
|
||||||
# FIXME: cgfxcat and cginfo need more patchelf
|
# FIXME: cgfxcat and cginfo need more patchelf
|
||||||
ensureDir "$out/bin/"
|
ensureDir "$out/bin/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user