Commit graph

198 commits

Author SHA1 Message Date
Eelco Dolstra c920af8a7f * Include the kernel packages in the channel.
svn path=/nixpkgs/trunk/; revision=12593
2008-08-12 12:55:52 +00:00
Eelco Dolstra 3a057ce066 * Build Linux 2.6.{23,25,26} in the build farm.
svn path=/nixpkgs/trunk/; revision=12580
2008-08-11 11:28:53 +00:00
Sander van der Burg e920df26c6 Added two useful packages that I don't want to compile over and over again
svn path=/nixpkgs/trunk/; revision=12543
2008-08-08 14:36:51 +00:00
Eelco Dolstra 590ba6453e * GCC 3.3.x doesn't build on x86_64.
svn path=/nixpkgs/trunk/; revision=12528
2008-08-07 08:01:22 +00:00
Michael Raskin e0db29c8f5 Removed 5 offending packages that caused latest build to fail
svn path=/nixpkgs/trunk/; revision=12507
2008-08-05 19:21:05 +00:00
Sander van der Burg 7abbe5889f Added expect
svn path=/nixpkgs/trunk/; revision=12502
2008-08-05 13:44:13 +00:00
Sander van der Burg 90d46bba63 Added GCC 3.3 because it takes ages to compile and some proprietary components depends on libstdc++
svn path=/nixpkgs/trunk/; revision=12501
2008-08-05 13:28:32 +00:00
Michael Raskin 915909ecfa Now build-for-release.nix can be instantiated.
svn path=/nixpkgs/trunk/; revision=12498
2008-08-05 08:37:12 +00:00
Michael Raskin e8cc5fedb0 Fixing build-for-release.nix typo
svn path=/nixpkgs/trunk/; revision=12494
2008-08-04 17:50:23 +00:00
Pjotr Prins b156f58d3e Added R-language to build-for-release
svn path=/nixpkgs/trunk/; revision=12492
2008-08-04 17:02:23 +00:00
Eelco Dolstra c62b4b2135 * Add Automake 1.10.x to the channel.
* Fix some incorrect x86_64-linux attributes.

svn path=/nixpkgs/trunk/; revision=12484
2008-08-04 14:07:00 +00:00
Pjotr Prins 7b5ab1117d Added two (large) biology builds
svn path=/nixpkgs/trunk/; revision=12471
2008-08-03 21:19:31 +00:00
Ludovic Courtès b0fb32ef3c Build Evince on the build farm.
svn path=/nixpkgs/trunk/; revision=12436
2008-07-28 10:22:44 +00:00
Eelco Dolstra ec8d941064 * Subversion 1.5.1.
svn path=/nixpkgs/trunk/; revision=12435
2008-07-28 08:14:55 +00:00
Eelco Dolstra f1d9c0a852 * Build Firefox 3 in the channel.
svn path=/nixpkgs/trunk/; revision=12378
2008-07-18 10:41:27 +00:00
Ludovic Courtès 93c7d52dfb Kindly ask the build farm to build GnuTLS and GNU Guile.
svn path=/nixpkgs/trunk/; revision=12367
2008-07-16 19:24:56 +00:00
Ludovic Courtès eded0900ae Add Gnash to `build-for-release.nix'.
svn path=/nixpkgs/trunk/; revision=12286
2008-07-06 20:36:58 +00:00
Michael Raskin d5f8975449 Replaced teTeX with TeXLive in build-for-release.nix
svn path=/nixpkgs/trunk/; revision=12262
2008-07-04 19:30:00 +00:00
Eelco Dolstra b81473922d * OO.o in the channel again.
svn path=/nixpkgs/trunk/; revision=12256
2008-07-04 05:56:22 +00:00
Eelco Dolstra 7d1ba0ace0 * gcc-wrapper: use the right dynamic linker when -m32 is used.
* An attribute `stdenv_32bit' that returns a stdenv capable of
  building 32-bit binaries.
