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