nixpkgs dir: nvidia and libsrvg

svn path=/nixpkgs/trunk/; revision=8785
This commit is contained in:
Wouter den Breejen
2007-05-28 14:10:46 +00:00
parent 1dcd8601bf
commit 5200276c3b
12 changed files with 233 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, x11, mesa}:
{stdenv, fetchurl, x11, mesa, libXext}:
stdenv.mkDerivation {
name = "glxinfo-6.5.2";
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
postFixup = "
for i in $out/bin/*; do
patchelf --set-rpath /var/state/opengl-driver/lib:$(patchelf --print-rpath $i) $i
patchelf --set-rpath /var/state/opengl-driver/lib:${libXext}/lib:$(patchelf --print-rpath $i) $i
done
";
}