* grub: build on x86_64-linux.

svn path=/nixpkgs/trunk/; revision=12211
2008-06-29 16:13:02 +00:00
Eelco Dolstra 677be83122 * Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.
* Fixes to make par2cmdline and exult build on gcc 4.x, since gcc
  3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91).
* Disabled pidgin on x86_64-linux because it needs a dynamic libperl
  which we don't have right now.
* Disabled wine on x86_64-linux because we still lack -m32 support.

svn path=/nixpkgs/trunk/; revision=12187
2008-06-25 15:01:04 +00:00
Eelco Dolstra 41b713411f * Build almost all packages that are built for i686-linux for
x86_64-linux as well.

svn path=/nixpkgs/trunk/; revision=12185
2008-06-25 11:29:14 +00:00
Eelco Dolstra a6ecd844f0 * Improve indentation.
svn path=/nixpkgs/trunk/; revision=12184
2008-06-25 10:58:44 +00:00
Eelco Dolstra bba42d4821 * Firefox: revert to using flashplayer until gnash works better.
* Firefox: disable Java plugin support by default since few people
  care about it anymore.

svn path=/nixpkgs/trunk/; revision=12116
2008-06-16 11:20:47 +00:00
Eelco Dolstra fc5eebdf8b * Merged the stdenv branch
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
  -r10966:12061).

svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra 4bc5a10817 svn path=/nixpkgs/branches/stdenv-updates/; revision=12042 2008-06-11 16:15:30 +00:00
Eelco Dolstra 6fe2f27877 * We don't have these platforms in the build farm currently.
svn path=/nixpkgs/trunk/; revision=11911
2008-05-27 16:56:08 +00:00
Eelco Dolstra e21b6b6ee5 * curl: build with OpenSSL (https) support by default.
* Some fetchurl-related refactoring.  The `realCurl' attribute is
  gone, `curl' is the real thing.  To prevent an infinite recursion in
  `fetchurl' (because it depends on curl and building curl needs
  fetchurl), curl and its dependencies (openssl, zlib, perl) use
  `fetchurlBoot', which is the fetchurl used by the previous bootstrap
  phase (e.g. the statically linked version of curl for
  stdenv-linux).  So as a result you can use https:// urls almost
  everywhere.

  There's also some hackery to prevent a different curl from being
  built in every stdenv-linux bootstrap phase (namely the
  stdenv.fetchurl attribute which allows fetchurl to be overriden
  everywhere).

