Commit graph

1199 commits

Author SHA1 Message Date
Michael Raskin 0c4c2cb04d Added missing fortran.sh . Doesn't work, though
svn path=/nixpkgs/trunk/; revision=9550
2007-10-29 11:23:22 +00:00
Michael Raskin d352d54b11 Added a new setup proposal, builder is no more derived from shell script (where edit=glibc rebuild), but is composed from a nix attribute set with strings and dependencies - so if you add a function, old expressions ignore it; collateral damage are packages in this style: Fastest Fourier Transform in the West, Audacity sound editor, Falling Sand game. Also added string equality that ignores dependencies to lib. Note that hasSuffixHack is now the more predictable version, but hasSuffix is left to remind us to fix the bug.
svn path=/nixpkgs/trunk/; revision=9549
2007-10-29 10:52:04 +00:00
Michael Raskin 98b2568a0f Tried to fortran-tune (insuccessfully) gcc expressions. They must accept mpfr and gmp anyway if we ever will build fortran.
svn path=/nixpkgs/trunk/; revision=9545
2007-10-28 20:19:43 +00:00
Michael Raskin 53a6d71842 Added MPFR; will be needed for gfortran, that doesn't work for now.
svn path=/nixpkgs/trunk/; revision=9526
2007-10-26 03:01:44 +00:00
Eelco Dolstra 6679941615 * aspell: hacked up a little patch to allow additional dictionary
directories to be specified through the environment variable
  ASPELL_EXTRA_DICT_DIRS.  This way dictionaries don't have to be
  installed into aspell's prefix.  Instead you can just set
  ASPELL_EXTRA_DICT_DIRS to $HOME/.nix-profile/lib/aspell and install
  dictionaries separately with nix-env (e.g. "nix-env -i
  aspell-dict-nl").
  
* Added a bunch of Aspell dictionaries.  Additional dictionaries can
  be added easily in development/libraries/aspell/dictionaries.nix.

svn path=/nixpkgs/trunk/; revision=9512
2007-10-23 16:33:11 +00:00
Armijn Hemel 183d29946f security update 0.9.8g
svn path=/nixpkgs/trunk/; revision=9510
2007-10-22 20:14:22 +00:00
Marc Weber e87c6a6793 sox, ffmpeg_svn expressions added
ghcPkgUtil defines a function to create setup-hook 
- creating a packagedatabase (nix-support/package.conf)
- adding it to GHC_PACKAGE_PATH
see comments for details

svn path=/nixpkgs/trunk/; revision=9500
2007-10-22 00:51:40 +00:00
Yury G. Kudryashov 4152053259 boost upgraded to 1.34.1
svn path=/nixpkgs/trunk/; revision=9495
2007-10-19 19:17:06 +00:00
Andres Löh 23d6fce80d * adding ghc-6.8 even though it still segfaults on my machine
(it's marked lowPrio for now, so it shouldn't break anything)

svn path=/nixpkgs/trunk/; revision=9482
2007-10-19 13:24:29 +00:00
Michael Raskin 2a59b66914 Corrected fpc configuration generation after update.
svn path=/nixpkgs/trunk/; revision=9474
2007-10-19 07:59:48 +00:00
Eelco Dolstra eaa4db148d * libxml2 / libxslt: provide a setup hook that prevents xmllint and
xsltproc from downloading DTDs from the network, which is impure.
  This caused a lot of problems with Gnome builds in the build farm,
  because those downloads are slow and would sometimes fail.

  The setup hook also sets up $XML_CATALOG_FILES.

svn path=/nixpkgs/trunk/; revision=9471
2007-10-18 21:08:47 +00:00
Yury G. Kudryashov 51e3a34bdb Added kde-team version for qt4.
KDE4 needs their own version of qt4 (with KDE patches). I've added this version.
You could choose Trolltech version for specific package by
qt4 = qt4_alts.trolltech
or change default in configuration.nix

svn path=/nixpkgs/trunk/; revision=9458
2007-10-12 20:38:39 +00:00
Yury G. Kudryashov 8a0194b4e5 Added OpenEXR and ilmbase. Actually, ilmbase is a part of OpenEXR
svn path=/nixpkgs/trunk/; revision=9457
2007-10-12 20:33:03 +00:00
Yury G. Kudryashov 203c236135 Added slapd to openldap
svn path=/nixpkgs/trunk/; revision=9456
2007-10-12 20:30:19 +00:00
Yury G. Kudryashov b167a71f29 enchant library added
svn path=/nixpkgs/trunk/; revision=9455
2007-10-12 20:27:15 +00:00
Michael Raskin 187c737e3c FPC version bump
svn path=/nixpkgs/trunk/; revision=9405
2007-10-04 19:18:31 +00:00
Michael Raskin 2d9f1f42b6 Now Guile works
svn path=/nixpkgs/trunk/; revision=9394
2007-10-02 20:48:39 +00:00
Yury G. Kudryashov 7d9d5b1484 Added redland library (also known as librdf)
svn path=/nixpkgs/trunk/; revision=9390
2007-10-01 15:14:50 +00:00
Yury G. Kudryashov 889baf5551 Added exiv2-0.15 library
svn path=/nixpkgs/trunk/; revision=9389
2007-10-01 15:12:41 +00:00
Yury G. Kudryashov ce6aef6574 Added cyrus-sasl-2.1.22 with openssl
svn path=/nixpkgs/trunk/; revision=9388
2007-10-01 15:11:38 +00:00
Yury G. Kudryashov b11756b9e4 Added cppunit (kde4 needs it)
svn path=/nixpkgs/trunk/; revision=9387
2007-10-01 15:09:29 +00:00
Yury G. Kudryashov 82b608d93f Added optional unicode support to pcre. Building old (non-unicode) package by
default.

svn path=/nixpkgs/trunk/; revision=9386
2007-10-01 15:07:55 +00:00
Michael Raskin 3dc3021d01 Renamed replace executable to replace-literal (Yurii Kudryashov noticed conflict with MySQL)
svn path=/nixpkgs/trunk/; revision=9376
2007-09-27 14:48:09 +00:00
Eelco Dolstra ebacd32b71 * Added libgd.
* gnuplot 4.2.2.

svn path=/nixpkgs/trunk/; revision=9354
2007-09-21 20:43:43 +00:00
Yury G. Kudryashov ffeb95502d Added dbus variant with X support
Default is the old variant (without X).

svn path=/nixpkgs/trunk/; revision=9350
2007-09-20 19:40:22 +00:00
Yury G. Kudryashov b6b6888765 cmake hooks changed
svn path=/nixpkgs/trunk/; revision=9349
2007-09-20 19:27:55 +00:00
Armijn Hemel 7c1741a1ae update to 1.8.0.8
svn path=/nixpkgs/trunk/; revision=9338
2007-09-18 20:11:27 +00:00
Armijn Hemel ef783b3c88 update to 4.11
svn path=/nixpkgs/trunk/; revision=9322
2007-09-15 23:54:01 +00:00
Eelco Dolstra 7588231bca * Purity problem: try to prevent php from looking for expat.
svn path=/nixpkgs/trunk/; revision=9298
2007-09-11 12:55:09 +00:00
Eelco Dolstra ea9667ab18 * Fixed some more URLs.
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra 105344a44e * Moved hsqldb.
svn path=/nixpkgs/trunk/; revision=9293
2007-09-11 11:06:31 +00:00
Eelco Dolstra 8f4d8573c0 * Fix a bunch of URLs.
svn path=/nixpkgs/trunk/; revision=9292
2007-09-11 10:15:07 +00:00
Eelco Dolstra e68cfbe1b4 * Symlink to the lib/ and etc/ directories of the real Ant,
OpenOffice needs that.

svn path=/nixpkgs/trunk/; revision=9261
2007-09-06 15:30:38 +00:00
Eelco Dolstra 8746f18f0d * More OpenOffice hackery. Added the magic incantations to get it to
install (of course there's no "make install", that would be too
  easy).  Also create some wrapper scripts "oowriter", "oodraw" etc.

  (I haven't done a full build of this yet, I've hacked on a tmpdir
  left behind by nix-build -K.)

svn path=/nixpkgs/trunk/; revision=9260
2007-09-06 15:00:33 +00:00
Eelco Dolstra 5b220fb397 * Some more attempts at getting OpenOffice (2.2.1) to build.
It compiles now, but I haven't figure out how to do the
  equivalent of a "make install".  But you can build with -K
  and then do

  $ cd /tmp/nix-.../OOF680_m18/instsetoo_native/util
  $ dmake openoffice_en-US PKGFORMAT=archive
  
  and you get a big tarball in 

  /tmp/nix-.../OOF680_m18/instsetoo_native/unxlngi6.pro/OpenOffice/archive/install/en-US

  that you can unpack anywhere to get a more-or-less working OpenOffice.

svn path=/nixpkgs/trunk/; revision=9257
2007-09-05 13:56:12 +00:00
Marc Weber 088a6817db added:
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul

changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added                                                 

svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Marc Weber 19b7d76f81 svn path=/nixpkgs/trunk/; revision=9239 2007-09-02 08:06:54 +00:00
Yury G. Kudryashov 245655b7a1 Added support for overridable variants of package.
For details read comments near getVersion function, gettext is the current
example.

svn path=/nixpkgs/trunk/; revision=9235
2007-09-01 18:26:13 +00:00
Eelco Dolstra 544cb9cb83 * Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +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 45a2c87402 * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of
fetchurl {
      url = http://heanet.dl.sourceforge.net/sourceforge/zapping/zapping-0.9.6.tar.bz2;
      md5 = "8306775c6a11de4d72345b5eee970ea6";
    };

  you can write

    fetchurl {
      url = mirror://sourceforge/zapping/zapping-0.9.6.tar.bz2;
      md5 = "8306775c6a11de4d72345b5eee970ea6";
    };

  which causes fetchurl to try the SourceForge mirrors listed in the
  `sourceforge' attribute in build-support/fetchurl/mirrors.nix.
  (They're currently tried in sequence, and the lists of mirrors are
  not configurable yet.)

  The syntax for mirror URLs is mirror://site/path/to/file, where
  `site' is currently one of `sourceforge', `gnu' (mirrors of
  ftp://ftp.gnu.org/pub/gnu) and `kernel' (mirrors of
  http://www.all.kernel.org/pub/).

svn path=/nixpkgs/trunk/; revision=9197
2007-08-27 12:44:01 +00:00
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra d0d721b0da * Latest libxml2, libxslt.
svn path=/nixpkgs/trunk/; revision=9186
2007-08-22 10:51:14 +00:00
Eelco Dolstra 38ace454e9 * Wine locates a lot of libraries dynamically through dlopen(). Add
them to the RPATH so that the user doesn't have to set them in
  LD_LIBRARY_PATH.

svn path=/nixpkgs/trunk/; revision=9177
2007-08-21 00:00:23 +00:00
Marc Weber 3e6eebc6e5 fltk-2.0
svn path=/nixpkgs/trunk/; revision=9171
2007-08-20 10:42:09 +00:00
Marc Weber 88640db58e hugs98 expression
svn path=/nixpkgs/trunk/; revision=9168
2007-08-20 10:33:42 +00:00
Michael Raskin cfab5a8cf9 Now glibc-NPTL builds...
svn path=/nixpkgs/trunk/; revision=9162
2007-08-18 19:04:19 +00:00
Michael Raskin e6c5500d42 Changed package name to glibc-2.5-nptl ...
svn path=/nixpkgs/trunk/; revision=9160
2007-08-18 16:23:11 +00:00
Eelco Dolstra 9cc12e9f05 * Old work on Glibc with NPTL. No idea if it compiles/works.
svn path=/nixpkgs/trunk/; revision=9157
2007-08-18 16:15:09 +00:00
Michael Raskin 7625cdadfb Added libwmf for handling embedded graphics in .doc files.
svn path=/nixpkgs/trunk/; revision=9153
2007-08-18 09:35:54 +00:00
Armijn Hemel 38871bf455 make libgcrypt propagated
svn path=/nixpkgs/trunk/; revision=9144
2007-08-16 22:05:38 +00:00
Armijn Hemel a42c1d3486 add libgcrypt and libotr
svn path=/nixpkgs/trunk/; revision=9142
2007-08-16 21:44:48 +00:00
Armijn Hemel 8270fbe16c bump some versions
svn path=/nixpkgs/trunk/; revision=9140
2007-08-16 20:58:25 +00:00
Andres Löh 920ce3551d * make ghc use the nix-provided gmp
- this fixes ghc on x86_64 and hopefully doesn't break 32-bit
  - ghc-6.6.1 and -6.6 are tested on 64-bit, 6.4.2 might fail

svn path=/nixpkgs/trunk/; revision=9132
2007-08-15 11:25:20 +00:00
Eelco Dolstra fbfed1e2d8 * xine-lib 1.1.7, xine-ui 0.99.5.
svn path=/nixpkgs/trunk/; revision=9118
2007-08-14 12:10:11 +00:00
Michael Raskin aae4a8db7a Added Free Pascal Compiler.
svn path=/nixpkgs/trunk/; revision=9102
2007-08-11 20:55:40 +00:00
Michael Raskin 4d137ad014 Added xmacro; updated clisp - well, it compiles now...
svn path=/nixpkgs/trunk/; revision=9098
2007-08-10 18:54:44 +00:00
Andres Löh 3d519c2bed * add unison
- unison uses a wrapper script to add font-schumacher-misc to the local X font path
    if the font isn't already present; this is necessary for it to work, but not terribly
    nice ...
* lablgtk is a dependency of unison
  - handling of library dirs with ocaml is a hack so far; in principle, ocaml needs
    a general setup for library dirs like ghc

svn path=/nixpkgs/trunk/; revision=9094
2007-08-10 08:21:31 +00:00
Michael Raskin 422433d1b9 Added pygame and some of its dependencies. Also added Python Imaging library.
svn path=/nixpkgs/trunk/; revision=9082
2007-08-09 17:33:18 +00:00
Armijn Hemel f87c4ec7f4 add Python 2.5.1
svn path=/nixpkgs/trunk/; revision=9077
2007-08-09 00:35:23 +00:00
Yury G. Kudryashov 33f6eb6b03 Some upgrades needed for kde4:
* alsa-lib: 1.0.12 -> 1.0.14
* alsa-utils: 1.0.13 -> 1.0.14
* strigi: 0.5.1 -> 0.5.3dev
* libgpg-error: 1.0 -> 1.4
* gpgme: 1.0.3 -> 1.1.4
* cmake: 2.4.6 -> 2.4.7

* Some kde4 components added (not compilable yet).
* icu4c-3.6 added
* boost: added unicode support to RegEx, switched to "system" layout

svn path=/nixpkgs/trunk/; revision=9068
2007-08-08 13:20:18 +00:00
Andres Löh 6710a5e02f * make ghcboot work on 64-bit
svn path=/nixpkgs/trunk/; revision=9067
2007-08-07 23:59:08 +00:00
Eelco Dolstra db0e9e16c9 * Use a patched ATerm library that fixes another GC bug.
svn path=/nixpkgs/trunk/; revision=9065
2007-08-07 23:27:38 +00:00
Eelco Dolstra 61656532dd * GCC 4.0.4.
svn path=/nixpkgs/trunk/; revision=9062
2007-08-07 12:05:10 +00:00
Eelco Dolstra b2bff981f3 * ifplugd: program for monitoring the link status of
ethernet interfaces.
* libdaemon: dependency of ifplugd.

svn path=/nixpkgs/trunk/; revision=9061
2007-08-06 18:45:53 +00:00
Yury G. Kudryashov 67d41efde1 Added some parts of kde-4. It doesn't work yet, but I need version control
svn path=/nixpkgs/trunk/; revision=9049
2007-08-05 13:54:42 +00:00
Eelco Dolstra 7d5152714e * Some updates.
svn path=/nixpkgs/trunk/; revision=9025
2007-07-28 20:19:33 +00:00
Armijn Hemel f65b58c081 add clanlib
svn path=/nixpkgs/trunk/; revision=9017
2007-07-22 18:22:46 +00:00
Yury G. Kudryashov 4b33c46279 * ion-3 and elinks added, missprint in qt-4 corrected
svn path=/nixpkgs/trunk/; revision=8993
2007-07-17 19:29:53 +00:00
Yury G. Kudryashov 09d1b78f21 Reverted gettext to 0.14.6
svn path=/nixpkgs/trunk/; revision=8992
2007-07-17 17:10:00 +00:00
Yury G. Kudryashov b65eff8933 Added qt-4
svn path=/nixpkgs/trunk/; revision=8991
2007-07-17 17:08:38 +00:00
Yury G. Kudryashov 2d0d0e8fbf * zsh upgraded to 4.3.2, lua upgraded to 5.1.2 (works only on linux now)
svn path=/nixpkgs/trunk/; revision=8990
2007-07-17 16:43:06 +00:00
Wouter den Breejen 74df4c50c6 Fixed undeclared gettext dependency for libgsf
svn path=/nixpkgs/trunk/; revision=8988
2007-07-17 14:44:40 +00:00
Michael Raskin 26ad059fb5 Added cdrkit to burn DVDs.
svn path=/nixpkgs/trunk/; revision=8958
2007-07-07 22:31:37 +00:00
Michael Raskin 474c738642 Updated libpng version. Vulnerability of kind "visit a page with a bad picture, browser fails".
svn path=/nixpkgs/trunk/; revision=8955
2007-07-07 13:33:39 +00:00
Martin Bravenboer 5983f91836 A pkgs/development/libraries/aspell/builder.sh
M    pkgs/development/libraries/aspell/default.nix

aspell comes without any dictionaries, so if you actually want to use
it you need to install additional dictionary packages. I've added the
package for English, but obviously more should be added. Dictionaries
are installed in the prefix of aspell.

M    pkgs/top-level/all-packages.nix

aspell dict package for English needs which

added an option enableMPlayer to wrapFirefox to disable the MPlayer
plugin. It's enabled by default.


svn path=/nixpkgs/trunk/; revision=8944
2007-07-04 01:35:29 +00:00
Michael Raskin 68d6762e0f I hope I disabled ncursesw in Cygwin. Also fixed device-mapper mention in system.nix. Also added pam in the list of sudo dependencies, it should be done anyway, but still only NOPASSWD entries work.
svn path=/nixpkgs/trunk/; revision=8931
2007-06-28 22:14:25 +00:00
Yury G. Kudryashov 40657fbece * ncurses: added symlinks for bynary packages linked against libncurses. Tested
with ghc. I will add 'unicode' option next check in (for cygwin).
* pidgin:  Got rid of builder.sh, added ncurses to the dependencies, so it builds
           finch.
* xorg:    Added glproto and mesaHeaders to xf86videosis dependencies. Now it
           compiles.
* pwgen:   Added.
* device-mapper: Version bump. Added 'static' option for use in initrd.
* lvm2:          Version bump. Added 'static' option for use in initrd.

svn path=/nixpkgs/trunk/; revision=8923
2007-06-28 09:53:12 +00:00
Michael Raskin 42f841bcab Added some descriptions.
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Yury G. Kudryashov 4512585cd5 * ncurses: builder removed, building ncursesw instead of ncurses (source-compatible).
svn path=/nixpkgs/trunk/; revision=8919
2007-06-26 11:34:05 +00:00
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
Eelco Dolstra cdad298040 * Cairo 1.4.4. This fixes some bad interaction with the latest
xorg-server (namely, BadMatch crashes in programs such as
  gtk-window-decorator in compiz).
* Some GTK updates while we're at it.

svn path=/nixpkgs/trunk/; revision=8617
2007-04-26 18:37:33 +00:00
Eelco Dolstra fc00fda363 * Added FreeGLUT.
svn path=/nixpkgs/trunk/; revision=8592
2007-04-18 13:47:35 +00:00
Armijn Hemel a5864ae0a0 delete uclibc. Development is done somewhere else and this thing was outdated anyway
svn path=/nixpkgs/trunk/; revision=8591
2007-04-16 21:51:42 +00:00
Armijn Hemel 52cb80f235 remove cross compilers. Work is done on a seperate branch and these compilers are not functional anyway right now.
svn path=/nixpkgs/trunk/; revision=8587
2007-04-16 21:45:29 +00:00
Eelco Dolstra 0005a37b8d * In the JDK packages, don't return false if the platform is
unsupported.  This gives a type error ("value is a boolean while 
  an attribute set was expected").

svn path=/nixpkgs/trunk/; revision=8576
2007-04-16 10:07:06 +00:00
Eelco Dolstra e317c7de41 * Some cleanup, and the autoconf259 attribute actually referred to
Autoconf 2.61.

svn path=/nixpkgs/trunk/; revision=8575
2007-04-15 21:23:07 +00:00
Eelco Dolstra 771453ffc2 * Directory for documentation packages.
svn path=/nixpkgs/trunk/; revision=8551
2007-04-08 00:07:03 +00:00
Eelco Dolstra 579d1a0367 * Latest man-pages.
svn path=/nixpkgs/trunk/; revision=8550
2007-04-08 00:01:28 +00:00
Eelco Dolstra ad6fa03dfd * Latest strace.
svn path=/nixpkgs/trunk/; revision=8512
2007-03-30 14:37:53 +00:00
Eelco Dolstra 61171e3f15 * Fix GCC 3.3.
svn path=/nixpkgs/trunk/; revision=8478
2007-03-29 13:37:39 +00:00
Martin Bravenboer 753eae47d1 jdk-without-plugin fix
svn path=/nixpkgs/trunk/; revision=8460
2007-03-28 18:29:26 +00:00
Martin Bravenboer a9c0d60adb disabled sharpbang test
svn path=/nixpkgs/trunk/; revision=8458
2007-03-28 17:49:51 +00:00
Martin Bravenboer f92b856311 added ncurses support to ocaml
svn path=/nixpkgs/trunk/; revision=8457
2007-03-28 17:15:03 +00:00
Martin Bravenboer 9d9372cd58 Make jdk plugin support optional to avoid deps on gcc 3.3.6 everywhere.
svn path=/nixpkgs/trunk/; revision=8452
2007-03-28 15:21:43 +00:00
Eelco Dolstra e0ad264f43 * Get GCC 3.3 to build on x86_64/powerpc-linux. Not tested.
svn path=/nixpkgs/trunk/; revision=8439
2007-03-28 12:29:36 +00:00
Martin Bravenboer fb91f1b319 M pkgs/development/compilers/jdk/jdk6-linux.nix
M    pkgs/development/compilers/jdk/dlj-bundle-builder.sh

Various fixes to get javaws and mozillaPlugin to work. Requires gcc3.3
libstdc++ to be in the dynamic library path.


svn path=/nixpkgs/trunk/; revision=8434
2007-03-27 22:02:55 +00:00
Eelco Dolstra 0389ffe877 * Build Qt with GIF, Xcursor, Xshape support.
svn path=/nixpkgs/trunk/; revision=8419
2007-03-26 18:15:32 +00:00
Eelco Dolstra fd0c8d9fc9 * Latest Qt, kdelibs.
svn path=/nixpkgs/trunk/; revision=8415
2007-03-26 13:39:50 +00:00
Eelco Dolstra 505c169238 * Revived RPM. Damn, RPM is nasty to build.
svn path=/nixpkgs/trunk/; revision=8407
2007-03-21 19:25:58 +00:00
Martin Bravenboer 778d516e41 A pkgs/tools/typesetting/pdfjam
A    pkgs/tools/typesetting/pdfjam/builder.sh
A    pkgs/tools/typesetting/pdfjam/default.nix

Added pdfjam, a package with the following tools:

    * pdfnup, which allows PDF files to be "n-upped" in roughly the
      way that psnup does for PostScript files.

    * pdfjoin, which concatenates the pages of multiple PDF files
      together into a single file

    * pdf90, which rotates the pages of one or more PDF files through
      90 degrees (anti-clockwise).

M    pkgs/development/compilers/jdk/jdk6-linux.nix

Typo


svn path=/nixpkgs/trunk/; revision=8404
2007-03-21 12:53:01 +00:00
Armijn Hemel 8d72c826e2 new openssl
svn path=/nixpkgs/trunk/; revision=8393
2007-03-21 00:29:50 +00:00
Armijn Hemel 2737cd9a8e add wmii window manager + all dependencies. Interesting excercise...
svn path=/nixpkgs/trunk/; revision=8338
2007-03-18 23:58:22 +00:00
Martin Bravenboer d86846bb6a Fixes in x86_64 support for the jdk.
svn path=/nixpkgs/trunk/; revision=8329
2007-03-18 00:33:32 +00:00
Martin Bravenboer 03dbe4cf1f Added x86_64-linux support to the jdk.
svn path=/nixpkgs/trunk/; revision=8326
2007-03-17 14:37:23 +00:00
Eelco Dolstra baa010bce4 * Fix the preHook.
svn path=/nixpkgs/trunk/; revision=8302
2007-03-16 14:41:31 +00:00
Eelco Dolstra 0a107102ad * Fix the XML::Parser build hook.
svn path=/nixpkgs/trunk/; revision=8280
2007-03-13 13:38:33 +00:00
Eelco Dolstra 1f5bdf1f58 * Email::Send and dependencies.
svn path=/nixpkgs/trunk/; revision=8279
2007-03-13 13:32:49 +00:00
Eelco Dolstra 6e6624f4c5 * Perl generic builder: set nix-support/propagated-user-env-packages
to the propagated build inputs as a convenience to people who want
  to install Perl packages into their user environments.

svn path=/nixpkgs/trunk/; revision=8278
2007-03-13 13:32:17 +00:00
Mart Kolthof 0f19802139 Forgot to patch the config file to point to the right binaries.
svn path=/nixpkgs/trunk/; revision=8256
2007-03-08 14:06:56 +00:00
Martin Bravenboer c212318239 patch unpack200 before running the construct script
svn path=/nixpkgs/trunk/; revision=8198
2007-03-05 21:33:47 +00:00
Martin Bravenboer 038454978f Use unzip to avoid unpurities
svn path=/nixpkgs/trunk/; revision=8196
2007-03-05 19:54:37 +00:00
Eelco Dolstra c6db5c80f9 * More Gnome stuff.
svn path=/nixpkgs/trunk/; revision=8190
2007-03-05 18:52:31 +00:00
Martin Bravenboer 3b1d307518 More deps on xlibs
svn path=/nixpkgs/trunk/; revision=8188
2007-03-05 17:55:17 +00:00
Martin Bravenboer 25e0bf0f49 oops.
svn path=/nixpkgs/trunk/; revision=8187
2007-03-05 17:29:21 +00:00
Martin Bravenboer 6892b99bf6 Update of jdk and jre to jdk-distros, based on Distributor License for Java.
D    pkgs/development/interpreters/jre

Obsolete. jdk and jre are now build by the same expression.

D    pkgs/development/compilers/blackdown

Obsolete. jdk is now downloadable.

D    pkgs/development/compilers/jdk/jdk5-sun-linux.nix

Obsolete

A    pkgs/development/compilers/jdk/dlj-bundle-builder.sh

Build for DLJ bundles.

M    pkgs/top-level/all-packages.nix

Dropped blackdown and ant based on blackdown.

A    pkgs/development/compilers/jdk/jdk6-construct.sh

Copy of DLJ construct script to fix problem with jdk6 bundles.

A    pkgs/development/compilers/jdk/jdk6-linux.nix

New main Nix expression for jdk and jre. Supports mozillaPlugin.

A    pkgs/development/compilers/jdk/dlj-bundle-builder.sh

Include path to libjli in rpath.


svn path=/nixpkgs/trunk/; revision=8186
2007-03-05 17:13:53 +00:00
Mart Kolthof 12b6b77f96 upgraded to version 1.3.6
svn path=/nixpkgs/trunk/; revision=8185
2007-03-05 16:12:08 +00:00
Eelco Dolstra e9178614a9 * Added feh to set the root image.
* Compiz extra plugins.

svn path=/nixpkgs/trunk/; revision=8178
2007-03-05 13:44:27 +00:00
Eelco Dolstra c096988e57 * Don't check for X.
svn path=/nixpkgs/trunk/; revision=8174
2007-03-04 23:48:05 +00:00
Eelco Dolstra 295990ca07 * gconf-editor and various dependencies.
svn path=/nixpkgs/trunk/; revision=8171
2007-03-04 21:28:24 +00:00
Martin Bravenboer 070bcdf5c6 The name attribute is still necessary for pkgconfig: the binary
pkgconfig in stdenv is only used for mingw, not for cygwin. So
pkgconfig will be build on cygwin from source. This will fail because
of the ? in the filename.


svn path=/nixpkgs/trunk/; revision=8152
2007-03-03 01:38:43 +00:00
Eelco Dolstra 7eb82b5ace * Get rid of old pkgconfigs.
svn path=/nixpkgs/trunk/; revision=8150
2007-03-02 19:14:24 +00:00
Eelco Dolstra 2d33b25877 * fetchurl: accept an optional name. Useful for file names that contain
unacceptable characters (such as ? on Windows).

svn path=/nixpkgs/trunk/; revision=8149
2007-03-02 19:07:36 +00:00
Martin Bravenboer 2e2daff8ab Mirror the patch to avoid ? in filename.
svn path=/nixpkgs/trunk/; revision=8148
2007-03-02 19:04:56 +00:00
Eelco Dolstra 144a7c05b3 * Build metacity with compositing support.
svn path=/nixpkgs/trunk/; revision=8114
2007-02-28 17:52:41 +00:00
Eelco Dolstra e7a1a1cba1 * Move imlib out of Gnome.
svn path=/nixpkgs/trunk/; revision=8106
2007-02-28 16:20:00 +00:00
Eelco Dolstra 398768bfb5 * Refactoring: move KDE and Gnome out of development/libraries into
desktops.

svn path=/nixpkgs/trunk/; revision=8105
2007-02-28 16:18:58 +00:00
Eelco Dolstra 714da445bb * pkgconfig 0.21 is now the default.
* Some hackery to get Firefox to build again.

svn path=/nixpkgs/trunk/; revision=8076
2007-02-27 15:15:20 +00:00
Martin Bravenboer 7cda27b6ec Fix for building valgrind on x86_64-linux.
If building on x86_64-linux, pass --enable-only64bit to the configure
script of valgrind. This disables the 32-bit build, which uses gcc
-m32, which is not supported by the standard gcc for x86_64-linux.


svn path=/nixpkgs/trunk/; revision=8073
2007-02-27 10:40:15 +00:00
Eelco Dolstra 3db007461c * Compiz: build GTK window decorators.
* Make GTK+ 2.10 the default.

svn path=/nixpkgs/trunk/; revision=8072
2007-02-27 03:30:20 +00:00
Eelco Dolstra d3bdca7623 * Compiz, a compositing window manager.
svn path=/nixpkgs/trunk/; revision=8071
2007-02-27 02:52:28 +00:00
Eelco Dolstra 4788912bde * Build a DRI-accelerated Mesa.
svn path=/nixpkgs/trunk/; revision=8066
2007-02-27 00:18:34 +00:00
Eelco Dolstra ba443448e8 * Build the i810 driver. Only depend on the Mesa headers, not all of Mesa.
svn path=/nixpkgs/trunk/; revision=8060
2007-02-26 23:10:25 +00:00
Eelco Dolstra f7e838f5f9 * Fixed URL.
svn path=/nixpkgs/trunk/; revision=8053
2007-02-26 17:56:08 +00:00
Eelco Dolstra cd10e285d2 * Pass the Mesa source tree.
svn path=/nixpkgs/trunk/; revision=8052
2007-02-26 17:05:27 +00:00
Eelco Dolstra 3e19819c28 * X11R7.2 and associated updates.
svn path=/nixpkgs/trunk/; revision=8049
2007-02-26 16:32:27 +00:00
Eelco Dolstra d29e068323 * GTK/Cairo updates.
svn path=/nixpkgs/trunk/; revision=8048
2007-02-26 15:54:47 +00:00
Martin Bravenboer c3f8a99b8c Updated gaim to latest beta
Added gdb


svn path=/nixpkgs/trunk/; revision=8019
2007-02-22 16:07:51 +00:00
Martin Bravenboer 163ce4533e updated autoconf to 2.61
svn path=/nixpkgs/trunk/; revision=8013
2007-02-22 14:16:19 +00:00
Martin Bravenboer d1e0c693c1 fix impurity of lcov install
svn path=/nixpkgs/trunk/; revision=7964
2007-02-21 11:40:12 +00:00
Eelco Dolstra e17d20b6d2 * Purify the JRE.
svn path=/nixpkgs/trunk/; revision=7936
2007-02-20 17:04:37 +00:00
Eelco Dolstra b8057ff11a * Latest pciutils.
svn path=/nixpkgs/trunk/; revision=7914
2007-02-19 20:18:20 +00:00
Eelco Dolstra b29ff1281b * Use the latest patchelf on x86_64.
svn path=/nixpkgs/trunk/; revision=7867
2007-02-06 21:12:30 +00:00
Eelco Dolstra c7de8ceb73 * Valgrind 3.2.3
svn path=/nixpkgs/trunk/; revision=7839
2007-02-05 12:45:24 +00:00
Eelco Dolstra 05e42e5c39 * Subversion 1.4.3.
svn path=/nixpkgs/trunk/; revision=7797
2007-01-25 18:09:13 +00:00
Eelco Dolstra 1e38eaa5cb * Hopefully this works.
svn path=/nixpkgs/trunk/; revision=7793
2007-01-24 17:50:51 +00:00
Eelco Dolstra 2256eddad0 * wxHaskell: use the latest version from the Darcs repo.
svn path=/nixpkgs/trunk/; revision=7792
2007-01-24 14:28:50 +00:00
Eelco Dolstra 279c1e343e * ghc-pkg wrapper: remove --global; it's not needed and it causes
problems (e.g., with ghc-pkg -s PKGNAME).

svn path=/nixpkgs/trunk/; revision=7790
2007-01-24 14:26:50 +00:00
Eelco Dolstra 3ab1768aff * Valgrind 3.2.2.
svn path=/nixpkgs/trunk/; revision=7784
2007-01-23 17:29:11 +00:00
Mart Kolthof f201344599 Fixed typo.
svn path=/nixpkgs/trunk/; revision=7778
2007-01-23 16:03:11 +00:00
Mart Kolthof 66706c592e Altered download location to sourceforge.
svn path=/nixpkgs/trunk/; revision=7769
2007-01-23 13:29:11 +00:00
Eelco Dolstra e67a0ca213 * Let JRE provide its Mozilla plugin.
svn path=/nixpkgs/trunk/; revision=7746
2007-01-22 15:17:13 +00:00
Eelco Dolstra 941acbc53f * libpcap 0.9.5. Also fix an impurity in configure (it looks for
/usr/include/blablah/socket.h to determine which packet interface to
  build).

svn path=/nixpkgs/trunk/; revision=7696
2007-01-16 14:30:38 +00:00
Eelco Dolstra f866d0c0bd * Added openldap and pam_ldap.
svn path=/nixpkgs/trunk/; revision=7641
2007-01-11 21:55:29 +00:00
Eelco Dolstra c646e8594a * Saxon 8.8. Also create a wrapper script so it can be run from the
command line.

svn path=/nixpkgs/trunk/; revision=7549
2007-01-07 17:10:14 +00:00
Eelco Dolstra 158a26b1ea * Fix xlibs-wrapper.
svn path=/nixpkgs/trunk/; revision=7508
2006-12-28 01:19:15 +00:00
Eelco Dolstra 5d72829c18 * Doh.
svn path=/nixpkgs/trunk/; revision=7505
2006-12-27 20:40:25 +00:00
Eelco Dolstra f861c8b66c * makeFlags -> buildFlags in a few places.
svn path=/nixpkgs/trunk/; revision=7503
2006-12-27 18:34:35 +00:00
Eelco Dolstra b8b44e026c * More redundancy.
svn path=/nixpkgs/trunk/; revision=7502
2006-12-27 18:28:02 +00:00
Eelco Dolstra bbe62e266b * Remove references to dontMakeInstall.
svn path=/nixpkgs/trunk/; revision=7500
2006-12-27 18:24:26 +00:00
Eelco Dolstra 7a79d1ff6a * Remove references to substitute.sh.
svn path=/nixpkgs/trunk/; revision=7499
2006-12-27 18:17:53 +00:00
Eelco Dolstra 138c0ae751 * Merge the new generic builder.
* Removed substitute, it's part of the generic builder now.
* stdenv-initial (Linux): use the real generic builder script.  This
  does require that sed is in the path of the builder of the initial
  stdenv.

svn path=/nixpkgs/trunk/; revision=7498
2006-12-27 18:14:57 +00:00
Armijn Hemel 7e41b751cb new versions of various very important tools to keep the buildfarm busy.
svn path=/nixpkgs/trunk/; revision=7485
2006-12-25 23:28:35 +00:00
Armijn Hemel d2d3dc33dd update to 1.4.8
svn path=/nixpkgs/trunk/; revision=7484
2006-12-25 21:23:09 +00:00
Armijn Hemel 1e96653eb6 add stub for gettext 0.16.1
svn path=/nixpkgs/trunk/; revision=7483
2006-12-25 21:13:02 +00:00
Armijn Hemel 331ed07b8c add stub for automake 1.10
svn path=/nixpkgs/trunk/; revision=7481
2006-12-25 20:00:12 +00:00
Eelco Dolstra fe30bcab94 * Just-in-time compiler for Python.
svn path=/nixpkgs/trunk/; revision=7429
2006-12-19 18:55:04 +00:00
Eelco Dolstra b83fc581e2 * PHP 5.2.0.
svn path=/nixpkgs/trunk/; revision=7349
2006-12-15 21:18:27 +00:00
Arie Middelkoop afde8e6270 Added GHC 6.6.
note: the old GHC 6.4(.2?) version is still there. I reused the bootstrap-version to bootstrap GHC-6.6. And some other packages depend on the old GHC 
version as well.

note: only use this package for building other packages. If you install it as an end-user, you'll only be able to use the default GHC libraries, 
because other libraries are only privately registered to this GHC version during a nix-build by hooks (which are not executed when you run GHC 
yourself as an end-user).

Consequently, also added a newer version of uulib and uuagc.

svn path=/nixpkgs/trunk/; revision=7346
2006-12-15 13:32:55 +00:00
Eelco Dolstra fb73ce99f2 * Added wxHaskell.
* Added GNU MP, use it in pycrypto.

svn path=/nixpkgs/trunk/; revision=7343
2006-12-13 22:29:40 +00:00
Eelco Dolstra a6ca6b0612 * Doh!
svn path=/nixpkgs/trunk/; revision=7342
2006-12-13 21:15:31 +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 e6f589d4bf * Some Python packages.
svn path=/nixpkgs/trunk/; revision=7339
2006-12-13 18:04:03 +00:00
Eelco Dolstra 15c96da276 * Python 2.4.4.
* Added a setup hook for Python that adds Python packages in
  buildInputs to $PYTHONPATH.

svn path=/nixpkgs/trunk/; revision=7338
2006-12-13 18:03:08 +00:00
Eelco Dolstra cd8a033c15 * Remove some obsolete wxGTK/wxPython versions.
svn path=/nixpkgs/trunk/; revision=7337
2006-12-13 15:53:36 +00:00
Eelco Dolstra 5b262e235e * Add libxcrypt for Blowfish support in pam_unix2.
svn path=/nixpkgs/trunk/; revision=7305
2006-12-11 02:35:05 +00:00
Eelco Dolstra 7dfbf0eba7 * Move the substitution functions into stdenv (not merged yet).
* If the environment variable buildCommand is set, then eval that
  instead of doing the build phases.  This is used by the runCommand
  function in all-packages.nix to allow one-lines like

    foo = runCommand "foo" {} "mkdir $out; echo foo > $out/foo";
    

svn path=/nixpkgs/trunk/; revision=7298
2006-12-10 22:24:42 +00:00
Eelco Dolstra 88f1d8af8e * Build splashutils properly.
svn path=/nixpkgs/trunk/; revision=7134
2006-11-25 23:41:53 +00:00
Eelco Dolstra 298f1ffad6 * Revert r7041. I think we're better off with gensplash than with
splashy.

svn path=/nixpkgs/trunk/; revision=7059
2006-11-17 11:45:56 +00:00
Eelco Dolstra bc394c1775 * Splashy for showing boot splash screens. Doesn't work yet though.
svn path=/nixpkgs/trunk/; revision=7041
2006-11-15 00:10:40 +00:00
Eelco Dolstra 3dc7e103cf * DirectFB.
svn path=/nixpkgs/trunk/; revision=7040
2006-11-14 22:23:33 +00:00
Eelco Dolstra 82888b7a20 * New version that integrates the MinGW patch.
svn path=/nixpkgs/trunk/; revision=7034
2006-11-14 18:50:17 +00:00
Eelco Dolstra 1cddeefb30 * Provide a patched ATerm library that works on 64-bit systems and on
systems with Glibc 2.5 or GCC 4.1.x.

svn path=/nixpkgs/trunk/; revision=7032
2006-11-14 15:55:57 +00:00
Eelco Dolstra 23b840f5bd * Refactor a bit.
svn path=/nixpkgs/trunk/; revision=7030
2006-11-14 15:49:07 +00:00
Eelco Dolstra 3dcb2e095e * Urgh, go back to 0.25 (0.26 fails on most platforms).
svn path=/nixpkgs/trunk/; revision=6984
2006-11-08 16:39:20 +00:00
Eelco Dolstra aca43b766b * Sheesh, Subversion is picky.
svn path=/nixpkgs/trunk/; revision=6981
2006-11-08 16:11:51 +00:00
Eelco Dolstra 73448634c4 * Subversion 1.4.2.
* Neon 0.26.2.

svn path=/nixpkgs/trunk/; revision=6980
2006-11-08 13:03:55 +00:00
Eelco Dolstra eac4138841 * Cygwin patch.
svn path=/nixpkgs/trunk/; revision=6972
2006-11-07 16:07:42 +00:00
Eelco Dolstra 84983f974f * Strace fixes.
svn path=/nixpkgs/trunk/; revision=6911
2006-10-30 15:36:33 +00:00
Eelco Dolstra 711bb9b56a * Fix GCC 3.3.
svn path=/nixpkgs/trunk/; revision=6904
2006-10-30 11:58:24 +00:00
Eelco Dolstra 0b78c04601 * Fix gcc 3.3.
svn path=/nixpkgs/trunk/; revision=6898
2006-10-28 23:41:45 +00:00
Eelco Dolstra 770517edbb * Doh, we're building in a different directory than the sources.
svn path=/nixpkgs/trunk/; revision=6887
2006-10-28 11:40:26 +00:00
Eelco Dolstra b8f17a1e59 * Workaround for the wrong <semaphore.h> getting installed. This
appears to be a regression:
  http://www.mail-archive.com/debian-glibc@lists.debian.org/msg31543.html 

svn path=/nixpkgs/trunk/; revision=6885
2006-10-28 10:17:08 +00:00
Eelco Dolstra 3a6754f6bb * gcc-4.1-temp -> gcc-4.1.
* Use real URLs.

svn path=/nixpkgs/trunk/; revision=6884
2006-10-27 23:14:41 +00:00
Eelco Dolstra b7a96d74e2 svn path=/nixpkgs/trunk/; revision=6883 2006-10-27 23:13:44 +00:00
Eelco Dolstra 3ea7d9d272 * Fix static linking in gcc.
* Use the coreutils in dietlibc.
* Add objdump to the binutils static tarball.

svn path=/nixpkgs/trunk/; revision=6879
2006-10-27 20:08:53 +00:00
Eelco Dolstra b90781ec21 * Renamed orig-glibc -> orig-libc in some places, and in others, use
the new $NIX_GCC/nix-support/dynamic-linker file to locate the
  dynamic linker directly (don't hardcode ld-linux.so.2).

svn path=/nixpkgs/trunk/; revision=6873
2006-10-27 12:43:32 +00:00
Eelco Dolstra 2d3cfb2058 * Put back in the code to do a profiled GCC build, but turn in off
(build ICEs).

svn path=/nixpkgs/trunk/; revision=6861
2006-10-26 20:23:49 +00:00
Eelco Dolstra eb4584c0cb * Merge the gcc-4.1 changes into 3.4.
svn path=/nixpkgs/trunk/; revision=6855
2006-10-26 11:25:29 +00:00
Armijn Hemel 115a99e6f4 orig-glibc -> orig-libc
svn path=/nixpkgs/trunk/; revision=6854
2006-10-26 10:13:59 +00:00
Eelco Dolstra 4be38f2f31 * No longer needed.
svn path=/nixpkgs/trunk/; revision=6851
2006-10-25 16:32:33 +00:00