Michael Raskin
c1e37ee94d
svn path=/nixpkgs/trunk/; revision=8896
2007-06-19 17:40:42 +00:00
Michael Raskin
49c274d6a6
Fixed ftp source for those with IPs without reverse DNS.
...
svn path=/nixpkgs/trunk/; revision=8895
2007-06-19 16:06:53 +00:00
Eelco Dolstra
a08bb7f48c
* Latest Ruby.
...
svn path=/nixpkgs/trunk/; revision=8887
2007-06-18 10:23:09 +00:00
Michael Raskin
84649f5303
Added lsof in package collection
...
svn path=/nixpkgs/trunk/; revision=8886
2007-06-17 22:44:30 +00:00
Michael Raskin
54061e6173
Added lsof - "list open files" tool
...
svn path=/nixpkgs/trunk/; revision=8885
2007-06-17 22:34:44 +00:00
Armijn Hemel
400499686e
add boost
...
svn path=/nixpkgs/trunk/; revision=8874
2007-06-12 15:35:57 +00:00
Eelco Dolstra
efba820026
* Quick fix for an incompatibility between libXp and lesstif, which
...
caused the xpdf build to fail. Patch from
http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg101592.html
svn path=/nixpkgs/trunk/; revision=8867
2007-06-11 14:33:05 +00:00
Eelco Dolstra
80c7cce4e9
* Use /var.
...
svn path=/nixpkgs/trunk/; revision=8836
2007-06-05 16:56:10 +00:00
Armijn Hemel
838879a4ac
fix hash for ghc
...
svn path=/nixpkgs/trunk/; revision=8818
2007-06-02 17:15:19 +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
d16ae4efcf
* Added wxGTK/wxPython 2.8. However this was quite pointless as
...
Bittorrent is even more broken with wxPython 2.8.
svn path=/nixpkgs/trunk/; revision=8812
2007-05-31 13:43:13 +00:00
Eelco Dolstra
13567556bf
* Give the real GCC a lower priority than the GCC wrapper so that both
...
can be installed in a user environment without conflict. This is
useful if you need gcov (which isn't symlinked in the GCC wrapper).
svn path=/nixpkgs/trunk/; revision=8809
2007-05-31 13:00:49 +00:00
Wouter den Breejen
5200276c3b
nixpkgs dir: nvidia and libsrvg
...
svn path=/nixpkgs/trunk/; revision=8785
2007-05-28 14:10:46 +00:00
Eelco Dolstra
1dcd8601bf
* Proper test for the libc attribute.
...
svn path=/nixpkgs/trunk/; revision=8782
2007-05-27 15:00:30 +00:00
Eelco Dolstra
c5e1ae5eaf
* Purity fix in building Python: don't let it search in /usr/include
...
and /usr/lib to determine what optional modules (like bzip2, zlib,
dl, etc.) to build. Unfortunately there doesn't seem to be a way to
tell the Python build process to look anywhere else, so I had to
patch setup.py.
svn path=/nixpkgs/trunk/; revision=8780
2007-05-27 14:34:01 +00:00
Eelco Dolstra
659023aa97
* Hack for building zlib on Cygwin (NIXPKGS-28).
...
svn path=/nixpkgs/trunk/; revision=8768
2007-05-24 16:05:40 +00:00
Eelco Dolstra
e6779a3701
* Use patchelf 0.3.
...
svn path=/nixpkgs/trunk/; revision=8767
2007-05-24 16:00:05 +00:00
Eelco Dolstra
030b604a1b
* Doh.
...
svn path=/nixpkgs/trunk/; revision=8756
2007-05-24 15:23:44 +00:00
Eelco Dolstra
45c7aa04d7
* Don't look in /usr/lib and /usr/include for certain kinds of
...
dependencies. (NIXPKGS-45)
svn path=/nixpkgs/trunk/; revision=8755
2007-05-24 15:20:40 +00:00
Eelco Dolstra
a6cf6c23f3
* Perl updated to 5.8.8 (NIXPKGS-56).
...
* Fix a potential security problem in Cwd in taint mode.
svn path=/nixpkgs/trunk/; revision=8751
2007-05-24 14:41:18 +00:00
Eelco Dolstra
056209410d
* GNU M4 updated to 1.4.9 (NIXPKGS-51).
...
svn path=/nixpkgs/trunk/; revision=8748
2007-05-24 13:42:28 +00:00
Eelco Dolstra
c62a35fc0c
* pcre updated to 7.1 (NIXPKGS-58).
...
svn path=/nixpkgs/trunk/; revision=8747
2007-05-24 13:41:25 +00:00
Eelco Dolstra
bfbdd69b2f
* Make a symlink "lib64" to "lib" to fix ldd (which looks for the
...
dynamic linker in lib64 on x86_64). (NIXOS-54)
svn path=/nixpkgs/trunk/; revision=8741
2007-05-24 13:33:23 +00:00
Eelco Dolstra
2a804eb95b
* Backported the gcc 4.2 patch to 4.1
...
* Update to gcc 4.1.2.
* Removed some unnecessary stuff from the patch.
svn path=/nixpkgs/trunk/; revision=8739
2007-05-24 13:30:09 +00:00
Eelco Dolstra
59d7cc0cd0
* Maybe libmudflap and libssp work now.
...
svn path=/nixpkgs/trunk/; revision=8724
2007-05-20 21:21:35 +00:00
Eelco Dolstra
062308aabf
* Remove some "fixed" header files.
...
* Strip the gcc executables.
svn path=/nixpkgs/trunk/; revision=8723
2007-05-20 21:09:49 +00:00
Eelco Dolstra
b8dae869b3
* Trying to get gcc 4.2.0 to compile...
...
* Compute --enable-languages in the Nix expression instead of in the
builder.
* Pass some flags through the Make command line instead of patching
the Makefiles.
* gcc: generate code for i686 by default (instead of i386).
* gcc: patch out some references to /lib and /usr/lib.
svn path=/nixpkgs/trunk/; revision=8722
2007-05-20 20:27:55 +00:00
Armijn Hemel
8191ee8927
fix patch, still does not build cleanly
...
svn path=/nixpkgs/trunk/; revision=8716
2007-05-17 23:37:57 +00:00
Armijn Hemel
15c8486e51
gcc 4.2.0 stubs. untested.
...
svn path=/nixpkgs/trunk/; revision=8715
2007-05-17 16:27:54 +00:00
Eelco Dolstra
422da176d7
* Fix another bug in Berkeley DB's DB_REGISTER feature (Oracle should
...
hire me...). There is a very small race between processes exiting
the environment and processes entering, such that the entering
process would incorrectly conclude that the exiting process had
died and recovery was necessary. However, this race was triggering
crashes on a daily basis in our build farm.
svn path=/nixpkgs/trunk/; revision=8712
2007-05-16 19:30:57 +00:00
Eelco Dolstra
41291a5b26
* Fix Mesa-related evaluation errors.
...
svn path=/nixpkgs/trunk/; revision=8708
2007-05-16 14:49:28 +00:00
Eelco Dolstra
2f670d1e06
* Copy elfutils before it disappears again.
...
svn path=/nixpkgs/trunk/; revision=8703
2007-05-15 13:33:39 +00:00
Eelco Dolstra
80efe94cd0
* Old version disappeared.
...
svn path=/nixpkgs/trunk/; revision=8701
2007-05-15 13:25:16 +00:00
Eelco Dolstra
1171d3e22c
* Added GemRB, a reimplementation of the Infinity Engine.
...
svn path=/nixpkgs/trunk/; revision=8695
2007-05-14 21:47:11 +00:00
Armijn Hemel
d0b41fda3e
libxml2 2.6.27, libxslt 1.1.20
...
svn path=/nixpkgs/trunk/; revision=8685
2007-05-14 01:18:36 +00:00
Armijn Hemel
fc9a530666
1.3.29 -> 1.3.31
...
svn path=/nixpkgs/trunk/; revision=8684
2007-05-14 01:05:53 +00:00
Armijn Hemel
7f3a1fa68f
1.4.4 -> 1.4.6
...
svn path=/nixpkgs/trunk/; revision=8670
2007-05-13 21:45:43 +00:00
Armijn Hemel
a268c294b5
make pygobject an inherited attribute
...
svn path=/nixpkgs/trunk/; revision=8669
2007-05-13 21:15:41 +00:00
Armijn Hemel
7260c4b533
update to 0.6.14
...
svn path=/nixpkgs/trunk/; revision=8668
2007-05-13 21:07:18 +00:00
Armijn Hemel
e6e620279e
update pygtk
...
svn path=/nixpkgs/trunk/; revision=8667
2007-05-13 20:54:38 +00:00
Armijn Hemel
4d0fe8a249
add pycairo: cairo bindings for cairo
...
svn path=/nixpkgs/trunk/; revision=8666
2007-05-13 20:49:13 +00:00
Armijn Hemel
8a15f2a72a
add pygobject
...
svn path=/nixpkgs/trunk/; revision=8665
2007-05-13 20:12:13 +00:00
Armijn Hemel
d87871bb9d
update to 3.0.3
...
svn path=/nixpkgs/trunk/; revision=8662
2007-05-13 17:46:47 +00:00
Martin Bravenboer
93393a6748
Added aspell
...
Added gtkspell
Added pidgin, builds but does not run yet:
running pidgin fails to find libX11.so.6. ldd on pidgin reports:
libX11.so.6 => not found
....
libX11.so.6 => /nix/store/brsva6rh1p2ymjvk7054a90is5panrhf-libX11-1.1.1/lib/libX11.so.6 (0xb7358000)
which looks a bit weird ... Maybe some problem with patchelf? Or just
a build problem and should the library path be set using an
environment variable?
svn path=/nixpkgs/trunk/; revision=8660
2007-05-13 14:22:24 +00:00
Andres Löh
4c05f557a8
* added Ralf Hinze's "frown" parser generator for Haskell
...
svn path=/nixpkgs/trunk/; revision=8657
2007-05-09 13:10:31 +00:00
Andres Löh
e3f701c311
* ghc version 6.6.1
...
svn path=/nixpkgs/trunk/; revision=8654
2007-05-06 15:39:39 +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
dfd401259c
* Added cvs2svn.
...
* Berkeley DB 4.5 is now the default.
svn path=/nixpkgs/trunk/; revision=8641
2007-05-02 11:49:18 +00:00
Eelco Dolstra
cba3104ae8
* Give binutils a lower default priority than the gcc wrapper so that
...
"nix-env -i binutils gcc" will do the Right Thing and not give a
collision.
svn path=/nixpkgs/trunk/; revision=8624
2007-04-27 23:30:07 +00:00
Eelco Dolstra
0caae36936
* Purity fix: don't use /usr/bin/install.
...
svn path=/nixpkgs/trunk/; revision=8619
2007-04-26 22:28:26 +00:00