svn path=/nixpkgs/trunk/; revision=11905
2008-05-27 07:49:55 +00:00
Eelco Dolstra 5f4c7bcf53 * Fix build-for-release.nix.
svn path=/nixpkgs/trunk/; revision=11882
2008-05-22 14:01:40 +00:00
Eelco Dolstra 8a2c8d8e8f * Disable xulrunner, it's broken on modern gtk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11858
2008-05-20 15:33:41 +00:00
Eelco Dolstra 7ced607acb * Disable some systems that are currently missing in the build farm.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11844
2008-05-19 12:16:48 +00:00
Eelco Dolstra 180018f3c4 * Build Linux 2.6.25 as well.
svn path=/nixpkgs/trunk/; revision=11777
2008-05-08 10:57:18 +00:00
Eelco Dolstra 90e3e57995 svn path=/nixpkgs/trunk/; revision=11058 2008-03-11 14:11:48 +00:00
Eelco Dolstra f30f36104b * Added Audacious, a fork of beep-media-player (which doesn't seem to
work very well after the Glibc update), plus its dependencies.

  TODO: make an audacious-wrapper that lets Audacious find its plugins
  automatically.  Currently you have to install audacious-plugins and
  symlink ~/.nix-profile/lib/audacious/* in
  ~/.local/share/audacious/Plugins.

svn path=/nixpkgs/trunk/; revision=10927
2008-03-03 10:55:20 +00:00
Eelco Dolstra b0f3e2c543 * Disable darcs, it does not build with current GHC.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10845
2008-02-24 14:31:20 +00:00
Eelco Dolstra 3e72751bd9 * ghcboot was broken: the combination of patchelf and strip -S generates
broken binaries (NIXPKGS-85).  Worked around by not stripping.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10831
2008-02-22 12:25:00 +00:00
Eelco Dolstra 212148ec84 * Disable some packages on platforms where replace is still missing.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10830
2008-02-22 11:43:00 +00:00
Eelco Dolstra 01cf8be620 * Disable Quake 3 for now (fails with a warning treated as error).
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10829
2008-02-22 11:03:57 +00:00
Eelco Dolstra bfb1947a2e * Disable openoffice for now.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10816
2008-02-21 17:37:25 +00:00
Eelco Dolstra bfefe63726 * Disable tetix on powerpc-linux for now because replace is missing in the stdenv.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10813
2008-02-21 17:25:54 +00:00
Eelco Dolstra 3c65ca0d64 svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10794 2008-02-20 23:19:24 +00:00
Eelco Dolstra e12b421add * Merged most of the stdenv-updates branch. Some stuff didn't
merge cleanly right away (kde-4, kernel stuff) so it should be
  merged later.  But the stdenv stuff is all there.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Eelco Dolstra 4c59a67b32 * A more pure man implementation.
svn path=/nixpkgs/trunk/; revision=10547
2008-02-07 14:39:07 +00:00
Eelco Dolstra f21f531e4e * man -> man-db.
svn path=/nixpkgs/trunk/; revision=10543
2008-02-07 13:38:44 +00:00
Yury G. Kudryashov da57804fff Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Yury G. Kudryashov dc15788487 powerpc support removed
svn path=/nixpkgs/branches/stdenv-updates/; revision=10205
2008-01-17 13:29:33 +00:00
Eelco Dolstra 8791768139 svn path=/nixpkgs/trunk/; revision=10178 2008-01-16 15:12:00 +00:00
Yury G. Kudryashov a7703662a4 Merged with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
2008-01-15 00:55:21 +00:00
Andres Löh 893dbfdbbc * have ghc68 built automatically
svn path=/nixpkgs/trunk/; revision=9909
2007-12-11 19:05:01 +00:00
Eelco Dolstra 0c78e480fc * Build a small number of packages to test the stdenv-updates branch.
svn path=/nixpkgs/branches/stdenv-updates/; revision=9797
2007-11-26 14:41:08 +00:00
Eelco Dolstra 908e08e409 * Disable Compiz for now, because for some unknown reason it keeps
rebuilding (so there appears to be some non-determinism in the
  computation of the output path).

svn path=/nixpkgs/trunk/; revision=9793
2007-11-26 13:46:20 +00:00
Eelco Dolstra d794ae6cbc * Re-enable Mac Intel builds, woohoo!
svn path=/nixpkgs/trunk/; revision=9791
2007-11-26 11:18:34 +00:00
Eelco Dolstra 4af7da40d3 * Add reiserfsprogs to the channel.
svn path=/nixpkgs/trunk/; revision=9605
2007-11-08 18:13:04 +00:00
Eelco Dolstra 8b3190234c * Build ssmtp with TLS support.
* Added gnutls (but it turns out that ssmtp also builds with openssl,
  so I don't actually use it).

svn path=/nixpkgs/trunk/; revision=9604
2007-11-08 17:48:52 +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
Eelco Dolstra 17dccfe4f4 * Add cdrkit instead of cdrtools to the channel.
svn path=/nixpkgs/trunk/; revision=9484
2007-10-19 14:16:43 +00:00
Eelco Dolstra fac97c4e8d * Urgh.
svn path=/nixpkgs/trunk/; revision=9300
2007-09-11 13:41:41 +00:00
Eelco Dolstra 62934c1dee * Disable MythTV.
svn path=/nixpkgs/trunk/; revision=9291
2007-09-11 09:56:15 +00:00
Eelco Dolstra d6705992aa * Enable CUPS (printing) support in OpenOffice.
* Add OpenOffice to the channel.

svn path=/nixpkgs/trunk/; revision=9285
2007-09-10 14:03:01 +00:00
Eelco Dolstra 1adacdf150 * Make screenshots work in the Gimp, add it to the channel.
svn path=/nixpkgs/trunk/; revision=9229
2007-08-31 13:14:20 +00:00
Eelco Dolstra bbe4550e66 * Add nss_ldap, pam_ldap, sudo to the channel.
svn path=/nixpkgs/trunk/; revision=9219
2007-08-30 15:29:06 +00:00
Eelco Dolstra 3ef0b80bdd * Added jwhois, the GNU whois client.
svn path=/nixpkgs/trunk/; revision=9211
2007-08-28 14:45:00 +00:00
Eelco Dolstra c9bd5b7397 * Add Wine to the channel.
svn path=/nixpkgs/trunk/; revision=9191
2007-08-24 11:37:07 +00:00
Eelco Dolstra ec88afcae6 * Add some more packages to the channel.
svn path=/nixpkgs/trunk/; revision=9131
2007-08-15 10:08:01 +00:00
Eelco Dolstra 23afbccd88 * Add ktorrent to the channel.
svn path=/nixpkgs/trunk/; revision=9083
2007-08-09 18:03:58 +00:00
Andres Löh d83c6455d6 * add irssi to build-for-release
svn path=/nixpkgs/trunk/; revision=9054
2007-08-05 18:25:50 +00:00
Eelco Dolstra a08bb7f48c * Latest Ruby.
svn path=/nixpkgs/trunk/; revision=8887
2007-06-18 10:23:09 +00:00
Eelco Dolstra 073d3fb810 svn path=/nixpkgs/trunk/; revision=8845 2007-06-07 22:04:33 +00:00
Eelco Dolstra bcdeab3966 * Add some packages used by NixOS to the channel.
svn path=/nixpkgs/trunk/; revision=8803
2007-05-29 20:40:11 +00:00
Eelco Dolstra f55932d92b * Add gcc 4.2.0 to the channel.
svn path=/nixpkgs/trunk/; revision=8725
2007-05-20 22:14:11 +00:00
Eelco Dolstra f6a2b45146 * Disable qcmm, doesn't build because it requires /usr/bin/perl.
svn path=/nixpkgs/trunk/; revision=8694
2007-05-14 21:10:25 +00:00
Martin Bravenboer 109a74d558 Pidgin needs libXScrnSaver to make the automatic status changes work
(without this library it will always switch to Away after 5 minutes
and never make you Available again)

Build pidgin for release

Don't build Gaim for release


svn path=/nixpkgs/trunk/; revision=8661
2007-05-13 16:19:46 +00:00
Eelco Dolstra 5a67bcf6ac * Add GDB to the channel.
svn path=/nixpkgs/trunk/; revision=8613
2007-04-26 16:25:10 +00:00
Eelco Dolstra e13247a6ae * Added w3m to the channel.
svn path=/nixpkgs/trunk/; revision=8540
2007-04-04 13:26:21 +00:00
Eelco Dolstra b6195120a4 * Add bashInteractive to the channel.
svn path=/nixpkgs/trunk/; revision=8539
2007-04-04 10:31:09 +00:00
Eelco Dolstra fb35c8efd5 * Add kdebase to the channel.
svn path=/nixpkgs/trunk/; revision=8482
2007-03-29 16:11:37 +00:00
Martin Bravenboer 705e87fe0f jre: by default don't support the plugin
svn path=/nixpkgs/trunk/; revision=8461
2007-03-28 18:55:57 +00:00
Martin Bravenboer 7ae637007b Use jdk without plugin support
svn path=/nixpkgs/trunk/; revision=8454
2007-03-28 15:31:00 +00:00
Eelco Dolstra 4b37a5e901 * Normal ATerm doesn't build on x86_64.
svn path=/nixpkgs/trunk/; revision=8361
2007-03-19 20:10:58 +00:00
Eelco Dolstra 0e56f5c26b * Doh!
svn path=/nixpkgs/trunk/; revision=8359
2007-03-19 20:05:32 +00:00
Eelco Dolstra 477d9adfe8 * Build some stuff for x86_64.
svn path=/nixpkgs/trunk/; revision=8358
2007-03-19 20:01:55 +00:00
Martin Bravenboer cf3571e85c * Updated Eclipse to 3.2.2
* Added Eclipse to the nixpkgs channel (which is possible now we can
  deploy the jdk)


svn path=/nixpkgs/trunk/; revision=8317
2007-03-17 13:29:15 +00:00
Eelco Dolstra 91e86150c2 * Add more NixOS-required packages to the channel.
svn path=/nixpkgs/trunk/; revision=8283
2007-03-13 16:11:22 +00:00
Eelco Dolstra c6db5c80f9 * More Gnome stuff.
svn path=/nixpkgs/trunk/; revision=8190
2007-03-05 18:52:31 +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
Eelco Dolstra b979dff808 * Purify Adobe Reader.
svn path=/nixpkgs/trunk/; revision=8173
2007-03-04 23:46:11 +00:00
Eelco Dolstra 295990ca07 * gconf-editor and various dependencies.
svn path=/nixpkgs/trunk/; revision=8171
2007-03-04 21:28:24 +00:00
Eelco Dolstra a6fe30b2df * Add compiz and metacity to the channel.
svn path=/nixpkgs/trunk/; revision=8113
2007-02-28 17:33:24 +00:00
Eelco Dolstra cd4b42a7f0 * Add some X server related stuff to the channel.
svn path=/nixpkgs/trunk/; revision=8094
2007-02-28 12:47:52 +00:00
Eelco Dolstra c1ed39bd30 * Revert to previous Emacs snapshot, add to channel.
svn path=/nixpkgs/trunk/; revision=8093
2007-02-28 12:07:36 +00:00
Eelco Dolstra 84cb66f309 * Disable Maven, ABC (they depend on the JDK).
svn path=/nixpkgs/trunk/; revision=8086
2007-02-27 23:20:16 +00:00
Andres Löh 6b3d35ee29 * add lhs2tex to channel
svn path=/nixpkgs/trunk/; revision=7815
2007-01-30 14:06:54 +00:00
Eelco Dolstra d8e4e24e06 * DocBook 5 XSL.
svn path=/nixpkgs/trunk/; revision=7814
2007-01-30 13:37:36 +00:00
Eelco Dolstra 891c62b0a8 * Disable uulib for now.
svn path=/nixpkgs/trunk/; revision=7795
2007-01-24 21:08:54 +00:00
Eelco Dolstra f9e46f6c54 * Add SWIG to the channel.
svn path=/nixpkgs/trunk/; revision=7643
2007-01-11 23:02:20 +00:00
Eelco Dolstra 1c2ae9cb76 * Add su to the channel.
svn path=/nixpkgs/trunk/; revision=7642
2007-01-11 23:01:44 +00:00
Eelco Dolstra b56bc4eda5 * Add some NixOS stuff to the channel.
svn path=/nixpkgs/trunk/; revision=7628
2007-01-10 21:47:17 +00:00
Eelco Dolstra 44cefeb142 * Add openssh to the channel.
svn path=/nixpkgs/trunk/; revision=7546
2007-01-07 10:02:30 +00:00
Eelco Dolstra 036053fcba * Disable the i686-darwin packages for now.
svn path=/nixpkgs/trunk/; revision=7509
2006-12-28 01:31:10 +00:00
Eelco Dolstra b0bb9f21ee * Add some stuff to the channel.
* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=7389
2006-12-18 17:58:50 +00:00