Rob Vermaas
0b747487fd
only build dragonegg on linux
...
svn path=/nixpkgs/trunk/; revision=25417
2011-01-05 10:13:28 +00:00
Rob Vermaas
431141cb27
only build distcc on linux
...
svn path=/nixpkgs/trunk/; revision=25416
2011-01-05 10:11:06 +00:00
Rob Vermaas
1b81032553
do not build dcraw on cygwin
...
svn path=/nixpkgs/trunk/; revision=25415
2011-01-05 10:08:49 +00:00
Rob Vermaas
1b51c304ab
do not build convmv on darwin
...
svn path=/nixpkgs/trunk/; revision=25414
2011-01-05 10:07:42 +00:00
Rob Vermaas
2881362972
do not build commoncpp2 on freebsd
...
svn path=/nixpkgs/trunk/; revision=25413
2011-01-05 10:06:10 +00:00
Rob Vermaas
5b408a85da
build cmake only on linux and freebsd
...
svn path=/nixpkgs/trunk/; revision=25412
2011-01-05 10:04:49 +00:00
Rob Vermaas
f6ae8a20bf
do not build cln on cygwin
...
svn path=/nixpkgs/trunk/; revision=25411
2011-01-05 09:59:12 +00:00
Rob Vermaas
7e57ff0c7f
only build cflow on linux
...
svn path=/nixpkgs/trunk/; revision=25410
2011-01-05 09:58:15 +00:00
Rob Vermaas
fb952b2f68
build buddy on all but cygwin
...
svn path=/nixpkgs/trunk/; revision=25409
2011-01-05 09:52:15 +00:00
Rob Vermaas
66402577a0
only build avahi on linux, because it has never built on any platforms other than linux
...
svn path=/nixpkgs/trunk/; revision=25408
2011-01-05 09:46:50 +00:00
Rob Vermaas
adeb63e4c2
remove aterm242fixes
...
svn path=/nixpkgs/trunk/; revision=25407
2011-01-05 09:42:56 +00:00
Rob Vermaas
a3c649f969
only build asymptote on linux, because it has never built on any platforms other than linux
...
svn path=/nixpkgs/trunk/; revision=25406
2011-01-05 09:31:49 +00:00
Rob Vermaas
8a019554f5
only build SDL_gfx on linux
...
svn path=/nixpkgs/trunk/; revision=25405
2011-01-05 09:29:26 +00:00
Rob Vermaas
2bd4d50f0d
nix-build.nix/source-tarball.nix: remove -v flag when copying build directory, to avoid polluting the log
...
svn path=/nixpkgs/trunk/; revision=25404
2011-01-05 09:06:53 +00:00
Rob Vermaas
f6426bad3b
also add succeedOnFailure/keepBuildDirectory behaviour to source-tarball.nix
...
svn path=/nixpkgs/trunk/; revision=25400
2011-01-05 07:31:29 +00:00
Eelco Dolstra
6591a859b2
* Calls to fetchgit break `nix-env -q' because in read-only mode, it
...
won't perform a derivation to get the HEAD of a Git repo.
svn path=/nixpkgs/trunk/; revision=25397
2011-01-04 16:53:21 +00:00
Eelco Dolstra
5caae64507
* Drop pythonBase.
...
svn path=/nixpkgs/branches/modular-python/; revision=25396
2011-01-04 16:46:14 +00:00
Eelco Dolstra
9d792e7316
* Mercurial: always build with HTTPS support.
...
svn path=/nixpkgs/branches/modular-python/; revision=25395
2011-01-04 16:44:38 +00:00
Eelco Dolstra
e4bfdb2da9
* Make Python 2.7 the default Python.
...
svn path=/nixpkgs/branches/modular-python/; revision=25394
2011-01-04 16:30:54 +00:00
Eelco Dolstra
dc1ac3c5d9
* Add some more Python modules.
...
svn path=/nixpkgs/branches/modular-python/; revision=25390
2011-01-04 16:10:28 +00:00
Eelco Dolstra
4a5042a1a1
* Python recompiles a Python if the mtime stored *in* the pyc/pyo file
...
differs from the mtime of the source file. This doesn't work in Nix
because Nix changes the mtime of files in the Nix store to 1. So
treat that as a special case.
Yes, this should make Python programs faster.
svn path=/nixpkgs/branches/modular-python/; revision=25387
2011-01-04 15:10:03 +00:00
Eelco Dolstra
b7b1fc322a
* Python 2.7: get rid of most dependencies.
...
svn path=/nixpkgs/branches/modular-python/; revision=25385
2011-01-04 14:47:36 +00:00
Peter Simons
781012ed27
pkgs/development/libraries/glibc-2.5/binutils-ld.patch: migrate patch from glibc 2.9
...
Adjust the sed script to insert _begin in to newer linker scripts.
svn path=/nixpkgs/trunk/; revision=25383
2011-01-04 13:12:01 +00:00
Peter Simons
1805fc5229
pkgs/development/libraries/glibc-2.5: patch the 'configure' script to support ld 2.21 or later
...
This patch fixes a flawed shell expression that attempts (but fails) to ensure
that GNU ld version 2.13 or later is available.
svn path=/nixpkgs/trunk/; revision=25382
2011-01-04 13:11:57 +00:00
Peter Simons
12676e68d8
pkgs/servers/sql/mysql51/default.nix: updated to version 5.1.54
...
The previous used version, 5.1.51, doesn't exist anymore on the server.
svn path=/nixpkgs/trunk/; revision=25378
2011-01-04 12:35:06 +00:00
Evgeny Egorochkin
180205a431
knetwork-manager: package and enable support in KDE to see what is going to break.
...
svn path=/nixpkgs/trunk/; revision=25375
2011-01-04 00:28:22 +00:00
Evgeny Egorochkin
857ea5f7cd
network-manager: try fixing compilation for x86_64-linux.
...
svn path=/nixpkgs/trunk/; revision=25374
2011-01-03 22:34:50 +00:00
Lluís Batlle i Rossell
3aa2bdbab5
Making unison build to byte code in armv5tel. I also fix the build with enableX11 I think.
...
svn path=/nixpkgs/trunk/; revision=25373
2011-01-03 20:52:49 +00:00
Yury G. Kudryashov
45b8ce020f
network-manager: use mirror://gnome
...
svn path=/nixpkgs/trunk/; revision=25371
2011-01-03 19:10:01 +00:00
Yury G. Kudryashov
5e11179828
Fix krita compilation with exiv-0.21 (upstream patch)
...
svn path=/nixpkgs/trunk/; revision=25370
2011-01-03 19:05:15 +00:00
Lluís Batlle i Rossell
ed9a70e40e
Allowing unison without X.
...
svn path=/nixpkgs/trunk/; revision=25369
2011-01-03 18:43:16 +00:00
Evgeny Egorochkin
9b50ebd825
network-manager: packaged, maybe even works.
...
svn path=/nixpkgs/trunk/; revision=25367
2011-01-03 18:01:10 +00:00
Evgeny Egorochkin
06c543b11d
NSS: version bump and patch to provide pkgconfig info.
...
svn path=/nixpkgs/trunk/; revision=25366
2011-01-03 17:02:58 +00:00
Evgeny Egorochkin
bfc2a38651
libnl 1.x: packaged.
...
svn path=/nixpkgs/trunk/; revision=25365
2011-01-03 17:02:47 +00:00
Eelco Dolstra
c1eb464f3c
* Build those Python modules in the Python distribution that require
...
additional dependencies (e.g. SQLite, X11, or Tcl/Tk) outside the
main Python package (i.e., pythonBase). This makes pythonFull
unnecessary: you can just pass the additional modules as
buildInputs to packages that require them, e.g.
buildInputs = [ pythonModules.sqlite3 ];
svn path=/nixpkgs/branches/modular-python/; revision=25364
2011-01-03 16:25:11 +00:00
Eelco Dolstra
e1309dee31
* Python 2.7.1.
...
svn path=/nixpkgs/trunk/; revision=25362
2011-01-03 15:52:48 +00:00
Eelco Dolstra
3fab377e0d
* Remove an empty directory.
...
svn path=/nixpkgs/trunk/; revision=25361
2011-01-03 15:43:18 +00:00
Marco Maggesi
436e1d72a7
* Coq: fix compilation of coqide (path to lablgkt)
...
svn path=/nixpkgs/trunk/; revision=25360
2011-01-03 13:49:15 +00:00
Alexander Tsamutali
5b6f88d1a9
servers/mpd: Updated to 0.16.
...
svn path=/nixpkgs/trunk/; revision=25359
2011-01-03 11:34:08 +00:00
Lluís Batlle i Rossell
cdf7db3301
Updating fossil
...
svn path=/nixpkgs/trunk/; revision=25358
2011-01-03 10:56:09 +00:00
Alexander Tsamutali
0397273877
applications/networking/browsers/conkeror: Updated to 0.9.3.
...
svn path=/nixpkgs/trunk/; revision=25357
2011-01-03 09:57:35 +00:00
Evgeny Egorochkin
0de601dc7a
chromium: bump. Patch by Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=25356
2011-01-03 00:33:14 +00:00
Evgeny Egorochkin
2f46958f67
amarok-live: packaged
...
svn path=/nixpkgs/trunk/; revision=25355
2011-01-03 00:02:20 +00:00
Karn Kallio
871b59c636
Remove semicolon causing evaluation error.
...
svn path=/nixpkgs/trunk/; revision=25354
2011-01-02 23:52:39 +00:00
Alexander Tsamutali
a5d31be527
games/warsow: Fixed OpenAL support.
...
svn path=/nixpkgs/trunk/; revision=25353
2011-01-02 23:52:25 +00:00
Alexander Tsamutali
51282e4a98
games/warsow: Updated to 0.6.
...
svn path=/nixpkgs/trunk/; revision=25352
2011-01-02 23:36:25 +00:00
Evgeny Egorochkin
bbedfb4a5e
Live builds support: initially for git and svn. taglib_live is packaged as an example.
...
svn path=/nixpkgs/trunk/; revision=25351
2011-01-02 23:23:59 +00:00
Karn Kallio
8af7cabe21
Update patchelf 0.6 to latest prerelease 23458.
...
The older prerelease did not download; Hydra said the product had disappeared.
svn path=/nixpkgs/trunk/; revision=25350
2011-01-02 22:35:02 +00:00
Alexander Tsamutali
25c7d51515
applications/networking/p2p/transmission: Updated to 2.13.
...
svn path=/nixpkgs/trunk/; revision=25348
2011-01-02 20:09:25 +00:00
Evgeny Egorochkin
056394c0f2
VirtualBox: cleanup
...
svn path=/nixpkgs/trunk/; revision=25347
2011-01-02 19:37:13 +00:00