Commit graph

3650 commits

Author SHA1 Message Date
Eelco Dolstra 48e1c2df80 * Added xdg-utils, a package that contains desktop integration
commands such as `xdg-open' (which opens a URL with the user's
  default browser).

svn path=/nixpkgs/trunk/; revision=20829
2010-03-25 19:48:06 +00:00
Eelco Dolstra 25ea790dd4 * Added the Dutch Tax Return program for 2009.
svn path=/nixpkgs/trunk/; revision=20828
2010-03-25 19:40:19 +00:00
Lluís Batlle i Rossell d533e31357 Updating gtkwave
svn path=/nixpkgs/trunk/; revision=20825
2010-03-25 15:07:53 +00:00
Eelco Dolstra 806099dbc8 * Added GNU wdiff.
svn path=/nixpkgs/trunk/; revision=20817
2010-03-25 11:51:55 +00:00
Lluís Batlle i Rossell a991201bf5 Adding optipng, and a basic expression for pdfread.
svn path=/nixpkgs/trunk/; revision=20802
2010-03-23 23:04:41 +00:00
Lluís Batlle i Rossell 60b8b2b613 Adding pngnq.
svn path=/nixpkgs/trunk/; revision=20801
2010-03-23 22:40:46 +00:00
Lluís Batlle i Rossell 54ccfcff2d Updating calibre (now, with chm support)
svn path=/nixpkgs/trunk/; revision=20797
2010-03-23 21:48:38 +00:00
Lluís Batlle i Rossell b9fcc355c1 Trying to fix the python package 'mechanize'. Anything building with 'mechanize' needs 'clientform' too.
svn path=/nixpkgs/trunk/; revision=20791
2010-03-23 19:28:48 +00:00
Lluís Batlle i Rossell ac94ac33d2 Adding 'clientform', a python package.
That seems needed for the python package 'mechanize' to build.

svn path=/nixpkgs/trunk/; revision=20788
2010-03-23 16:58:34 +00:00
Eelco Dolstra 9dd466d123 * Updated pyqt and sip because the old versions have disappeared.
* Removed some unused versions of those packages.
* Don't pass `lib' to packages (because we already have `stdenv.lib').
* Removed some `*_python26' variants because Python 2.6 is the default
  now.

svn path=/nixpkgs/trunk/; revision=20782
2010-03-23 14:04:47 +00:00
Lluís Batlle i Rossell 00726e62fc Fixing some sheevaplug linux kernel configuration options,
because they were bad written.
I also added the support for tun devices.


svn path=/nixpkgs/trunk/; revision=20773
2010-03-22 20:01:48 +00:00
Ludovic Courtès 6574a35e56 Add MIT/GNU Scheme.
svn path=/nixpkgs/trunk/; revision=20719
2010-03-17 15:32:12 +00:00
Ludovic Courtès d5c0333db8 Stalin: Add dependency on ncompress.
svn path=/nixpkgs/trunk/; revision=20713
2010-03-17 14:44:46 +00:00
Eelco Dolstra 8396168276 * Updated Nix to 0.15.
svn path=/nixpkgs/trunk/; revision=20697
2010-03-17 12:16:03 +00:00
Lluís Batlle i Rossell 4824ecbb62 Trying to remove more hydra evaluation errors related to gcc.
svn path=/nixpkgs/trunk/; revision=20687
2010-03-17 10:17:32 +00:00
Lluís Batlle i Rossell f0ce6cfe94 Trying to remove evaluation errors in hydra nixpkgs for the cross compiler related
derivations.
I remove their 'meta platforms' attribute, defined in the gcc expression, so hydra
does not attempt to build them in the nixpkgs evaluation.

svn path=/nixpkgs/trunk/; revision=20678
2010-03-17 09:05:11 +00:00
Michael Raskin 1163f22972 Add 2.6.33-zen1 kernels
svn path=/nixpkgs/trunk/; revision=20676
2010-03-17 06:42:21 +00:00
Marc Weber 19f0cd20fd HaXe: support nekotools boot - add haxelib
svn path=/nixpkgs/trunk/; revision=20674
2010-03-16 23:34:56 +00:00
Lluís Batlle i Rossell 23809aa681 Trying to fix the nixpkgs-tarball, after I broke it again due to assuming
'gcc' to be pure as that of stdenvLinux.


svn path=/nixpkgs/trunk/; revision=20671
2010-03-16 21:53:48 +00:00
Lluís Batlle i Rossell dd4ad6741e Fixing once again the ld-wrapper.sh script. I put it in a gcc-wrapper apart, to be removed
on the next stdenv-updates.
This would fix the build for many cmake packages, although that requires updating the stdenv
in those for its gcc to use this 2nd wrapper.

I updated paraview and avidemux. I can't recall now more packages with problems, but I was
quite sure there were.

If anyone sees a cmake-built package with the result binaries lacking some rpaths, then try
this wrapper.


svn path=/nixpkgs/trunk/; revision=20669
2010-03-16 20:49:26 +00:00
Lluís Batlle i Rossell d1217f68a4 Reverting eelco's r20469, which was applied due to a misunderstanding with an hydra build.
kde44 has worked well enough then and since then.


svn path=/nixpkgs/trunk/; revision=20668
2010-03-16 18:57:17 +00:00
Peter Simons b6d6f301c4 pkgs/applications/editors/emacs-modes/magit: updated to version magit-0.7-94-gbf42bf8
Magit has seen plenty of development since version 0.7, but for some reason
there haven't been any new releases. This version bump updates the expression to
build a current version of Magit directly from the Git repository.

This change adds buildInputs 'autoconf' and 'automake'. These tools are required
only because we aren't building from a proper release tarball. Once version 0.8
comes out, these dependencies can be dropped again.

svn path=/nixpkgs/trunk/; revision=20650
2010-03-16 12:13:40 +00:00
Rob Vermaas 891bf14096 also make python 26 default on darwin
svn path=/nixpkgs/trunk/; revision=20642
2010-03-16 09:12:26 +00:00
Lluís Batlle i Rossell f68b2277b7 Adding qshowdiff.
svn path=/nixpkgs/trunk/; revision=20633
2010-03-15 14:26:52 +00:00
Ludovic Courtès 295d249274 Try building `gitFull'.
svn path=/nixpkgs/trunk/; revision=20621
2010-03-14 22:11:36 +00:00
Lluís Batlle i Rossell 182aa30e55 Making the sheevaplug kernel include DM_CRYPT and the cryptoloop device.
svn path=/nixpkgs/trunk/; revision=20618
2010-03-14 21:17:17 +00:00
Lluís Batlle i Rossell 9b1d5353a9 Making the gcc cross-compiler a bit more flexible.
svn path=/nixpkgs/trunk/; revision=20614
2010-03-14 14:05:08 +00:00
Lluís Batlle i Rossell 648b17197f Adding linux 2.4 kernel headers for cross builds.
(I'm thinking of OpenWRT machines out there, mips, with linux 2.4)

svn path=/nixpkgs/trunk/; revision=20539
2010-03-10 20:44:48 +00:00
Lluís Batlle i Rossell 57ea53f67a Adding rapidsvn
svn path=/nixpkgs/trunk/; revision=20538
2010-03-10 20:44:40 +00:00
Lluís Batlle i Rossell 12e960f592 Adding dropbear, a small implementation of ssh2 client and server.
I made it statically build by default

I had to fix the zlib static cross-build, because the native stripping corrupted the target
static library. It is not the first time I see this.

I add drobear to the cross-built packages for hydra.


svn path=/nixpkgs/trunk/; revision=20518
2010-03-09 23:11:12 +00:00
Lluís Batlle i Rossell 33e549fa4f Adding a busybox option to build it statically.
Adding it to the cross builds.


svn path=/nixpkgs/trunk/; revision=20516
2010-03-09 22:44:45 +00:00
Lluís Batlle i Rossell d2b237ba51 Adding ired, a 'radare' simplification: Interactive Raw Editor.
svn path=/nixpkgs/trunk/; revision=20511
2010-03-09 18:14:59 +00:00
Lluís Batlle i Rossell 804f4bed92 Fixing the evaluation of trunk (regarding reenabling uclibc cross builds)
svn path=/nixpkgs/trunk/; revision=20509
2010-03-09 18:05:33 +00:00
Lluís Batlle i Rossell 1522caa556 Enabling cross-builds with uclibc again (I had that too much abandoned).
Hydra now should even test it.


svn path=/nixpkgs/trunk/; revision=20500
2010-03-09 15:48:25 +00:00
Eelco Dolstra c7b9e45e76 * Added s3sync.
svn path=/nixpkgs/trunk/; revision=20496
2010-03-09 15:12:15 +00:00
Lluís Batlle i Rossell 570759c288 Getting the hydra cross-trunk builds have proper low priority (that of toJob)
svn path=/nixpkgs/trunk/; revision=20495
2010-03-09 14:49:30 +00:00
Lluís Batlle i Rossell da8c9de5a8 Updating the hydra builds for release-cross.nix
Now the attributes listed as Jobs will look even uglier - very long names, too much repeating.


svn path=/nixpkgs/trunk/; revision=20492
2010-03-09 14:14:30 +00:00
Rob Vermaas b44af59afb separate cross builds in separate release expression, will add extra jobset
svn path=/nixpkgs/trunk/; revision=20484
2010-03-09 10:33:31 +00:00
Eelco Dolstra 8d8e6f7e4c * Mark nixSqlite as low priority to prevent it from being installed
accidentally.

svn path=/nixpkgs/trunk/; revision=20481
2010-03-09 08:45:20 +00:00
Eelco Dolstra 596b70a208 * The scheduling priority for the nixpkgs trunk should be higher than
the stdenv branch.

svn path=/nixpkgs/trunk/; revision=20470
2010-03-08 10:29:53 +00:00
Eelco Dolstra 4983b6d87c * Revert to KDE 4.3 because there are build errors
(e.g. http://hydra.nixos.org/build/314745)

svn path=/nixpkgs/trunk/; revision=20469
2010-03-08 10:29:20 +00:00
Lluís Batlle i Rossell 4e59f00501 I added again nasm as lrzip input. It is required in i686-linux at least.
svn path=/nixpkgs/trunk/; revision=20467
2010-03-07 22:46:29 +00:00
Andres Löh 2a1293a3c4 Added csv Haskell package.
svn path=/nixpkgs/trunk/; revision=20464
2010-03-07 22:32:58 +00:00
Lluís Batlle i Rossell 7a2ad368f9 Updating lrzip. It does not depend on nasm anymore.
svn path=/nixpkgs/trunk/; revision=20463
2010-03-07 21:03:50 +00:00
Lluís Batlle i Rossell 7858a1d7d8 Adding assertions for the cross-toolchain attributes, so noone feels tempted
to build them without setting a crossSystem to build for.

svn path=/nixpkgs/trunk/; revision=20459
2010-03-07 00:05:51 +00:00
Lluís Batlle i Rossell dddd34bc4e Updating qemu.
svn path=/nixpkgs/trunk/; revision=20458
2010-03-06 23:37:01 +00:00
Lluís Batlle i Rossell 012e7f196e I removed the function-shape of the cross-toolchain related attributes in the all-packages.nix.
That was more complicating than helping.

svn path=/nixpkgs/trunk/; revision=20457
2010-03-06 23:36:55 +00:00
Lluís Batlle i Rossell 997723ec9b Trying to make nixUnstable cross-build.
It fails because it builds bin2c for the host system, instead of the build system.
I will wait for a fix upstream.

svn path=/nixpkgs/trunk/; revision=20445
2010-03-05 23:22:36 +00:00
Lluís Batlle i Rossell 48fa4b5257 Updating dwm, and allowing users set their own patches to configure it.
svn path=/nixpkgs/trunk/; revision=20437
2010-03-05 21:49:29 +00:00
Lluís Batlle i Rossell ca86e6992b Updating dmenu.
svn path=/nixpkgs/trunk/; revision=20436
2010-03-05 21:42:24 +00:00