Commit graph

11 commits

Author SHA1 Message Date
Charles Strahan 5ea8497933 get xorg/x11 working on Darwin 2014-08-12 20:40:57 -04:00
Christophe Raffalli c205449003 upgraded freeglut to 2.8.1 (menu are broken in 2.8.0) 2013-06-16 22:33:41 +02:00
Vladimír Čunát aa0fb73064 mesa: make the attribute include the GL/glu.h
Packages expect it and it used to be true until mesa-9*.
This seems to be the easiest fix, otherwise many changes would be needed.
2013-01-31 22:44:31 +01:00
Vladimír Čunát 8bce732ad3 freeglut: fix with new mesa -- depend on mesa_glu 2013-01-31 20:34:37 +01:00
Eelco Dolstra 5553546c21 Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Florian Friesdorf 2c9461ebdd freeglut-2.8.0
svn path=/nixpkgs/trunk/; revision=31304
2012-01-04 23:05:41 +00:00
Peter Simons 5d63995485 pkgs/development/libraries/freeglut/default.nix: strip trailing white space
svn path=/nixpkgs/trunk/; revision=21431
2010-04-29 14:57:17 +00:00
Peter Simons 7d0cd3dbb7 pkgs/development/libraries/freeglut: disable building with "-Wall -Werror" on Darwin
The build generates warnings on MacOS X because of unused variables, and we
don't want those trivial problems to lead to a build failure.

svn path=/nixpkgs/trunk/; revision=21430
2010-04-29 14:57:13 +00:00
Yury G. Kudryashov 9e0a642955 freeglut: gcc-4.2 related patch
svn path=/nixpkgs/branches/stdenv-updates/; revision=10159
2008-01-16 00:06:31 +00:00
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra fc00fda363 * Added FreeGLUT.
svn path=/nixpkgs/trunk/; revision=8592
2007-04-18 13:47:35 +00:00