Lluís Batlle i Rossell
7d3e0c542c
Making w3m build with a newer boehm-gc
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23318
2010-08-21 17:07:03 +00:00
Lluís Batlle i Rossell
e0b377fd81
Adding mpg123 (it even cross-builds fine for the nanonote)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23313
2010-08-21 16:54:02 +00:00
Lluís Batlle i Rossell
f16353b6f2
Updated from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
2010-08-20 13:41:12 +00:00
Rob Vermaas
544cb2a0c9
updated calibre to 0.7.14
...
svn path=/nixpkgs/trunk/; revision=23268
2010-08-20 09:07:35 +00:00
Ludovic Courtès
b4f887b7fb
GNU Zile 2.3.19.
...
svn path=/nixpkgs/trunk/; revision=23254
2010-08-19 16:53:28 +00:00
Armijn Hemel
f194a8aa93
update to 2.7.3
...
svn path=/nixpkgs/trunk/; revision=23215
2010-08-17 20:28:40 +00:00
Eelco Dolstra
4cbec5ca20
* Latest Flash player.
...
svn path=/nixpkgs/trunk/; revision=23204
2010-08-17 13:13:34 +00:00
Yury G. Kudryashov
5422f21700
xscreensaver: move hacks to default location, use stdenv, more deps
...
svn path=/nixpkgs/trunk/; revision=23161
2010-08-13 14:06:23 +00:00
Michael Raskin
6c4b96434e
Update BzrTools together with Bazaar
...
svn path=/nixpkgs/trunk/; revision=23157
2010-08-12 19:59:30 +00:00
Michael Raskin
c4fb841955
An update for Bazaar was long overdue
...
svn path=/nixpkgs/trunk/; revision=23156
2010-08-12 19:53:38 +00:00
Lluís Batlle i Rossell
3a3867869a
Adding tetgen
...
svn path=/nixpkgs/trunk/; revision=23138
2010-08-12 10:59:05 +00:00
David Guibert
829f6c2108
update chrome to available snapshots.
...
svn path=/nixpkgs/trunk/; revision=23135
2010-08-12 06:01:21 +00:00
Lluís Batlle i Rossell
51f6aec764
Fixing the gcc-cross-wrapper; it failed after some changes related to breaking
...
dependencies with it. (I should never link ld.so with a NIX_LDFLAGS -rpath
forced)
I made vim, scummvm cross-build. I added prboom (that cross-builds).
Mplayer and elinks don't cross-build fine still, but are on the way.
The mplayer fails to build in a weird way; nix does not show either a gcc
error message or even the 'make' error message.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23131
2010-08-11 20:14:25 +00:00
Lluís Batlle i Rossell
039b660b5b
Making lynx, yacas and alsa-lib crossbuild
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23130
2010-08-11 20:11:12 +00:00
Lluís Batlle i Rossell
3f05ed581f
Making fossil cross-build (it works for the nanonote).
...
Removing some perl scripts from the openssl cross-built derivation, to avoid depending on it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23128
2010-08-11 20:08:29 +00:00
Eelco Dolstra
21587bf10b
* Use callPackage_i686 for i686-only packages.
...
svn path=/nixpkgs/trunk/; revision=23113
2010-08-11 13:25:30 +00:00
Lluís Batlle i Rossell
f9692a7f40
Update from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23097
2010-08-10 17:20:15 +00:00
Lluís Batlle i Rossell
456d3f41ae
Adding a yacas needed patch for it to build
...
svn path=/nixpkgs/trunk/; revision=23077
2010-08-09 22:42:48 +00:00
Lluís Batlle i Rossell
a6aae3bc6d
Adding the matchbox window manager
...
svn path=/nixpkgs/trunk/; revision=23076
2010-08-09 22:40:51 +00:00
Lluís Batlle i Rossell
9cba74c95a
Adding 'yacas', a CAS implemented in C++.
...
svn path=/nixpkgs/trunk/; revision=23074
2010-08-09 21:58:21 +00:00
Lluís Batlle i Rossell
ff5d0fa448
Merging from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23072
2010-08-09 21:21:30 +00:00
Lluís Batlle i Rossell
1b59ae0b83
Adding 'mupdf', a lightweight PDF 1.7 viewer
...
As a side effect, I add openjpeg and jbig2dec.
svn path=/nixpkgs/trunk/; revision=23069
2010-08-09 20:59:38 +00:00
David Guibert
3b6101cd7f
msn-pecan: an alternative MSN plugin for pidgin
...
svn path=/nixpkgs/trunk/; revision=23050
2010-08-09 06:51:34 +00:00
Peter Simons
1a6039cb45
Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, python, git, and qt4.
...
If a build expressions has set "enableParallelBuilding = true", then the
generic builder may utilize more than one CPU core to build that particular
expression. This feature works out of the box for GNU Make. Expressions that
use other build drivers like Boost.Jam or SCons have to specify appropriate
flags such as "-j${NIX_BUILD_CORES}" themselves.
svn path=/nixpkgs/trunk/; revision=23042
2010-08-08 18:51:42 +00:00
Michael Raskin
87cbef96ca
Add Veracity distributed VCS (+ issue tracker)
...
svn path=/nixpkgs/trunk/; revision=23031
2010-08-07 22:44:25 +00:00
Lluís Batlle i Rossell
46082f25f9
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23027
2010-08-07 20:14:04 +00:00
Eelco Dolstra
a1e834e85a
* Get rid of the ugly `useFromStdenv' hack in all-packages.nix.
...
Instead, use the generic package override mechanism to use packages
from earlier bootstrap phases.
* Don't rely on the existence of attributes such as
`stdenv.coreutils'.
svn path=/nixpkgs/trunk/; revision=22991
2010-08-06 10:34:34 +00:00
Marco Maggesi
c0f343b752
Update Coq to version 8.2pl2 (patch by roconnor)
...
svn path=/nixpkgs/trunk/; revision=22971
2010-08-05 18:44:42 +00:00
Eelco Dolstra
5f8b8ae1d1
* Added weechat and updated xfce-terminal and vte. (From Graeme
...
Caldwell <graemercaldwell@gmail.com>.)
svn path=/nixpkgs/trunk/; revision=22965
2010-08-05 15:47:15 +00:00
Peter Simons
dbef94575c
pkgs/applications/version-management/git-and-tools/git: updated to version 1.7.2.1
...
svn path=/nixpkgs/trunk/; revision=22960
2010-08-05 11:25:02 +00:00
Eelco Dolstra
b29496c4be
* Adobe Reader: updated to 9.3.3. Make it installable on
...
x86_64-linux.
svn path=/nixpkgs/trunk/; revision=22956
2010-08-05 08:54:58 +00:00
Lluís Batlle i Rossell
7dfbad8c44
Updating awesome (tab completion did not work with the xorg server 1.8; let's see
...
if it works now)
svn path=/nixpkgs/trunk/; revision=22951
2010-08-04 15:48:05 +00:00
Michael Raskin
9456c0e43b
Add patch to fix arrow display
...
svn path=/nixpkgs/trunk/; revision=22934
2010-08-03 17:43:10 +00:00
Yury G. Kudryashov
a993d5190a
Add quassel only on qt4.meta.platforms platforms
...
qt4 somehow depends on libcap which is linux only
svn path=/nixpkgs/trunk/; revision=22932
2010-08-03 14:17:55 +00:00
Michael Raskin
3386ce4c5d
Update monotone-viz mtn-head
...
svn path=/nixpkgs/trunk/; revision=22925
2010-08-03 12:14:16 +00:00
Michael Raskin
e8a33e0c82
Make configurable Vim build with most options
...
svn path=/nixpkgs/trunk/; revision=22924
2010-08-03 10:59:57 +00:00
Lluís Batlle i Rossell
6d15eabdc1
Merging from trunk (the callPackage change)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22915
2010-08-03 08:14:13 +00:00
Michael Raskin
ef3606a0ae
Update XNeur to 0.9.9
...
svn path=/nixpkgs/trunk/; revision=22906
2010-08-02 19:28:15 +00:00
Michael Raskin
fb10fb0d19
Fix sed commands for xneur 0.8 build
...
svn path=/nixpkgs/trunk/; revision=22905
2010-08-02 19:24:59 +00:00
Yury G. Kudryashov
dea41a12ea
Add rsibreak
...
svn path=/nixpkgs/trunk/; revision=22897
2010-08-02 17:19:44 +00:00
Eelco Dolstra
cc84ac9e84
svn path=/nixpkgs/trunk/; revision=22880
2010-08-02 16:01:55 +00:00
Lluís Batlle i Rossell
5417c720fd
Merging from trunk.
...
I tried to fix some trivial conflicts.
I don't know if I merged well some more difficult conflicts on openssl/darwin_patch
or haskell-platform.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22878
2010-08-02 15:48:19 +00:00
Yury G. Kudryashov
45fd5a9836
Upgrade rekonq
...
svn path=/nixpkgs/trunk/; revision=22835
2010-07-31 13:06:10 +00:00
Eelco Dolstra
4bf5b0d36b
* Fix some more "args: with args".
...
svn path=/nixpkgs/trunk/; revision=22828
2010-07-30 14:47:23 +00:00
Marco Maggesi
7835419d8a
Upgrade fossil to version 2010-07-03
...
svn path=/nixpkgs/trunk/; revision=22827
2010-07-30 14:03:51 +00:00
Eelco Dolstra
907bb1aac6
* ltrace: updated to 0.5.3.
...
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with
SQLite.
* qemu-image: fix the URL.
* gdmap: make it build again (requires an older GTK+).
* rlwrap: updated to 0.37.
* smbfs-fuse -> fusesmb to match the upstream name.
* x11vnc: updated to 0.9.10.
* clearlyU: fix the URL.
* Various packages: follow the coding conventions.
svn path=/nixpkgs/trunk/; revision=22814
2010-07-29 18:55:16 +00:00
Lluís Batlle i Rossell
5cf5a154db
Updating hugin
...
svn path=/nixpkgs/trunk/; revision=22810
2010-07-29 14:38:46 +00:00
Eelco Dolstra
ba498d4a43
* composedArgsAndFun -> makeOverridable for consistency.
...
* Rename a few single-version packages to "default.nix".
svn path=/nixpkgs/trunk/; revision=22803
2010-07-29 08:21:21 +00:00
Eelco Dolstra
f1598a8941
* More cleanup.
...
svn path=/nixpkgs/trunk/; revision=22798
2010-07-28 18:01:17 +00:00
Eelco Dolstra
749b8607ca
* More cleanup.
...
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00