Eelco Dolstra
a148295295
* W3C::LinkChecker, which contains the checklink tool.
...
svn path=/nixpkgs/trunk/; revision=14944
2009-04-08 13:28:15 +00:00
Lluís Batlle i Rossell
8ddd79ca2e
Making cdecl compile with readline.
...
svn path=/nixpkgs/trunk/; revision=14941
2009-04-08 10:09:14 +00:00
Lluís Batlle i Rossell
686147d0f6
Making bc use readline. I prefer bc with readline.
...
svn path=/nixpkgs/trunk/; revision=14919
2009-04-08 07:29:42 +00:00
Lluís Batlle i Rossell
6f96ae757d
Adding dcraw again, this time with the whole nix expression.
...
svn path=/nixpkgs/trunk/; revision=14917
2009-04-07 19:17:22 +00:00
Lluís Batlle i Rossell
2c3aaf09d1
Adding autopano-sift-C, a C implementation of autopano-sift, made by the hugin people.
...
svn path=/nixpkgs/trunk/; revision=14916
2009-04-07 19:15:53 +00:00
Eelco Dolstra
6a55db1e68
* Disable missing dcraw.
...
svn path=/nixpkgs/trunk/; revision=14911
2009-04-07 13:59:30 +00:00
Rob Vermaas
2dc96ff945
removed metaBuildEnvTrunk, not necessary any more
...
svn path=/nixpkgs/trunk/; revision=14909
2009-04-07 13:54:52 +00:00
Lluís Batlle i Rossell
d0f0f035e5
Adding dcraw.
...
svn path=/nixpkgs/trunk/; revision=14904
2009-04-06 17:50:17 +00:00
Lluís Batlle i Rossell
80f1103831
Fixing libxmi on x86_64.
...
svn path=/nixpkgs/trunk/; revision=14903
2009-04-06 17:11:15 +00:00
Marc Weber
c22abb7c2a
adding open source adobe flex sdk
...
svn path=/nixpkgs/trunk/; revision=14902
2009-04-06 13:07:21 +00:00
Marc Weber
0311bb19c8
adding openvpn
...
svn path=/nixpkgs/trunk/; revision=14901
2009-04-06 13:07:18 +00:00
Lluís Batlle i Rossell
2dd00f1a57
Adding enblend-fuse, libxmi and hugin. Maybe hugin doesn't run well enough still.
...
svn path=/nixpkgs/trunk/; revision=14894
2009-04-05 21:41:38 +00:00
Lluís Batlle i Rossell
7f9d11782e
Adding panotools.
...
svn path=/nixpkgs/trunk/; revision=14893
2009-04-05 21:41:24 +00:00
Lluís Batlle i Rossell
0b76035b66
Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work anymore.
...
svn path=/nixpkgs/trunk/; revision=14892
2009-04-05 21:41:13 +00:00
Eelco Dolstra
e01be47e53
* aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist,
...
otherwise aclocal barfs. Updated the builder to use makeWrapper
* Made Automake 1.10 the default.
* Fixed `make check' in Automake by turning off indented logging in
Make (there is a flag for that now).
* Disabled the `make check' in Automake by default because it takes a
REALLY long time (e.g. more than 2 hours on Cygwin, 50 minutes on
Darwin, 25 minutes on Linux) which is a lot for a package that
otherwise takes 10 seconds to build. We can add a Hydra job with
doCheck enabled to do regression testing.
* make-wrapper: allow --run commands to add additional flags to the
invocation of the wrapped program. An example is the aclocal
wrapper: it adds additional -I ... flags.
* make-wrapper: call the wrapped program .foo-wrapped instead of
.wrapped-foo to make it easier to tell programs apart in `ps'
output.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14885
2009-04-05 18:13:59 +00:00
Rob Vermaas
a5185e9477
meta-build-env prerelease
...
svn path=/nixpkgs/trunk/; revision=14883
2009-04-04 15:10:58 +00:00
Eelco Dolstra
3b514cad99
* Boost: cut the installed size from 257 MB (!!!) to 58 MB. It
...
required all that space because it was building static/shared,
single-thread/multi-threaded, and debug/production versions of the
libraries - as well as every combination of those. Now we build
only the shared, multi-threaded, production version, which needs
only 8 MB. The headers account for the other 50 MB, so it might be
worthwhile to split them off into a separate package (in order to
reduce the runtime closure of applications that use Boost, such as
KDE).
* Removed some Boost versions that aren't used anymore.
svn path=/nixpkgs/trunk/; revision=14877
2009-04-03 23:54:20 +00:00
Ludovic Courtès
4f426548f4
Build GNU mcron.
...
svn path=/nixpkgs/trunk/; revision=14874
2009-04-03 21:10:26 +00:00
Ludovic Courtès
dc57ca58fe
PAvucontrol: Add dependency on `intltool'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14873
2009-04-03 21:04:13 +00:00
Ludovic Courtès
644cf259a5
Add GNU mcron, a `cron' implementation in Guile Scheme.
...
svn path=/nixpkgs/trunk/; revision=14870
2009-04-03 18:46:26 +00:00
Ludovic Courtès
96de296330
Build Pavucontrol.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14866
2009-04-03 16:00:55 +00:00
Eelco Dolstra
985178ff4b
* Latest DBIx::Class, plus some other Catalyst updates.
...
svn path=/nixpkgs/trunk/; revision=14865
2009-04-03 16:00:38 +00:00
Ludovic Courtès
061fd96ad2
Add Pavucontrol (untested).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14864
2009-04-03 15:58:18 +00:00
Eelco Dolstra
46d0b7be04
svn path=/nixpkgs/trunk/; revision=14858
2009-04-03 12:34:25 +00:00
Eelco Dolstra
a0f768ad1c
* Lower the default Hydra scheduling priority for Nixpkgs jobs to
...
prevent them from crowding out all other projects for hours. This
is temporary - what we really need is a fairer scheduling policy.
svn path=/nixpkgs/trunk/; revision=14856
2009-04-03 12:27:35 +00:00
Eelco Dolstra
d6ca7f9e13
* Doh.
...
svn path=/nixpkgs/trunk/; revision=14854
2009-04-03 12:21:06 +00:00
Rob Vermaas
b5dccb39e9
meta-build-env
...
svn path=/nixpkgs/trunk/; revision=14850
2009-04-03 09:22:20 +00:00
Eelco Dolstra
655a16fa9c
svn path=/nixpkgs/branches/stdenv-updates/; revision=14844
2009-04-02 19:55:57 +00:00
Lluís Batlle i Rossell
19ac94dee3
Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9
...
svn path=/nixpkgs/trunk/; revision=14841
2009-04-02 15:20:19 +00:00
Ludovic Courtès
758fb87367
Build `pthread-man-pages'.
...
svn path=/nixpkgs/trunk/; revision=14838
2009-04-02 14:34:54 +00:00
Ludovic Courtès
3d1b6f3034
Add pthread man pages from LinuxThreads.
...
svn path=/nixpkgs/trunk/; revision=14837
2009-04-02 14:30:34 +00:00
Michael Raskin
4391a3a849
Build lndir
...
svn path=/nixpkgs/trunk/; revision=14836
2009-04-02 14:00:08 +00:00
Eelco Dolstra
2e9cbed82e
* Build Stratego/XT in the stdenv branch. Apparently there are some
...
issues building on GCC 4.3...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14835
2009-04-02 13:43:15 +00:00
Ludovic Courtès
55d9f8d1e0
PulseAudio: Use ltdl from Libtool 1.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14832
2009-04-02 12:22:18 +00:00
Ludovic Courtès
98ab3f90ca
libao: Build against PulseAudio.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14828
2009-04-01 21:59:12 +00:00
Ludovic Courtès
c37d211182
Build GNU Dico.
...
svn path=/nixpkgs/trunk/; revision=14827
2009-04-01 20:32:04 +00:00
Ludovic Courtès
25f22ceed6
Add GNU Dico, a DICT server and client.
...
svn path=/nixpkgs/trunk/; revision=14825
2009-04-01 17:31:44 +00:00
Sander van der Burg
829f95f836
Added PAM support for KDE login manager
...
svn path=/nixpkgs/trunk/; revision=14824
2009-04-01 15:12:22 +00:00
Michael Raskin
a2803bc5c3
added btrfs utilities
...
svn path=/nixpkgs/trunk/; revision=14818
2009-04-01 05:42:07 +00:00
Eelco Dolstra
d27514cb28
* Sync with the trunk once more.
...
* Turn on everything in Hydra.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Eelco Dolstra
1f9740e01c
* Added some regression tests for lib that I wrote a while ago but
...
didn't commit. Also, run the tests when making a Nixpkgs tarball.
svn path=/nixpkgs/trunk/; revision=14802
2009-03-31 13:03:50 +00:00
Eelco Dolstra
acca11b49c
* Got rid of the old util-linux; use util-linux-ng instead.
...
svn path=/nixpkgs/trunk/; revision=14799
2009-03-31 09:26:47 +00:00
Lluís Batlle i Rossell
0edebf5d84
Adding paraview.
...
svn path=/nixpkgs/trunk/; revision=14794
2009-03-30 20:06:31 +00:00
Eelco Dolstra
9455f37ce9
* acl, attr: updated, and use libtool 2.
...
* Removed libtoolOld.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
2009-03-30 15:55:10 +00:00
Eelco Dolstra
0a4dd9c4d9
* pam_console needs an old libtool.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14791
2009-03-30 15:31:47 +00:00
Eelco Dolstra
0b931eae66
* nvidia / nvidiaDrivers -> nvidia-x11.
...
svn path=/nixpkgs/trunk/; revision=14787
2009-03-30 14:54:06 +00:00
Marc Weber
0be7534b0f
maven-2 version bump to 2.1.0
...
svn path=/nixpkgs/trunk/; revision=14781
2009-03-30 14:20:05 +00:00
Eelco Dolstra
9ad89c5b56
* Boost the priority of some jobs (like stdenv).
...
svn path=/nixpkgs/trunk/; revision=14780
2009-03-30 13:24:46 +00:00
Eelco Dolstra
5e294459e3
* Idem.
...
svn path=/nixpkgs/trunk/; revision=14779
2009-03-30 13:23:10 +00:00
Marc Weber
807aae2fd6
updated eclipse binary to 3.5M6
...
thereby allowing the user to copy the whole store path to a user
location so that update sites work properly
svn path=/nixpkgs/trunk/; revision=14773
2009-03-30 10:32:53 +00:00
Lluís Batlle i Rossell
35d3dc4012
Adding C++ std man pages.
...
svn path=/nixpkgs/trunk/; revision=14771
2009-03-30 08:14:19 +00:00
Lluís Batlle i Rossell
f031955f3c
Updating audacity to 1.3.7 (I changed the builderDefs builder to stdenv's)
...
svn path=/nixpkgs/trunk/; revision=14770
2009-03-30 07:33:31 +00:00
Wouter den Breejen
58ce3eca2a
svn path=/nixpkgs/trunk/; revision=14766
2009-03-29 21:05:33 +00:00
Wouter den Breejen
857a0a3784
pam-smbpass
...
svn path=/nixpkgs/trunk/; revision=14764
2009-03-29 20:56:32 +00:00
Lluís Batlle i Rossell
c29118795a
Adding gwenview.
...
svn path=/nixpkgs/trunk/; revision=14761
2009-03-29 20:32:53 +00:00
Lluís Batlle i Rossell
40b58959a5
Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
...
svn path=/nixpkgs/trunk/; revision=14760
2009-03-29 20:32:41 +00:00
Lluís Batlle i Rossell
ef12e6757c
Adding the halibut typesetting system.
...
svn path=/nixpkgs/trunk/; revision=14759
2009-03-29 20:32:22 +00:00
Lluís Batlle i Rossell
701e3ee6b9
Adding lzop and updating lzo.
...
svn path=/nixpkgs/trunk/; revision=14749
2009-03-28 19:28:59 +00:00
Michael Raskin
cf0010d338
Gateway6 client update
...
svn path=/nixpkgs/trunk/; revision=14746
2009-03-28 15:22:52 +00:00
Marc Weber
5c0764de01
adding qcad-2.0.5.0
...
svn path=/nixpkgs/trunk/; revision=14744
2009-03-28 02:25:03 +00:00
Marc Weber
63dbfc3aa1
selenium remote control version bump to 1.0-beta-2
...
renamed attr to seleniumRCBin and adding
selenium-remote-control-1.0-beta-2 run script
svn path=/nixpkgs/trunk/; revision=14734
2009-03-27 09:39:19 +00:00
Marc Weber
e3eb124873
fix build of opera on x86_64
...
svn path=/nixpkgs/trunk/; revision=14733
2009-03-27 09:39:11 +00:00
Peter Simons
33089fcfdd
pdsh: updated to version 2.18
...
svn path=/nixpkgs/trunk/; revision=14731
2009-03-26 19:17:42 +00:00
Eelco Dolstra
dded641a1a
svn path=/nixpkgs/trunk/; revision=14728
2009-03-26 14:43:16 +00:00
Ludovic Courtès
08a56109fa
Evince: Add dependency on `which'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14724
2009-03-26 12:55:50 +00:00
Ludovic Courtès
02c50ac314
GTK-doc: More fixes.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14720
2009-03-25 23:16:02 +00:00
Lluís Batlle i Rossell
2630b87a8c
Adding rrdtool.
...
svn path=/nixpkgs/trunk/; revision=14713
2009-03-25 19:13:24 +00:00
Eelco Dolstra
d9213df2c1
* gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"
...
instead of "gcc-4.3.3". This fixed the long-standing annoyance that
you can't distinguish the two in (say) nix-store -qR.
* On x86_64-linux, put $out/lib64 in the RPATH in addition to
$out/lib, because some packages (in particular GCC) put libraries in
$out/lib64 and ended up linking against the wrong library.
* Strip $out/lib64.
* Removed g77_42 because it's exactly the same as gfortran.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14708
2009-03-25 17:34:38 +00:00
Eelco Dolstra
d0555f176b
* GDB needs Readline 5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14706
2009-03-25 16:21:25 +00:00
Michael Raskin
6986ddc2cf
Updated Monotone to 0.43
...
svn path=/nixpkgs/trunk/; revision=14704
2009-03-25 16:06:00 +00:00
Eelco Dolstra
5e9b323363
* Fixed bashInteractive.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14703
2009-03-25 15:59:02 +00:00
Marc Weber
e1c1ecf33a
allow { pkgs, pkgsOrig, ... } : in config.nix
...
svn path=/nixpkgs/trunk/; revision=14700
2009-03-25 13:29:47 +00:00
Eelco Dolstra
f3815e7ad5
* Fixed ntfsprogs.
...
svn path=/nixpkgs/trunk/; revision=14695
2009-03-25 10:55:28 +00:00
Eelco Dolstra
96ba0b9171
* This doesn't work.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14691
2009-03-24 18:49:22 +00:00
Eelco Dolstra
7652248443
* Turn on almost all jobs from build-for-release.nix.
...
svn path=/nixpkgs/trunk/; revision=14690
2009-03-24 18:32:30 +00:00
Eelco Dolstra
b05625498b
svn path=/nixpkgs/trunk/; revision=14687
2009-03-24 15:15:56 +00:00
Eelco Dolstra
e230599c08
* Removed Subversion 1.4 - obsolete.
...
* Updated Subversion 1.5.x to 1.5.6.
svn path=/nixpkgs/trunk/; revision=14685
2009-03-24 15:07:11 +00:00
Peter Simons
ea443ec70a
subversion: updated to version 1.6.0
...
svn path=/nixpkgs/trunk/; revision=14682
2009-03-24 10:31:39 +00:00
Eelco Dolstra
37de59a3be
* Dutch tax return program for 2008.
...
(And the government is *still* violating the LGPL...)
svn path=/nixpkgs/trunk/; revision=14678
2009-03-24 09:00:34 +00:00
Ludovic Courtès
9845dc5aec
GNOME: Fix GConf, libgnomecanvas, libgnomeui.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14673
2009-03-23 22:26:15 +00:00
Ludovic Courtès
f61d0f04e7
Build GNOME and more.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14672
2009-03-23 21:50:43 +00:00
Lluís Batlle i Rossell
1167cdd1ba
Adding plan9port with X11 support.
...
For acme to work, set the PLAN9 variable, and have the plan9port programs in the PATH.
svn path=/nixpkgs/trunk/; revision=14669
2009-03-23 21:31:30 +00:00
Lluís Batlle i Rossell
779b015a03
Adding the Sun Wireless ToolKit for i686-linux at least.
...
svn path=/nixpkgs/trunk/; revision=14666
2009-03-23 20:36:48 +00:00
Ludovic Courtès
8a13ebda3a
shared-mime-info: Add dependency on Perl (for Intltool).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14665
2009-03-23 20:31:12 +00:00
Ludovic Courtès
03ea1d4e45
Remove `bash4' attribute.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14664
2009-03-23 17:35:09 +00:00
Michael Raskin
3f5ef79084
Build GIMP
...
svn path=/nixpkgs/trunk/; revision=14653
2009-03-22 19:09:51 +00:00
Lluís Batlle i Rossell
ba1b5fe28c
Removing the just added pdflrf. It violates the GPL.
...
svn path=/nixpkgs/trunk/; revision=14647
2009-03-22 13:36:19 +00:00
Lluís Batlle i Rossell
eb87994383
Adding pdflrf (to get nice LRF files for Sony PRS)
...
svn path=/nixpkgs/trunk/; revision=14646
2009-03-22 13:25:12 +00:00
Lluís Batlle i Rossell
d52b60af22
Adding upx.
...
svn path=/nixpkgs/trunk/; revision=14645
2009-03-22 13:03:37 +00:00
Lluís Batlle i Rossell
e7dc9a15ae
Adding pipe viewer.
...
svn path=/nixpkgs/trunk/; revision=14643
2009-03-22 12:34:30 +00:00
Ludovic Courtès
a117d3ac9a
Build Compiz*.
...
svn path=/nixpkgs/trunk/; revision=14642
2009-03-21 22:20:45 +00:00
Ludovic Courtès
a056260098
libjpeg-static: Use Libtool 1.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14641
2009-03-21 21:06:45 +00:00
Ludovic Courtès
5879d1bfff
libjpeg: Use Libtool 1.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14640
2009-03-21 21:04:04 +00:00
Ludovic Courtès
d98cb76a06
Make Libtool 2.x the default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14639
2009-03-21 19:52:11 +00:00
Eelco Dolstra
d8e436c742
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
2009-03-20 16:49:02 +00:00
Eelco Dolstra
bec9f4b0c3
* JasPer: build without OpenGL/X support - it's only used to build a
...
trivial example program (a barebones image viewer), but it gives
everybody else a dependency on Mesa ;-)
svn path=/nixpkgs/trunk/; revision=14633
2009-03-20 16:27:32 +00:00
Eelco Dolstra
3be3abe6ab
* Removed makePortmap; use makeOverridable.
...
svn path=/nixpkgs/trunk/; revision=14631
2009-03-20 16:17:08 +00:00
Eelco Dolstra
32d1c53b10
* Fix portmap.
...
svn path=/nixpkgs/trunk/; revision=14630
2009-03-20 16:08:43 +00:00
Eelco Dolstra
e14c41e728
svn path=/nixpkgs/trunk/; revision=14629
2009-03-20 15:45:51 +00:00
Ludovic Courtès
c04af1186d
Build Impressive.
...
svn path=/nixpkgs/trunk/; revision=14619
2009-03-19 16:42:00 +00:00
Ludovic Courtès
3a43ab3860
Add Impressive (formerly known as `KeyJNote').
...
svn path=/nixpkgs/trunk/; revision=14618
2009-03-19 16:40:28 +00:00
Ludovic Courtès
503b9d6659
Typo.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14617
2009-03-19 16:13:24 +00:00
Ludovic Courtès
4ff9fd485f
Build more stuff on Hydra.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14616
2009-03-19 16:12:26 +00:00
Michael Raskin
e1477b95ad
Most useful heavy jobs for stdenv-updates
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14615
2009-03-19 16:09:03 +00:00
Eelco Dolstra
bbf6b46178
* Updated WebDSL.
...
svn path=/nixpkgs/trunk/; revision=14614
2009-03-19 16:04:32 +00:00
Eelco Dolstra
e0b48bbdec
* Added javafront & dryad.
...
svn path=/nixpkgs/trunk/; revision=14611
2009-03-19 14:46:38 +00:00
Eelco Dolstra
5986a4d175
* More cleanup. Updated to the latest Stratego/XT 0.17.
...
svn path=/nixpkgs/trunk/; revision=14610
2009-03-19 14:34:16 +00:00
Ludovic Courtès
e20ea32b9c
Build more stuff on Hydra.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14609
2009-03-19 14:27:10 +00:00
Michael Raskin
79bfd749a0
DataMatrix update
...
svn path=/nixpkgs/trunk/; revision=14607
2009-03-19 13:59:00 +00:00
Eelco Dolstra
33a5e03bfe
* Merged r13888 (ATerm cleanup) from the stdenv branch back into the
...
trunk.
svn path=/nixpkgs/trunk/; revision=14605
2009-03-19 12:29:14 +00:00
Eelco Dolstra
399ee394d4
* Cleaned up some Stratego-related stuff.
...
svn path=/nixpkgs/trunk/; revision=14603
2009-03-19 12:21:28 +00:00
Lluís Batlle i Rossell
20dad1f68d
Making wine 32bit work in x86_64, using Dolstra suggestions,
...
which worked at first try.
svn path=/nixpkgs/trunk/; revision=14602
2009-03-19 11:03:32 +00:00
Michael Raskin
3969f00c27
build mono..
...
svn path=/nixpkgs/trunk/; revision=14601
2009-03-19 10:10:54 +00:00
Ludovic Courtès
80306de64c
Build a few games on Hydra.
...
svn path=/nixpkgs/trunk/; revision=14596
2009-03-18 23:35:59 +00:00
Lluís Batlle i Rossell
e72f1929b0
Adding multitran. I added a note in the 'data' expression, regarding
...
a locale that should be added into the system.
svn path=/nixpkgs/trunk/; revision=14582
2009-03-17 21:49:39 +00:00
Lluís Batlle i Rossell
7fd91b8736
Adding lrzip and rzip.
...
svn path=/nixpkgs/trunk/; revision=14581
2009-03-17 21:17:51 +00:00
Michael Raskin
1dada801c7
Fix SQLite attr name
...
svn path=/nixpkgs/trunk/; revision=14580
2009-03-17 20:44:42 +00:00
Peter Simons
22e1286711
Updated ANTLR version 2 from 2.7.6 to 2.7.7.
...
svn path=/nixpkgs/trunk/; revision=14576
2009-03-17 15:42:54 +00:00
Marc Weber
89a634a2a4
adding tcng package
...
tcc can be used to generate tc traffic shaping commands.
It even can compile kernel modules to classify packages (untested)
svn path=/nixpkgs/trunk/; revision=14574
2009-03-17 14:18:45 +00:00
Peter Simons
ae474690ea
Added bash 4.0 (and readline 6.0, which is required by bash).
...
svn path=/nixpkgs/trunk/; revision=14573
2009-03-17 14:03:03 +00:00
Michael Raskin
3a59128510
Some packages fail on hydra and are better off being fixed one-after-one.
...
svn path=/nixpkgs/trunk/; revision=14572
2009-03-17 12:29:34 +00:00
Michael Raskin
6a07017f9e
restrict problematic packages to Linux..
...
svn path=/nixpkgs/trunk/; revision=14568
2009-03-17 06:16:10 +00:00
Marc Weber
8fa77b44cb
added iperf (a tool to measure network bandwidth)
...
svn path=/nixpkgs/trunk/; revision=14564
2009-03-16 18:39:04 +00:00
Eelco Dolstra
17327406bb
* Start slowly...
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14559
2009-03-16 13:25:39 +00:00
Eelco Dolstra
3593b97d63
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Eelco Dolstra
e9593080b6
* Added Catalyst::View::Download.
...
svn path=/nixpkgs/trunk/; revision=14555
2009-03-16 12:20:28 +00:00
Ludovic Courtès
dff2bbe342
Build more typesetting tools on Hydra.
...
svn path=/nixpkgs/trunk/; revision=14552
2009-03-16 10:45:55 +00:00
Ludovic Courtès
c2199227b4
Add Rubber, a LaTeX wrapper that does the right thing.
...
svn path=/nixpkgs/trunk/; revision=14551
2009-03-16 10:42:51 +00:00
Michael Raskin
3c7430198b
Some more jobs...
...
svn path=/nixpkgs/trunk/; revision=14550
2009-03-16 10:19:38 +00:00
Ludovic Courtès
35ff1b6a6a
More work for Hydra.
...
svn path=/nixpkgs/trunk/; revision=14538
2009-03-14 23:29:33 +00:00
Ludovic Courtès
9c308037b3
More work for Hydra.
...
svn path=/nixpkgs/trunk/; revision=14536
2009-03-14 23:19:49 +00:00
Ludovic Courtès
24857265fa
Don't build Avahi on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=14534
2009-03-14 21:43:37 +00:00
Ludovic Courtès
5d213515ad
release: Add `allBut' function.
...
svn path=/nixpkgs/trunk/; revision=14533
2009-03-14 21:43:09 +00:00
Ludovic Courtès
363dc0f8aa
Don't build Guile on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=14532
2009-03-14 19:40:29 +00:00
Michael Raskin
2a5f69f318
Fix typo
...
svn path=/nixpkgs/trunk/; revision=14531
2009-03-14 15:41:20 +00:00
Ludovic Courtès
8599649b6f
Some more work for Hydra.
...
svn path=/nixpkgs/trunk/; revision=14530
2009-03-14 15:32:39 +00:00
Michael Raskin
9e690c6c3a
Some more jobs for hydra
...
svn path=/nixpkgs/trunk/; revision=14529
2009-03-14 09:44:15 +00:00
Eelco Dolstra
6425d2017d
* Updated DBIx::Class and SQL::Abstract.
...
svn path=/nixpkgs/trunk/; revision=14520
2009-03-13 13:07:44 +00:00
Michael Raskin
e4722f955c
Build OO.o on hydra
...
svn path=/nixpkgs/trunk/; revision=14517
2009-03-13 09:41:40 +00:00
Sander van der Burg
cddf378de3
Added ConsoleKit package
...
svn path=/nixpkgs/trunk/; revision=14510
2009-03-11 16:30:38 +00:00
Eelco Dolstra
7ab993d0c4
* Catalyst::Engine::HTTP::Prefork: terminate chunked transfers
...
correctly.
svn path=/nixpkgs/trunk/; revision=14504
2009-03-11 13:34:18 +00:00
Eelco Dolstra
33a3895d78
* Added Catalyst::Engine::HTTP::Prefork and its dependencies.
...
svn path=/nixpkgs/trunk/; revision=14503
2009-03-11 11:40:52 +00:00
Eelco Dolstra
8ac53703f0
* vlc: use faad.
...
svn path=/nixpkgs/trunk/; revision=14502
2009-03-10 23:28:06 +00:00
Eelco Dolstra
1485c905f7
* ffmpeg: build with faad2 support. However, vlc still won't play
...
mp4a audio.
* faad2: latest version.
* vlc: fix the hard-coded OSD font path name. Dunno why they don't
use fontconfig.
svn path=/nixpkgs/trunk/; revision=14501
2009-03-10 22:45:27 +00:00
Eelco Dolstra
44ac9e249c
* MPlayer: updated to the SVN version.
...
* VLC: updated to 0.9.8a. It now uses Qt for the GUI, which looks a
lot better than the wxWidgets one.
* libdvdread, libdvdnav: updated to 4.1.3.
* ffmpeg: updated to 0.5 (a new release!). Got rid of the SVN
version, which shouldn't be necessary anymore.
svn path=/nixpkgs/trunk/; revision=14500
2009-03-10 21:03:51 +00:00
Eelco Dolstra
731b77ac35
* Nicer notation for Nixpkgs' Hydra jobs. The packages to build are
...
given as a nested attribute set isomorphic to all-packages.nix,
where the value for each attribute is a list of platforms on which
to build the package. For instance,
{
wine = ["i686-linux"];
xorg = {
libX11 = ["i686-linux" "x86_64-linux"];
};
}
says that the "wine" attribute in all-packages.nix should be built
on "i686-linux" only, while the "xorg.libX11" attribute should be
built on "i686-linux" and "x86_64-linux".
There are some aliases for common platform groups (currently "all"
for all supported platforms, "linux" for all supported Linux
platforms).
svn path=/nixpkgs/trunk/; revision=14496
2009-03-10 15:23:27 +00:00
Eelco Dolstra
f81bbde9d2
* Urgh, this is why duplication is bad...
...
svn path=/nixpkgs/trunk/; revision=14493
2009-03-10 12:54:12 +00:00
Eelco Dolstra
f1203df6b5
* Add all KDE 4 packages.
...
svn path=/nixpkgs/trunk/; revision=14491
2009-03-10 12:34:12 +00:00
Peter Simons
610aac30c3
Fixed Python StringTemplate library.
...
Most importantly, this change required updating the ANTLR 2.x expression to
install the Python run-time library. While we're at it, we're building the
run-time library for C++ and Java, too. There is still work to be done: the
stringtemplate library doesn't find antlr.py without help yet.
svn path=/nixpkgs/trunk/; revision=14489
2009-03-10 12:01:22 +00:00
Eelco Dolstra
f8641d34a2
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra
9be9f5b2bb
* Build some KDE 4 packages in Hydra.
...
svn path=/nixpkgs/trunk/; revision=14482
2009-03-10 08:01:35 +00:00
Eelco Dolstra
9fee9c7be4
* Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
...
eventually, but it seems to contain some packages that aren't in
kde-4.2 yet).
svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00
Eelco Dolstra
c94f5f7862
* Put the tarball job in a separate file.
...
svn path=/nixpkgs/trunk/; revision=14476
2009-03-09 17:49:13 +00:00
Eelco Dolstra
b763e1d520
* makeOverridable: call the override function "override" instead of
...
"function", which isn't very descriptive ;-)
Also, the argument to "override" can be either a function (that
takes the old arguments and returns the overriding arguments), or a
plain attribute set that contains the overriding arguments.
E.g. you can say
nixUnstable.override { supportOldDBs = false; }
and
nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; })
svn path=/nixpkgs/trunk/; revision=14468
2009-03-09 15:49:58 +00:00
Armijn Hemel
a61ee3644c
bump powertop to 1.11
...
svn path=/nixpkgs/trunk/; revision=14458
2009-03-09 13:53:48 +00:00
Sander van der Burg
2c11f47c8c
Added CUPS administration tools in kdeadmin
...
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09 13:29:37 +00:00
Peter Simons
f8c360148e
Moved python stringtemplate library from tools/text/py-string-template
...
to development/python-modules/stringtemplate.
svn path=/nixpkgs/trunk/; revision=14455
2009-03-09 10:46:42 +00:00
Michael Raskin
1dd385c5b9
Updated Squid
...
svn path=/nixpkgs/trunk/; revision=14451
2009-03-08 12:29:34 +00:00
Marc Weber
e69b4bd8ed
remove error context in all-packages.nix again
...
this partially reverts -r14429
svn path=/nixpkgs/trunk/; revision=14435
2009-03-07 13:10:53 +00:00
Marc Weber
49b115132d
add error context to all top level attr names of all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=14429
2009-03-06 23:21:31 +00:00
Marc Weber
b56ed35851
replacing applyAndFun by lib.defaultOverridableDelayableArgs
...
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.
I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.
important refactoring:
applyAndFun had .fun and .funMerge only when passing the merge
function lib.mergeOrApply
composableDerivation {
initial = {
...
};
}
to
overridableDelayableArgs has always .replace and .merge
composableDerivation {} {
...
}
svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
Marc Weber
f1183f33e3
added simple lib test case for overridableDelayableArgs
...
svn path=/nixpkgs/trunk/; revision=14426
2009-03-06 23:21:17 +00:00
Ludovic Courtès
fac7dc875a
Build Doxygen.
...
svn path=/nixpkgs/trunk/; revision=14352
2009-03-05 15:42:42 +00:00
Ludovic Courtès
a2317f6997
Doxygen 1.5.8.
...
svn path=/nixpkgs/trunk/; revision=14350
2009-03-05 15:17:53 +00:00
Lluís Batlle i Rossell
08a1042318
Adding neverball 1.5.0, which comes with neverputt. Fun.
...
svn path=/nixpkgs/trunk/; revision=14338
2009-03-04 17:28:25 +00:00
Lluís Batlle i Rossell
f3a4388ddc
Updating flashplayer10 for i686, and adding it for x64.
...
I haven't tried the builder for i686, but I think it should work. The fix should be easy in any cas.
I don't think I've written pretty nix code, so I'm looking forward for revision.
svn path=/nixpkgs/trunk/; revision=14324
2009-03-04 11:04:16 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
Some of these should be longDescriptions, but most others just
shouldn't contain newlines. E.g. write
description = "Bla";
and not
description = ''
Bla
'';
This pollutes "nix-env -qa --description" output.
svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Ludovic Courtès
4f23b3abf8
Fix `bashInteractive'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14309
2009-03-03 11:24:58 +00:00
Eelco Dolstra
9efba4b3b0
* Added IO::Compress::Bzip2.
...
svn path=/nixpkgs/trunk/; revision=14306
2009-03-03 10:36:29 +00:00
Armijn Hemel
2d1a047761
add stunnel
...
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Lluís Batlle i Rossell
301c3d31c9
Adding tunctl. I didn't know how to build the manpage, though.
...
svn path=/nixpkgs/trunk/; revision=14290
2009-03-01 21:34:39 +00:00
Lluís Batlle i Rossell
247ad8bfcf
Adding LUKS cryptsetup for the devicemapper.
...
svn path=/nixpkgs/trunk/; revision=14289
2009-03-01 11:11:21 +00:00
Peter Simons
c7e3110299
Use $NIXPKGS_CONFIG to determine whether ghostscript has cups support.
...
svn path=/nixpkgs/trunk/; revision=14275
2009-02-27 13:44:31 +00:00
Ludovic Courtès
5ee528446d
Build GNU Zile.
...
svn path=/nixpkgs/trunk/; revision=14257
2009-02-26 09:57:48 +00:00
Ludovic Courtès
9aabbea00e
Build portmap' and
nfs-utils'.
...
svn path=/nixpkgs/trunk/; revision=14256
2009-02-26 09:57:27 +00:00
Lluís Batlle i Rossell
a54392bc53
Adding nylon.
...
svn path=/nixpkgs/trunk/; revision=14254
2009-02-25 23:21:44 +00:00
Lluís Batlle i Rossell
17abbe36d4
Adding remind and netpbm (maybe without all possible programs).
...
I agree the netpbm installation script is quite ugly, but I left a comment there.
svn path=/nixpkgs/trunk/; revision=14253
2009-02-25 22:44:08 +00:00
Marc Weber
daf2cd23dc
gpm updated to version 1.20.6 so it compiles on x86_64
...
svn path=/nixpkgs/trunk/; revision=14252
2009-02-25 21:17:25 +00:00
Ludovic Courtès
8fba10c951
Add GNU Zile, a tiny Emacs clone.
...
svn path=/nixpkgs/trunk/; revision=14249
2009-02-25 20:24:18 +00:00
Sander van der Burg
3a1c208a69
Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
...
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Ludovic Courtès
44ecf2a4b0
Build CEDET.
...
svn path=/nixpkgs/trunk/; revision=14241
2009-02-25 14:31:22 +00:00
Ludovic Courtès
a7cf0b2f02
Add CEDET, the umbrella project for Semantic and EIEIO.
...
svn path=/nixpkgs/trunk/; revision=14240
2009-02-25 14:30:50 +00:00
Michael Raskin
8f51ff86fd
Qemu SVN head..
...
svn path=/nixpkgs/trunk/; revision=14222
2009-02-24 12:22:15 +00:00
Sander van der Burg
e8a25c32bc
Added KDE 4.2 plasma addons package to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14221
2009-02-24 12:17:44 +00:00
Eelco Dolstra
370e545be5
svn path=/nixpkgs/trunk/; revision=14216
2009-02-24 10:29:54 +00:00
Sander van der Burg
1dba159995
Added KDE 4.2 network, pim packages to the buildfarm
...
svn path=/nixpkgs/trunk/; revision=14212
2009-02-23 23:10:44 +00:00
Ludovic Courtès
a6f044663b
GNU Bash 4.0.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14210
2009-02-23 21:26:35 +00:00
Ludovic Courtès
81cda891c6
Switch to Readline 6.0.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14209
2009-02-23 21:18:55 +00:00
Ludovic Courtès
2d41dce5b6
GNU Readline 6.0.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14208
2009-02-23 18:10:41 +00:00
Ludovic Courtès
160b00c8b4
GNU Emacs 23.x: D-Bus support.
...
svn path=/nixpkgs/trunk/; revision=14207
2009-02-23 16:06:59 +00:00
Sander van der Burg
17dc18fd56
Added libmsn package
...
svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
Ludovic Courtès
370d778e4d
Evince 2.25.5 (untested).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14195
2009-02-22 22:59:47 +00:00
Lluís Batlle i Rossell
5b3759c30d
Adding zdoom.
...
svn path=/nixpkgs/trunk/; revision=14194
2009-02-22 22:06:34 +00:00
Lluís Batlle i Rossell
9ab8cb9ec1
Adding fmod.
...
svn path=/nixpkgs/trunk/; revision=14193
2009-02-22 22:06:20 +00:00
Michael Raskin
b5b6c12d56
All-packages.nix updates..
...
svn path=/nixpkgs/trunk/; revision=14153
2009-02-21 18:59:15 +00:00
Sander van der Burg
040cec2dc4
Added KDE 4.2 utils to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14147
2009-02-20 16:25:00 +00:00
Sander van der Burg
634bd1f4ed
Added KDE 4.2 toys to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14146
2009-02-20 16:24:10 +00:00
Sander van der Burg
04b67d4c09
Added KDe 4.2 sdk,webdev,edu packages to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14145
2009-02-20 16:23:32 +00:00
Sander van der Burg
e685c82812
Refactored tapioca-qt closure with using the latest stable release instead of SVN version
...
svn path=/nixpkgs/trunk/; revision=14143
2009-02-20 16:18:56 +00:00
Eelco Dolstra
d1b98062ab
* Updated some Catalyst packages.
...
svn path=/nixpkgs/trunk/; revision=14137
2009-02-20 10:56:47 +00:00
Sander van der Burg
6e1d162eba
Added kdeadmin-4.2 to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14131
2009-02-19 16:14:42 +00:00
Peter Simons
c8e6fa7dd6
cmake: added (low priority) expression for 2.6.3-rc-15.
...
svn path=/nixpkgs/trunk/; revision=14124
2009-02-19 14:41:51 +00:00
Ludovic Courtès
66c0e350b1
Build GNU Prolog.
...
svn path=/nixpkgs/trunk/; revision=14123
2009-02-19 13:33:07 +00:00
Ludovic Courtès
4373d12cb4
Add GNU Prolog.
...
svn path=/nixpkgs/trunk/; revision=14122
2009-02-19 13:32:07 +00:00
Sander van der Burg
770b01890a
Added libical package, patch submitted by Andrew Morsillo
...
svn path=/nixpkgs/trunk/; revision=14118
2009-02-18 20:57:36 +00:00
Sander van der Burg
b2e1dc5ab7
Added kdegraphics, multimedia, games packages from KDE 4.2 to the buildfarm list
...
svn path=/nixpkgs/trunk/; revision=14117
2009-02-18 15:55:16 +00:00
Sander van der Burg
08e92c5e70
Added kdegraphics-4.2 closure
...
svn path=/nixpkgs/trunk/; revision=14114
2009-02-18 15:25:40 +00:00
Eelco Dolstra
539239d66d
* KVM 84. CIFS/Samba performance still broken.
...
* Kernel headers: KVM expects a include/linux/asm-x86 symlink, so
provide it.
svn path=/nixpkgs/trunk/; revision=14113
2009-02-18 14:53:14 +00:00
Eelco Dolstra
9f4ca51e8e
* Urghhhhhhhh.
...
svn path=/nixpkgs/trunk/; revision=14112
2009-02-18 14:44:51 +00:00
Marc Weber
4576378434
added avr8-burn-omat (gui for avrdude, fuse bits)
...
svn path=/nixpkgs/trunk/; revision=14110
2009-02-18 11:50:39 +00:00
Ludovic Courtès
722c3546af
GNU Emacs live from CVS.
...
svn path=/nixpkgs/trunk/; revision=14107
2009-02-17 21:05:52 +00:00
Eelco Dolstra
33ef9ff72c
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=14106
2009-02-17 18:24:58 +00:00
Eelco Dolstra
6d62e290a0
* elfutils: updated to 0.140. The older versions don't seem to be
...
needed.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14105
2009-02-17 16:42:51 +00:00
Sander van der Burg
da1904a231
Fixed another stupid KDE 4.2 packages bug in releases nix expression
...
svn path=/nixpkgs/trunk/; revision=14099
2009-02-17 15:07:54 +00:00
Sander van der Burg
7127b53d7f
Fixed syntax error for KDE 4.2 packages
...
svn path=/nixpkgs/trunk/; revision=14097
2009-02-17 14:34:33 +00:00
Sander van der Burg
413926967a
Added some KDE 4.2 packages
...
svn path=/nixpkgs/trunk/; revision=14096
2009-02-17 14:31:29 +00:00
Marc Weber
dab6268c79
added avr gcc avrlibc dev environment. Its not worth doing this properly. It works this way
...
svn path=/nixpkgs/trunk/; revision=14095
2009-02-17 12:56:35 +00:00
Eelco Dolstra
e94a279e0e
* Updated UNIVERSAL::isa (the old one has disappeared).
...
svn path=/nixpkgs/trunk/; revision=14093
2009-02-17 12:15:02 +00:00
Ludovic Courtès
f59b3d14dc
Add SLOCCount, a tool to count source lines of code (SLOCs).
...
svn path=/nixpkgs/trunk/; revision=14091
2009-02-17 10:11:33 +00:00
Eelco Dolstra
1b849c8282
* Latest shared-mime-info.
...
* Latest Catalyst runtime.
svn path=/nixpkgs/trunk/; revision=14086
2009-02-16 14:57:35 +00:00
Eelco Dolstra
cc7d4a57db
svn path=/nixpkgs/trunk/; revision=14076
2009-02-13 17:31:44 +00:00
Eelco Dolstra
48eb3bd187
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14073
2009-02-13 13:49:29 +00:00
Marc Weber
c1b79a5b5d
Revert "added cgdb (ncrurses based gdb frontend)" and dooh commit.
...
gdb does have a curses based interface as itself (try ctrl-x o)
svn path=/nixpkgs/trunk/; revision=14069
2009-02-13 12:04:41 +00:00
Eelco Dolstra
cd6864e7e9
* Perl BerkeleyDB module: updated to 0.36 since "make test" failed in
...
the old one.
svn path=/nixpkgs/trunk/; revision=14068
2009-02-13 10:59:01 +00:00
Eelco Dolstra
5b91408a0d
* Pass `pkgs' to the top-level KDE function instead of passing every
...
dependency explicitly. The KDE packages still declare their
dependencies as explicit function arguments.
svn path=/nixpkgs/trunk/; revision=14067
2009-02-13 10:42:59 +00:00
Eelco Dolstra
547207de28
* Algorithm::Diff: the version in "name" didn't match the actual
...
package.
svn path=/nixpkgs/trunk/; revision=14066
2009-02-13 10:35:24 +00:00
Michael Raskin
f670644846
Added a dependency for perl algorithm:annotate
...
svn path=/nixpkgs/trunk/; revision=14065
2009-02-13 10:32:00 +00:00
Eelco Dolstra
039d22f2d4
* groff: don't build with ghostscript as a dependency by default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14064
2009-02-12 22:33:17 +00:00
Eelco Dolstra
090e1f1180
* alsa-util suddenly needs --disable-xmlto. Don't know why. Also got
...
rid of some old versions.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14062
2009-02-12 22:31:23 +00:00
Eelco Dolstra
390695e73f
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12 21:16:55 +00:00
Marc Weber
f936925abf
added cgdb (ncrurses based gdb frontend)
...
svn path=/nixpkgs/trunk/; revision=14055
2009-02-12 20:52:49 +00:00
Marc Weber
fd948733a0
fix perl, ruby, tcl support in vim_configurable
...
svn path=/nixpkgs/trunk/; revision=14052
2009-02-12 20:27:54 +00:00
Eelco Dolstra
0c3abad795
* Latest Compress::Zlib.
...
* Put the fix for Perl modules that install in the wrong location
($out/lib instead of $out/lib/site_perl) in the generic Perl
builder.
svn path=/nixpkgs/trunk/; revision=14051
2009-02-12 20:18:13 +00:00
Eelco Dolstra
6f29bd14bc
* OpenLDAP updated to 2.4.13. Also a workaround for a header problem.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14050
2009-02-12 19:51:51 +00:00
Sander van der Burg
120bb8afe3
Added initial KDE 4.2 nix expression which build kdelibs
...
svn path=/nixpkgs/trunk/; revision=14043
2009-02-12 16:26:04 +00:00
Eelco Dolstra
29e33f4a12
* Latest Catalyst packages, include FormFu and its gazillion
...
dependencies.
svn path=/nixpkgs/trunk/; revision=14042
2009-02-12 15:59:22 +00:00
Sander van der Burg
09bb1e1116
Updated log4cxx to version 0.10.0 by using a patch from Andrew Morsillo
...
svn path=/nixpkgs/trunk/; revision=14039
2009-02-12 14:52:23 +00:00
Peter Simons
05eb6625ed
Bumped boost libraries to version 1.38.0.
...
svn path=/nixpkgs/trunk/; revision=14031
2009-02-11 10:02:10 +00:00
Eelco Dolstra
efa1bf9cb5
* Added acpid, a daemon that monitors ACPI events.
...
svn path=/nixpkgs/trunk/; revision=14026
2009-02-10 23:12:18 +00:00
Eelco Dolstra
0cf9849afd
* More refactoring: move all the stdenv adapter functions (like
...
useDietlibc) to a separate file. all-packages.nix should really
only contain package composition stuff.
svn path=/nixpkgs/trunk/; revision=14022
2009-02-10 15:48:30 +00:00
Ludovic Courtès
b2ccd56224
GNU IceCat 3.0.6-g1.
...
svn path=/nixpkgs/trunk/; revision=14021
2009-02-10 14:35:11 +00:00
Lluís Batlle i Rossell
21fd05797c
Adding GPL Arcade Volleyball.
...
I had this patch _almost_ ready for a long long time. Now ready.
svn path=/nixpkgs/trunk/; revision=14017
2009-02-09 22:44:36 +00:00
Lluís Batlle i Rossell
18cc7f4b37
Adding comical-0.8
...
svn path=/nixpkgs/trunk/; revision=14016
2009-02-09 20:44:26 +00:00
Michael Raskin
921b7d3c69
Added Cuneiform OCR. Works somehow..
...
svn path=/nixpkgs/trunk/; revision=14015
2009-02-09 20:37:11 +00:00
Eelco Dolstra
599015e8b0
* Split lib/default.nix into several files, as it had become a big
...
mess. Also cleaned up some functions:
- foldl appeared broken (it recursively called fold).
- Renamed logicalAND/logicalOR to and/or.
- Removed listOfListsToAttrs, eqStrings: obsolete.
- Removed isInList, which does the same thing as elem.
- stringToCharacters: don't return a "" at the end of the list.
- Renamed concatList to concat, as concatList (singular) is a
misnomer: it takes two lists. Likewise, renamed mergeAttr to
mergeAttrs.
misc.nix still contains a lot of stuff that should be refactored and
moved to other files.
svn path=/nixpkgs/trunk/; revision=14013
2009-02-09 16:51:03 +00:00
Ludovic Courtès
eebb6f106c
Add Semantic, a parser generator for Emacs.
...
svn path=/nixpkgs/trunk/; revision=14012
2009-02-09 08:48:49 +00:00
Ludovic Courtès
8eb6ecb1ec
Add EIEIO, a CLOS clone for Emacs.
...
svn path=/nixpkgs/trunk/; revision=14011
2009-02-09 08:34:25 +00:00
Lluís Batlle i Rossell
ee9a5c1c89
Fixing a nix import path I commited without enough care.
...
svn path=/nixpkgs/trunk/; revision=14010
2009-02-08 23:29:27 +00:00
Michael Raskin
d20bb02310
Added mozplugger - an universal launching plugin for Mozilla programs
...
svn path=/nixpkgs/trunk/; revision=14009
2009-02-08 17:23:22 +00:00
Lluís Batlle i Rossell
264a6c709a
Adding alliance 5.0
...
svn path=/nixpkgs/trunk/; revision=14008
2009-02-08 16:28:31 +00:00
Lluís Batlle i Rossell
0f6908ca75
Updating dosfstools to 3.01. Removing selectVersion.
...
(3.00deb urls weren't working)
svn path=/nixpkgs/trunk/; revision=14007
2009-02-08 16:28:12 +00:00
Lluís Batlle i Rossell
863e9181d5
Adding vtk-5.2.1, The Visualization Toolkit.
...
svn path=/nixpkgs/trunk/; revision=14006
2009-02-08 16:27:57 +00:00
Michael Raskin
97d0f21d03
Added XaoS fractal viewer
...
svn path=/nixpkgs/trunk/; revision=14004
2009-02-08 14:17:05 +00:00
Michael Raskin
f529bd70a1
Carrier update
...
svn path=/nixpkgs/trunk/; revision=14002
2009-02-07 16:02:50 +00:00
Ludovic Courtès
f8a207e806
GNU Emacs 23.x update (development snapshot).
...
svn path=/nixpkgs/trunk/; revision=13994
2009-02-06 08:43:31 +00:00
Marc Weber
c4c1aa0a8a
added thinkingRock
...
svn path=/nixpkgs/trunk/; revision=13993
2009-02-06 03:14:30 +00:00
Marc Weber
e3ef805500
added pointer to the package classification policy maintainer document
...
svn path=/nixpkgs/trunk/; revision=13992
2009-02-05 23:44:52 +00:00
Peter Simons
ecddd8b472
Added syslog-ng (and the eventlog library that it depends on).
...
svn path=/nixpkgs/trunk/; revision=13988
2009-02-05 16:50:45 +00:00
Eelco Dolstra
b54251026a
* Enable ACL support in rsync.
...
svn path=/nixpkgs/trunk/; revision=13976
2009-02-03 22:13:35 +00:00
Eelco Dolstra
987c01630a
svn path=/nixpkgs/branches/stdenv-updates/; revision=13971
2009-02-03 10:39:48 +00:00
Lluís Batlle i Rossell
95f38fc409
Fixing the aircrack-ng build, so it doesn't depend on any profile
...
and points, as usual, only to the store for its dependencies.
svn path=/nixpkgs/trunk/; revision=13965
2009-02-02 21:57:18 +00:00
Eelco Dolstra
37b9b420cb
* Sync with trunk. Back to gtkLibs214.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13960
2009-02-02 15:44:04 +00:00
Eelco Dolstra
3e727ebe97
* Re-enable Cygwin builds.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13956
2009-02-02 15:02:58 +00:00
Eelco Dolstra
84771ded8a
* Make aterm-2.4.2-fixes the default again, since aterm 2.8 is *still*
...
broken on x86_64.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13955
2009-02-02 15:02:42 +00:00
Eelco Dolstra
436e676cdd
* pangomm is missing.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13952
2009-02-02 13:15:13 +00:00
Eelco Dolstra
c696ea1326
* wget 1.11.4.
...
svn path=/nixpkgs/trunk/; revision=13948
2009-02-02 12:33:40 +00:00
Eelco Dolstra
779b4b2448
* Use GCC 4.3 by default.
...
* Updated stdenv-linux:
- The bootstrap tools are no longer statically linked (except for
binaries in the Nixpkgs tree used to download and unpack the
bootstrap tools).
- x86_64 uses the same static binaries as i686. This makes the
Nixpkgs tree a bit smaller.
- Use the Linux 2.6.28 headers.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13946
2009-02-01 21:44:56 +00:00
Lluís Batlle i Rossell
46c842df27
Disallowing the aircrack-ng expression, as it points to profile paths instead
...
of directly to the dependencies in the store.
svn path=/nixpkgs/trunk/; revision=13945
2009-02-01 21:38:10 +00:00
Lluís Batlle i Rossell
30f8a1bd25
Adding kismet.
...
svn path=/nixpkgs/trunk/; revision=13938
2009-02-01 21:21:27 +00:00
Lluís Batlle i Rossell
2037ddccb0
Adding aircrack-ng.
...
svn path=/nixpkgs/trunk/; revision=13936
2009-02-01 21:21:12 +00:00
Michael Raskin
cdf5d243a0
Adding ppp and rp-pppoe for different point-to-point connectivity situations. Not tested for trivial reasons, but built OK
...
svn path=/nixpkgs/trunk/; revision=13925
2009-02-01 13:54:20 +00:00
Michael Raskin
1745266d32
Added GNU Chess and XBoard
...
svn path=/nixpkgs/trunk/; revision=13923
2009-01-31 20:09:54 +00:00
Michael Raskin
0d577e421d
fix fsg build after updates in all-packages
...
svn path=/nixpkgs/trunk/; revision=13913
2009-01-30 06:26:40 +00:00
Ludovic Courtès
b36fdd3d13
Switch to ALSA 1.0.19.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13911
2009-01-29 20:50:46 +00:00
Ludovic Courtès
a1561dbfe3
Switch to GTK+ 2.14 and companion libraries.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13910
2009-01-29 20:40:38 +00:00
Eelco Dolstra
91339eaae1
* splashutils 1.5 is currently broken on x86_64.
...
svn path=/nixpkgs/trunk/; revision=13904
2009-01-29 17:05:38 +00:00
Eelco Dolstra
c584bb878a
* Sync with trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13903
2009-01-29 16:33:02 +00:00
Eelco Dolstra
edc5cdaf98
* splashutils_13 / splashutils_15: these don't depend on the kernel
...
version.
* Add klibc and splashutils to the channel.
svn path=/nixpkgs/trunk/; revision=13901
2009-01-29 15:56:01 +00:00
Eelco Dolstra
b48cc44ebf
* klibc: install statically linked binaries as well.
...
* klibc: build against the regular kernel headers instead of depending
on a kernel build. This way we don't have to rebuild klibc every
time the kernel changes.
* splashutils 1.3: compile properly with a klibc that uses unpatched
kernel headers.
svn path=/nixpkgs/trunk/; revision=13900
2009-01-29 15:44:37 +00:00
Armijn Hemel
0604fa4ed8
pass intltool to new pidgin
...
svn path=/nixpkgs/trunk/; revision=13898
2009-01-28 17:16:27 +00:00
Eelco Dolstra
da4fb573a7
* Added ATerm 2.8. Also removed some old versions and patches that
...
were no longer in use.
* A patch for compiling the ATerm library with GCC 4.3. Without it,
the code for resizing ATerm tables gets stuck in an infinite loop
(http://bugzilla.sen.cwi.nl:8080/show_bug.cgi?id=841 ). The problem
is in this bit of code in hash.c, which tries to dynamically figure
out the maximum signed integer:
long try_long_max;
long long_max;
long delta;
try_long_max = 1;
do {
long_max = try_long_max;
try_long_max = long_max * 2;
} while (try_long_max > 0);
At -O2, GCC 4.3 determines that 1 * 2 * 2 * ... can never be <= 0,
and so it optimises this into a 1-instruction infinite loop:
0x0805a782 <keyPut+1282>: jmp 0x805a782 <keyPut+1282>
Quite beautiful really. ;-)
The fix is to use the LONG_MAX macro instead.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13888
2009-01-27 17:46:07 +00:00
Nicolas Pierron
507ab31cbe
Add ragel: A state machine compiler.
...
svn path=/nixpkgs/trunk/; revision=13881
2009-01-27 14:00:54 +00:00
Eelco Dolstra
a5b607ef4f
* Bash 3.2.48.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13876
2009-01-27 11:03:41 +00:00
Lluís Batlle i Rossell
c5a95e894e
Adding opencascade 6.4.0.
...
svn path=/nixpkgs/trunk/; revision=13874
2009-01-27 08:14:27 +00:00
Lluís Batlle i Rossell
6c2c6d7fe4
Fixing commits I did, which didn't follow well the writing rules.
...
svn path=/nixpkgs/trunk/; revision=13868
2009-01-25 21:03:07 +00:00
Lluís Batlle i Rossell
09d68fcad2
First steps trying to build VirtualBox. I haven't finished.
...
I left before trying to install and run the files compiled.
svn path=/nixpkgs/trunk/; revision=13863
2009-01-25 20:09:17 +00:00
Lluís Batlle i Rossell
c844c68142
Adding yafc-1.1.1
...
svn path=/nixpkgs/trunk/; revision=13846
2009-01-25 14:31:51 +00:00
Lluís Batlle i Rossell
fb1fd1115f
Adding Intel ACPI Compiler (trying to build virtualbox)
...
svn path=/nixpkgs/trunk/; revision=13845
2009-01-25 14:31:42 +00:00
Lluís Batlle i Rossell
e44ec52b45
Adding dev86 (I'll try to get virtualbox built)
...
svn path=/nixpkgs/trunk/; revision=13844
2009-01-25 14:31:24 +00:00
Ludovic Courtès
f5b2036a60
Cairomm 1.7.2.
...
svn path=/nixpkgs/trunk/; revision=13836
2009-01-24 21:55:16 +00:00
Lluís Batlle i Rossell
aad3e77b44
Adding cdecl-2.5
...
svn path=/nixpkgs/trunk/; revision=13833
2009-01-24 21:01:27 +00:00
Lluís Batlle i Rossell
00756b63b0
Adding a qt3gcc3 package, for opera.
...
svn path=/nixpkgs/trunk/; revision=13832
2009-01-24 21:01:17 +00:00
Lluís Batlle i Rossell
50d8df47b2
Making wxGTK-2.8 to provide wxGLCanvas. Adding dependence on mesa.
...
svn path=/nixpkgs/trunk/; revision=13831
2009-01-24 21:00:53 +00:00
Eelco Dolstra
4274b92cda
* Remove unused versions of tar.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13826
2009-01-23 10:55:41 +00:00
Eelco Dolstra
3709e0e666
* GNU sed 4.1.2: obsolete.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13825
2009-01-23 10:50:53 +00:00
Ludovic Courtès
71cbd0995a
Enlightenment 0.16.8.15.
...
Patch by John Altobelli <acocaracha@gmail.com>, minor edits by
Ludovic Courtès <ludo@gnu.org>.
svn path=/nixpkgs/trunk/; revision=13823
2009-01-22 22:46:39 +00:00
Ludovic Courtès
7137c6dea8
libcanberra: Use the right GTK+ version, use GThread as well, disable OSS support (recommended).
...
svn path=/nixpkgs/trunk/; revision=13822
2009-01-22 22:34:06 +00:00
Ludovic Courtès
3e20a89b3d
GTK+ 2.14.7 and companion libraries.
...
svn path=/nixpkgs/trunk/; revision=13821
2009-01-22 22:32:02 +00:00
Marc Weber
0ad62a0edb
adding gitAttr
...
now containing qgit, stgit, topGit, hg2git
updating gitGit (git dev version), adding qgit-git (dev version)
svn path=/nixpkgs/trunk/; revision=13816
2009-01-20 22:15:42 +00:00
Ludovic Courtès
269f914ab7
Add `libcanberra'.
...
svn path=/nixpkgs/trunk/; revision=13814
2009-01-20 09:50:15 +00:00