* Added rss-glx, a collection of nice OpenGL screensavers.

svn path=/nixpkgs/trunk/; revision=4614
This commit is contained in:
Eelco Dolstra
2006-01-28 02:10:26 +00:00
parent 410f21887a
commit 105150e281
5 changed files with 51 additions and 1 deletions
@@ -11,5 +11,5 @@
stdenv.mkDerivation {
name = "xorg-sys-opengl";
builder = ./builder.sh;
neededLibs = [xlibs.libXxf86vm expat];
neededLibs = [xlibs.libXxf86vm xlibs.libXext expat];
}