Peter Simons
9be0b9fea6
Update version of ncftp.
...
The old version 3.2.3 seems to have disappeared from the hosting server.
svn path=/nixpkgs/trunk/; revision=23153
2010-08-12 14:57:15 +00:00
Peter Simons
961fda939c
Fix some broken URLs.
...
svn path=/nixpkgs/trunk/; revision=23152
2010-08-12 14:56:14 +00:00
Peter Simons
04ee1d78ad
pkgs/top-level/all-packages.nix: obsoleted setuptools_python26 and setuptools_python27
...
Instead of having different setuptools expressions, buildPythonPackage
uses override to choose the desired python version. Now, technically,
buildPythonPackage shouldn't exist in multiple versions either. Maybe
the whole thing should be moved into python packages?
svn path=/nixpkgs/trunk/; revision=23151
2010-08-12 14:01:51 +00:00
Michael Raskin
a30807b8fd
Update WebKit. Enable MathML. Not maximum set of options is enabled now, probably..
...
svn path=/nixpkgs/trunk/; revision=23150
2010-08-12 13:56:57 +00:00
Yury G. Kudryashov
ca1914fa1a
Remove old patch, add new one
...
Let other KDE modules install polkit policy files to $out,
not $kdelibs
svn path=/nixpkgs/trunk/; revision=23147
2010-08-12 13:01:06 +00:00
Peter Simons
63ce55d859
pkgs/top-level/all-packages.nix: lower priority of python27Base to ensure the full version is installed by default
...
svn path=/nixpkgs/trunk/; revision=23146
2010-08-12 12:53:51 +00:00
Peter Simons
65eb1a248f
pkgs/development/python-modules/zope: updated to version 3.4.0
...
svn path=/nixpkgs/trunk/; revision=23145
2010-08-12 12:53:45 +00:00
Peter Simons
8c1717677e
pkgs/top-level/all-packages.nix: dropped TODO note from Python 2.7
...
The expression used to say "FIXME: We lack ncurses support", but it
looks to me like ncurses *is* supported.
svn path=/nixpkgs/trunk/; revision=23144
2010-08-12 12:53:36 +00:00
Peter Simons
70a603c4bb
pkgs/top-level/all-packages.nix: dropped getConfig support for Python 2.7
...
Python 2.7 can no longer be configured using the obsolete "getConfig"
mechanism. Instead, use "override" to fine-tune the installation.
svn path=/nixpkgs/trunk/; revision=23143
2010-08-12 12:53:26 +00:00
Eelco Dolstra
19158d7dec
* CURL: build without scp support on Cygwin because libssh2 doesn't
...
build.
svn path=/nixpkgs/trunk/; revision=23142
2010-08-12 11:54:55 +00:00
Peter Simons
ff1c057f7a
pkgs/top-level/all-packages.nix: removed lowPri modifier from python27Full
...
The "full" version is preferrable over the "base" version in user
profiles.
svn path=/nixpkgs/trunk/; revision=23141
2010-08-12 11:23:54 +00:00
Peter Simons
a1039a2744
pkgs/top-level/all-packages.nix: stripped trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=23140
2010-08-12 11:22:06 +00:00
Lluís Batlle i Rossell
018a0f2fe7
Making qhull not only install the libraries, but also its programs.
...
svn path=/nixpkgs/trunk/; revision=23139
2010-08-12 11:00:01 +00:00
Lluís Batlle i Rossell
3a3867869a
Adding tetgen
...
svn path=/nixpkgs/trunk/; revision=23138
2010-08-12 10:59:05 +00:00
Yury G. Kudryashov
05da3db77f
Copy qca from kde-4.5 to make qca2_ossl build
...
svn path=/nixpkgs/trunk/; revision=23137
2010-08-12 10:39:29 +00:00
David Guibert
829f6c2108
update chrome to available snapshots.
...
svn path=/nixpkgs/trunk/; revision=23135
2010-08-12 06:01:21 +00:00
David Guibert
284217c135
update ttf-mkfontdir
...
svn path=/nixpkgs/trunk/; revision=23134
2010-08-12 05:59:52 +00:00
David Guibert
eab216c593
fetch terminus-fonts from debian, the origin url is broken
...
svn path=/nixpkgs/trunk/; revision=23133
2010-08-12 05:59:01 +00:00
Eelco Dolstra
e897a308a6
* Added MESS, the Multi Emulator Super System.
...
svn path=/nixpkgs/trunk/; revision=23126
2010-08-11 19:47:05 +00:00
Rob Vermaas
c441b771f4
libvirt: add python to deps so python bindings are built
...
svn path=/nixpkgs/trunk/; revision=23125
2010-08-11 18:10:03 +00:00
Rob Vermaas
53d79f6f9c
updated libvirt to 0.8.3
...
svn path=/nixpkgs/trunk/; revision=23124
2010-08-11 17:55:31 +00:00
Yury G. Kudryashov
2050c3da77
Add kdebase-workspace-4.5.0
...
svn path=/nixpkgs/trunk/; revision=23123
2010-08-11 17:33:57 +00:00
Yury G. Kudryashov
2449006cb6
Add manifest.nix
...
svn path=/nixpkgs/trunk/; revision=23122
2010-08-11 17:31:49 +00:00
Peter Simons
3658a8b040
pkgs/development/interpreters/python/2.7/setup-hook.sh: fixed incorrect version number
...
svn path=/nixpkgs/trunk/; revision=23121
2010-08-11 17:05:44 +00:00
Yury G. Kudryashov
de3531c2d5
Let kdePackage use manifest.nix
...
svn path=/nixpkgs/trunk/; revision=23120
2010-08-11 16:49:31 +00:00
Michael Raskin
670135ecb6
flup and ViewMTN seem to work just as well with default Python
...
svn path=/nixpkgs/trunk/; revision=23119
2010-08-11 16:28:53 +00:00
Peter Simons
ee70d8481d
pkgs/top-level/all-packages.nix: strip trailing whitenspace
...
svn path=/nixpkgs/trunk/; revision=23118
2010-08-11 15:49:42 +00:00
Peter Simons
2b37d181a5
Added Python version 2.7.
...
svn path=/nixpkgs/trunk/; revision=23117
2010-08-11 15:49:03 +00:00
Eelco Dolstra
e1926e3764
* Add UNetbootin to the channel.
...
svn path=/nixpkgs/trunk/; revision=23114
2010-08-11 13:55:56 +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
Yury G. Kudryashov
58ab0bf5bb
Add meta.platforms
...
svn path=/nixpkgs/trunk/; revision=23111
2010-08-11 12:24:12 +00:00
Eelco Dolstra
415cf4cd1c
* Omit the "Defined by:" elements in the configuration.nix section of
...
the manual. While it's a useful feature, it has the unfortunate
side-effect of causing the manual to be rebuilt every time the user
adds an option definition to any module (including
configuration.nix), and rebuilding the manual is rather slow.
svn path=/nixpkgs/trunk/; revision=23110
2010-08-11 11:46:09 +00:00
Eelco Dolstra
e4686546ec
* Enable parallel building for the Linux kernel, an obvious candidate.
...
svn path=/nixpkgs/trunk/; revision=23109
2010-08-11 10:43:09 +00:00
Michael Raskin
cf1d2fb754
Update pdf2djvu
...
svn path=/nixpkgs/trunk/; revision=23108
2010-08-11 10:34:15 +00:00
Peter Simons
b62f65d24e
pkgs/tools/networking/nbd: removed hard-coded flags for static linking
...
A statically linked binary should rather be generated using the
appropriate stdenv adapter.
svn path=/nixpkgs/trunk/; revision=23107
2010-08-11 09:54:46 +00:00
Peter Simons
e33f4863fc
pkgs/tools/networking/nbd: updated to version 2.9.18
...
svn path=/nixpkgs/trunk/; revision=23106
2010-08-11 09:53:31 +00:00
Rob Vermaas
a60809353a
updated nss and nspr, added variant of nss including tools
...
svn path=/nixpkgs/trunk/; revision=23105
2010-08-11 09:38:09 +00:00
Eelco Dolstra
5c8b4ec35a
* Linux 2.6.32.18.
...
svn path=/nixpkgs/trunk/; revision=23104
2010-08-11 09:25:35 +00:00
Yury G. Kudryashov
a4829861ec
Fix evaluation error
...
svn path=/nixpkgs/trunk/; revision=23103
2010-08-11 08:20:23 +00:00
Yury G. Kudryashov
7cecdce413
qt-4.7: add symlink for kde-4.5
...
svn path=/nixpkgs/trunk/; revision=23100
2010-08-10 20:18:51 +00:00
Yury G. Kudryashov
78565c5b5f
Add qimageblitz and kdebase-apps-4.5.0
...
svn path=/nixpkgs/trunk/; revision=23099
2010-08-10 19:57:53 +00:00
Yury G. Kudryashov
8242aa1a46
kdebindings-4.5.0
...
svn path=/nixpkgs/trunk/; revision=23098
2010-08-10 18:08:31 +00:00
Yury G. Kudryashov
c842c3f7e5
kdepimlibs-4.5.0
...
svn path=/nixpkgs/trunk/; revision=23096
2010-08-10 17:08:47 +00:00
Yury G. Kudryashov
dcb79362d3
Upgrade soprano
...
svn path=/nixpkgs/trunk/; revision=23095
2010-08-10 14:46:39 +00:00
Yury G. Kudryashov
5e42648976
State explicitly that oxygen-icons is a fixed-output derivation
...
svn path=/nixpkgs/trunk/; revision=23094
2010-08-10 14:45:15 +00:00
Eelco Dolstra
f3677bef0d
* Synaptics driver 1.2.2.
...
svn path=/nixpkgs/trunk/; revision=23091
2010-08-10 14:06:03 +00:00
Yury G. Kudryashov
46c2adbc73
Slightly rewrite kde-package
...
svn path=/nixpkgs/trunk/; revision=23087
2010-08-10 09:42:57 +00:00
Eelco Dolstra
f6baaeace8
* Add Xfce to the channel.
...
svn path=/nixpkgs/trunk/; revision=23081
2010-08-10 00:09:29 +00:00
Eelco Dolstra
01cf8db4da
* Added the Xfce power manager.
...
svn path=/nixpkgs/trunk/; revision=23078
2010-08-09 23:13:13 +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
Eelco Dolstra
153577d0f3
* Add GTK+ as a dependency to generate the icon cache.
...
svn path=/nixpkgs/trunk/; revision=23071
2010-08-09 21:14:08 +00:00
Lluís Batlle i Rossell
ac387916b8
Adding the calendar program 'pal'
...
svn path=/nixpkgs/trunk/; revision=23070
2010-08-09 21:13:36 +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
Eelco Dolstra
093980344d
* More Xfce stuff.
...
svn path=/nixpkgs/trunk/; revision=23067
2010-08-09 19:41:12 +00:00
Rob Vermaas
2670c1c67b
update some perl packages
...
svn path=/nixpkgs/trunk/; revision=23066
2010-08-09 19:29:06 +00:00
Rob Vermaas
79fcd0a04c
updated net::twitter, scope::upper, added uri::googlechart
...
svn path=/nixpkgs/trunk/; revision=23065
2010-08-09 18:45:44 +00:00
Eelco Dolstra
f0ae36e31c
* Doh.
...
svn path=/nixpkgs/trunk/; revision=23063
2010-08-09 18:06:27 +00:00
Eelco Dolstra
238e80f708
* More Xfce packages.
...
svn path=/nixpkgs/trunk/; revision=23061
2010-08-09 18:02:22 +00:00
Eelco Dolstra
4ae72f5ab2
* Added pkgs/data/misc/hicolor-icon-theme, required by Xfce.
...
svn path=/nixpkgs/trunk/; revision=23060
2010-08-09 18:00:08 +00:00
Eelco Dolstra
e875ec2524
* Make sure that if pathsToLink contains an element such as
...
"/share/info" that it doesn't match "/share/information.nix".
svn path=/nixpkgs/trunk/; revision=23059
2010-08-09 16:08:02 +00:00
Michael Raskin
be3d5d3496
Update elfutils: the old ones are inaccessible, and too old to be found on other mirrors
...
svn path=/nixpkgs/trunk/; revision=23058
2010-08-09 15:37:14 +00:00
Eelco Dolstra
8b4da1a264
* Add some more Xfce packages.
...
svn path=/nixpkgs/trunk/; revision=23054
2010-08-09 11:42:55 +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
David Guibert
9f77579f41
lua: install lua.pc
...
svn path=/nixpkgs/trunk/; revision=23049
2010-08-09 06:48:21 +00:00
Eelco Dolstra
1089153c7f
* Add some more Xfce packages.
...
svn path=/nixpkgs/trunk/; revision=23047
2010-08-08 22:43:00 +00:00
Eelco Dolstra
ab5669146d
* apr 1.4.2, Apache httpd 2.2.16.
...
svn path=/nixpkgs/trunk/; revision=23046
2010-08-08 20:29:23 +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
Lluís Batlle i Rossell
089ee5da11
Fix the cross-building of packages mentioned in stdenvLinux.overrides.
...
svn path=/nixpkgs/trunk/; revision=23038
2010-08-08 17:26:30 +00:00
Eelco Dolstra
4b6b9f8256
* Apply a patch in vte to fix the cursor being invisible in xfce's
...
terminal application.
svn path=/nixpkgs/trunk/; revision=23037
2010-08-08 14:27:43 +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
Michael Raskin
5792074ddc
Add an RC (1.8.0-rc1) of SpiderMonkey by cloning the release expression
...
svn path=/nixpkgs/trunk/; revision=23030
2010-08-07 21:44:13 +00:00
Eelco Dolstra
4ed96dfbc2
* Ignore non-existant directories.
...
svn path=/nixpkgs/trunk/; revision=23026
2010-08-07 18:41:43 +00:00
Eelco Dolstra
49dd595e2d
* Add some missing X.org packages to the channel.
...
svn path=/nixpkgs/trunk/; revision=23025
2010-08-07 18:21:16 +00:00
Michael Raskin
8d9cd5be6f
Update Asymptote to 2.03
...
svn path=/nixpkgs/trunk/; revision=23022
2010-08-07 11:38:03 +00:00
Eelco Dolstra
d7842faf49
* Added UNetbootin, a program for creating bootable USB sticks from
...
ISO images.
svn path=/nixpkgs/trunk/; revision=23018
2010-08-06 22:33:14 +00:00
Eelco Dolstra
492d64e168
* Syslinux updated to 4.02.
...
svn path=/nixpkgs/trunk/; revision=23017
2010-08-06 22:27:28 +00:00
Eelco Dolstra
ca716d5bc7
* p7zip updated to 9.13. Also build 7z and 7zr.
...
svn path=/nixpkgs/trunk/; revision=23016
2010-08-06 22:26:25 +00:00
Eelco Dolstra
10dbe2dd78
* Fix Hydra evaluation problem.
...
svn path=/nixpkgs/trunk/; revision=23015
2010-08-06 21:54:43 +00:00
Eelco Dolstra
2148d43a6d
* Added mtools.
...
svn path=/nixpkgs/trunk/; revision=23014
2010-08-06 21:36:54 +00:00
Yury G. Kudryashov
e2c75baa05
kdelibs: 4.5.0, use kdePackage
...
svn path=/nixpkgs/trunk/; revision=23013
2010-08-06 20:24:17 +00:00
Yury G. Kudryashov
2d9d69cb63
Add lcms2
...
svn path=/nixpkgs/trunk/; revision=23012
2010-08-06 20:23:56 +00:00
Yury G. Kudryashov
1aa8b54c41
Typos
...
svn path=/nixpkgs/trunk/; revision=23011
2010-08-06 20:23:35 +00:00
Yury G. Kudryashov
ede16e5dc5
polkit-qt-1: use kdePackage
...
svn path=/nixpkgs/trunk/; revision=23010
2010-08-06 20:22:22 +00:00
Yury G. Kudryashov
98c5daffeb
oxygen-icons: 4.5.0, use kdePackage
...
svn path=/nixpkgs/trunk/; revision=23009
2010-08-06 20:21:08 +00:00
Yury G. Kudryashov
c766124771
Add kdePackage function
...
svn path=/nixpkgs/trunk/; revision=23008
2010-08-06 20:20:19 +00:00
Eelco Dolstra
896d1f752d
* I'm stupid.
...
svn path=/nixpkgs/trunk/; revision=23007
2010-08-06 18:59:47 +00:00
Eelco Dolstra
1ef7d51a32
* dosfstools updated to 3.09.
...
svn path=/nixpkgs/trunk/; revision=23005
2010-08-06 18:49:16 +00:00
Peter Simons
6dad13cb74
pkgs/top-level/all-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=23000
2010-08-06 12:47:20 +00:00
Peter Simons
3e095243bd
pkgs/top-level/all-packages.nix: don't enable ACL support in rsync when building on Solaris
...
svn path=/nixpkgs/trunk/; revision=22999
2010-08-06 12:46:18 +00:00
Peter Simons
f4f3078309
pkgs/top-level/all-packages.nix: curl cannot support scp on Solaris because libssh2 doesn't compile
...
svn path=/nixpkgs/trunk/; revision=22998
2010-08-06 12:45:58 +00:00
Peter Simons
0571d80df6
pkgs/tools/networking/curl: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=22997
2010-08-06 12:45:39 +00:00
Peter Simons
432ad9ceef
pkgs/tools/networking/curl: assert that scpSupport is enabled only when libssh2 is available
...
svn path=/nixpkgs/trunk/; revision=22996
2010-08-06 12:45:11 +00:00
Peter Simons
4defdcc50c
pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc.
...
svn path=/nixpkgs/trunk/; revision=22995
2010-08-06 12:44:54 +00:00
Peter Simons
401b77d232
pkgs/tools/networking/nbd: updated to version 2.9.17
...
svn path=/nixpkgs/trunk/; revision=22994
2010-08-06 12:43:18 +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
Rob Vermaas
d8ba69a16e
added older version of sqlite for use in DBD-SQLite perl package, which fails with newest one
...
svn path=/nixpkgs/trunk/; revision=22989
2010-08-06 08:54:27 +00:00
David Guibert
accda9616f
heimdal: add sqlite support and install server executables to $out/sbin
...
svn path=/nixpkgs/trunk/; revision=22988
2010-08-06 08:52:47 +00:00
David Guibert
f3403647d4
pam_ccreds: to locally authenticate using an enterprise identity when the network is unavailable.
...
svn path=/nixpkgs/trunk/; revision=22987
2010-08-06 08:50:58 +00:00