Commit graph

11 commits

Author SHA1 Message Date
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 150b0712cd * Very subtle purity error: on NixOS, wxGTK wasn't being built with
Xinerama support.  It gets libXinerama as an explicit build input,
  but it checks for its existence in /usr/X11/include etc.  This
  caused Bittorrent to fail (NIXPKGS-61).  Backported the builder
  fixes from wxGTK 2.8.

svn path=/nixpkgs/trunk/; revision=8813
2007-05-31 14:02:16 +00:00
Eelco Dolstra d7c12b1a20 * wxGTK-2.6.4.
svn path=/nixpkgs/trunk/; revision=8646
2007-05-02 15:29:57 +00:00
Eelco Dolstra 9ea7038c51 * BitTorrent 5.0.3.
* wxPython 2.6.3.

svn path=/nixpkgs/trunk/; revision=7341
2006-12-13 20:30:09 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra 67818f5717 * Indent.
svn path=/nixpkgs/trunk/; revision=5677
2006-07-11 07:55:52 +00:00
Armijn Hemel 4377c4b1a9 make unicode support the default (Eelco told me to do it! honest!)
svn path=/nixpkgs/trunk/; revision=5585
2006-07-04 23:48:18 +00:00
Armijn Hemel 89a054b848 optional flag for building unicode support
svn path=/nixpkgs/trunk/; revision=5583
2006-07-04 22:45:24 +00:00
Eelco Dolstra a452173b2c * wxGTK 2.6.3.
svn path=/nixpkgs/trunk/; revision=5507
2006-06-23 22:41:47 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra 33eee5d50d * wxGTK 2.6.
* Also updated chmlib, xchm.

svn path=/nixpkgs/trunk/; revision=4109
2005-10-19 15:15:37 +00:00