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
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
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
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
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
2148d43a6d
* Added mtools.
...
svn path=/nixpkgs/trunk/; revision=23014
2010-08-06 21:36:54 +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
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
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
Eelco Dolstra
eecae4f36a
svn path=/nixpkgs/trunk/; revision=22980
2010-08-05 22:09:41 +00:00
Yury G. Kudryashov
80108f291b
Add optional scp support to curl
...
svn path=/nixpkgs/trunk/; revision=22976
2010-08-05 21:06:45 +00:00
Peter Simons
43017234d6
pkgs/tools/networking/nbd: enable build on all NixOS platforms
...
The nbd client needs kernel support and is available only on Linux, but
the server process ought to work in all POSIX'ish environments.
svn path=/nixpkgs/trunk/; revision=22936
2010-08-03 19:08:11 +00:00
Peter Simons
c820859eac
pkgs/tools/networking/nbd: revert "enable regression tests"
...
test suite failure on hydra: http://hydra.nixos.org/build/518375
svn path=/nixpkgs/trunk/; revision=22935
2010-08-03 18:12:38 +00:00
Peter Simons
6cffff9de1
pkgs/tools/archivers/cpio: revert to version 2.9
...
The latest version, 2.11, doesn't compile on Darwin. The build
expression for 2.11 is still still available in "latest.nix".
svn path=/nixpkgs/trunk/; revision=22923
2010-08-03 10:55:58 +00:00
Peter Simons
057a044b0c
pkgs/tools/networking/nbd: enable regression tests
...
The tests suite succeeds fine on Linux/x86. Let's see what happens on
other platforms.
svn path=/nixpkgs/trunk/; revision=22920
2010-08-03 09:36:37 +00:00
Peter Simons
cdb12ec708
pkgs/tools/networking/nbd: updated to version 2.9.16
...
svn path=/nixpkgs/trunk/; revision=22919
2010-08-03 09:32:05 +00:00
Yury G. Kudryashov
858ce6dfd9
Remove smbfsFuse from release.nix, use meta.platforms instead
...
svn path=/nixpkgs/trunk/; revision=22908
2010-08-02 21:43:53 +00:00
Peter Simons
9ef0f1b935
pkgs/tools/networking/nbd: install the README file to $out/share/doc
...
The README contains documentation that is useful in addition to the man
pages.
svn path=/nixpkgs/trunk/; revision=22875
2010-08-02 13:37:36 +00:00
Rob Vermaas
ec5dba7620
remove commented license attribute
...
svn path=/nixpkgs/trunk/; revision=22862
2010-08-02 09:09:25 +00:00
Rob Vermaas
fb6ca79d35
HDF5 1.8.5
...
svn path=/nixpkgs/trunk/; revision=22861
2010-08-02 08:58:53 +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
Eelco Dolstra
9375dad95a
* Remove findutils-wrapper (obsolete).
...
* Remove some unnecessary / inappropriate lowPrios.
svn path=/nixpkgs/trunk/; revision=22825
2010-07-30 12:31:10 +00:00
Eelco Dolstra
ee4fe6ea84
* Drop pkgsOverriden.
...
svn path=/nixpkgs/trunk/; revision=22823
2010-07-30 12:10:24 +00:00
Lluís Batlle i Rossell
b044e64989
Making the xburst-tools for the Ben Nanonote build the firmware they need to
...
communicate with it. This involves making a cross-compiler for mipsel.
svn path=/nixpkgs/trunk/; revision=22818
2010-07-29 23:26:07 +00:00
Lluís Batlle i Rossell
537ad15e86
Adding xburst-tools to manage the USB_BOOT mode of the Ben Nanonote (reflashing, ...)
...
I add the 'confuse' library as a side effect.
svn path=/nixpkgs/trunk/; revision=22817
2010-07-29 23:25:42 +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
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
Lluís Batlle i Rossell
41b7a3cda6
Making tigervnc build with the xserver 1.8
...
svn path=/nixpkgs/trunk/; revision=22802
2010-07-29 07:59:06 +00:00
Peter Simons
4b248a36b0
pkgs/tools/networking/nbd: updated to version 2.9.15
...
svn path=/nixpkgs/trunk/; revision=22799
2010-07-28 21:28:23 +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
Peter Simons
93ff8697d1
pkgs/tools/networking/p2p/tahoe-lafs: add mock060 to propagatedBuildInputs
...
The package is required for the regression test suite. Adding it to
buildInputs would probably work, too, but I haven't tried it.
svn path=/nixpkgs/trunk/; revision=22792
2010-07-28 13:09:20 +00:00
Eelco Dolstra
6609710409
* Get rid of many instances of "args: with args;", and other coding
...
guidelines violations.
* Updated libsamplerate to 0.1.7.
svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Eelco Dolstra
95c5f85819
* Fix misspelled package name.
...
svn path=/nixpkgs/trunk/; revision=22777
2010-07-28 08:21:56 +00:00
Peter Simons
1bb86133c7
pkgs/tools/networking/p2p/tahoe-lafs: updated to version 1.7.1
...
svn path=/nixpkgs/trunk/; revision=22774
2010-07-27 23:52:22 +00:00
Eelco Dolstra
228c6e0c1f
* Merged the x-updates branch (latest X server / libraries, GTK+,
...
Fontconfig, etc.).
svn path=/nixpkgs/trunk/; revision=22735
2010-07-26 13:59:12 +00:00
Andres Löh
73bee7da33
Switched the default version of ghc and Haskell Platform to 6.12.3 and 2010.2.0.0.
...
svn path=/nixpkgs/trunk/; revision=22715
2010-07-22 18:47:59 +00:00
Ludovic Courtès
e4df0cab9f
cpio: Disable tests on Darwin.
...
svn path=/nixpkgs/trunk/; revision=22713
2010-07-22 15:27:48 +00:00
Eelco Dolstra
0db478d40b
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=22707
2010-07-22 13:18:07 +00:00
Ludovic Courtès
8115040c08
GNU cpio: Add fix for Darwin.
...
svn path=/nixpkgs/trunk/; revision=22705
2010-07-22 12:20:11 +00:00
Eelco Dolstra
6faed26c43
* nmap: apply a patch to remove md2 support.
...
svn path=/nixpkgs/branches/x-updates/; revision=22701
2010-07-22 10:31:39 +00:00
Ludovic Courtès
8297acd511
Add Seeks, a "social" search engine.
...
svn path=/nixpkgs/trunk/; revision=22698
2010-07-22 09:03:35 +00:00
Eelco Dolstra
f555da864d
* dar: build with --disable-dar-static, apparently the zlib update
...
broke it. Also upgrade to 2.3.10 and turn on ACL support.
svn path=/nixpkgs/branches/x-updates/; revision=22690
2010-07-21 15:30:25 +00:00
Eelco Dolstra
2f6c7cd3dd
* Latest pciutils and usbutils, along with the latest PCI and USB IDs.
...
svn path=/nixpkgs/branches/x-updates/; revision=22687
2010-07-21 12:01:57 +00:00
Eelco Dolstra
78a5abdf85
* Updated the X.org server to 1.8.2. Note that it no longer depends
...
on HAL but instead uses udev to autoconfigure input devices. We'll
have to update the NixOS X server module accordingly, I guess. See
https://fedoraproject.org/wiki/Input_device_configuration .
* Updated Mesa to 7.8.2.
svn path=/nixpkgs/branches/x-updates/; revision=22681
2010-07-20 19:24:21 +00:00
Eelco Dolstra
37f6612875
* Disable GRUB 2's `make check' by default, because it requires QEMU.
...
It's not so desirable to have GRUB 2 depend on X11, Mesa, SDL,
PulseAudio, ... (I became very confused when changing Mesa triggered
a rebuild of GRUB.)
svn path=/nixpkgs/branches/x-updates/; revision=22680
2010-07-20 19:22:02 +00:00
Eelco Dolstra
113fa71b8c
* curl updated to 7.21.0.
...
svn path=/nixpkgs/trunk/; revision=22629
2010-07-18 21:01:17 +00:00
Andres Löh
5f8328c461
Preparing for the upcoming Haskell Platform release.
...
svn path=/nixpkgs/trunk/; revision=22620
2010-07-17 13:23:48 +00:00
Peter Simons
9db8a17ce3
pkgs/tools/package-management/nix/unstable.nix: updated to latest version
...
svn path=/nixpkgs/trunk/; revision=22612
2010-07-15 14:55:19 +00:00
Eelco Dolstra
5a028270aa
* dhcp 4.1.1.
...
svn path=/nixpkgs/trunk/; revision=22606
2010-07-15 11:06:30 +00:00
Lluís Batlle i Rossell
cf37b58466
Making tigervnc build on armv5tel-linux (setting it not to require the mesa dri)
...
svn path=/nixpkgs/trunk/; revision=22597
2010-07-14 10:21:56 +00:00
Eelco Dolstra
f85cf594d3
* Updated the EC2 API/AMI tools.
...
svn path=/nixpkgs/trunk/; revision=22588
2010-07-13 20:58:58 +00:00
Lluís Batlle i Rossell
d0f681d657
Fixing virtualgl for 'vglrun' to work fine and simple, under xproxy (like tigervnc).
...
svn path=/nixpkgs/trunk/; revision=22586
2010-07-13 19:12:42 +00:00
Lluís Batlle i Rossell
4301f209c9
Making the tigervnc server work.
...
svn path=/nixpkgs/trunk/; revision=22584
2010-07-13 17:57:13 +00:00
Ludovic Courtès
2113d82947
Add PIUS.
...
svn path=/nixpkgs/trunk/; revision=22580
2010-07-13 16:32:14 +00:00
Michael Raskin
a07f75cefa
Update nixUnstable to latest
...
svn path=/nixpkgs/trunk/; revision=22578
2010-07-13 14:14:33 +00:00
Lluís Batlle i Rossell
6a1cee4a69
Trouble in my last tigervnc commit. Fixing it.
...
svn path=/nixpkgs/trunk/; revision=22570
2010-07-12 22:32:22 +00:00
Lluís Batlle i Rossell
6c0b62d1a5
Made the tightvnc build the Xvnc server - although I still did not manage to start it.
...
svn path=/nixpkgs/trunk/; revision=22569
2010-07-12 22:15:50 +00:00
Lluís Batlle i Rossell
196e8ad0f6
TigerVNC (without the server Xvnc still)
...
svn path=/nixpkgs/trunk/; revision=22568
2010-07-12 22:15:36 +00:00
Lluís Batlle i Rossell
a8c5534849
Adding virtualgl (and therefore, libjpeg-turbo, a SIMD API-compatible libjpeg)
...
svn path=/nixpkgs/trunk/; revision=22553
2010-07-10 08:45:44 +00:00
Michael Raskin
ccc497f80d
Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense.
...
svn path=/nixpkgs/trunk/; revision=22529
2010-07-08 13:25:52 +00:00
Lluís Batlle i Rossell
26dc245fb2
Updating rtorrent and libtorrent
...
svn path=/nixpkgs/trunk/; revision=22518
2010-07-07 21:11:07 +00:00
Eelco Dolstra
f928e6ad5a
* Updated reiserfsprogs to 3.6.21. Also install fsck.reiserfs and
...
mkfs.reiserfs symlinks. The former is important to keep mountall
happy.
svn path=/nixpkgs/trunk/; revision=22511
2010-07-07 14:23:30 +00:00
Eelco Dolstra
3f92e4d2c8
* Added Blueman (a Bluetooth application).
...
* Added obex-data-server and python-notify, needed by Blueman.
svn path=/nixpkgs/trunk/; revision=22497
2010-07-06 14:54:22 +00:00
Michael Raskin
8213706eb9
Fix linking of the cuneiform
...
svn path=/nixpkgs/trunk/; revision=22496
2010-07-06 12:34:05 +00:00
Michael Raskin
c5bd204477
Update cuneiform
...
svn path=/nixpkgs/trunk/; revision=22493
2010-07-06 11:12:33 +00:00
Michael Raskin
9fe4caf066
Readding old Graphviz: I need it for some graph program that relies on its way of grid snapping.
...
svn path=/nixpkgs/trunk/; revision=22483
2010-07-05 19:04:33 +00:00
Eelco Dolstra
e4a9bdd834
svn path=/nixpkgs/trunk/; revision=22472
2010-07-05 08:28:15 +00:00
Ludovic Courtès
c3484e59e9
GNU GRUB 1.98.
...
svn path=/nixpkgs/trunk/; revision=22465
2010-07-04 21:11:13 +00:00
Ludovic Courtès
05dd21d4fb
GNU mcron 1.0.6.
...
svn path=/nixpkgs/trunk/; revision=22464
2010-07-04 21:11:08 +00:00
Ludovic Courtès
900b3d9d86
GNU wdiff 0.6.3.
...
svn path=/nixpkgs/trunk/; revision=22463
2010-07-04 21:11:03 +00:00
Ludovic Courtès
21d55c8d60
GNU Parted 2.3.
...
svn path=/nixpkgs/trunk/; revision=22462
2010-07-04 21:10:58 +00:00
Ludovic Courtès
4789ced578
GNU Idutils 4.5.
...
svn path=/nixpkgs/trunk/; revision=22461
2010-07-04 21:10:54 +00:00
Ludovic Courtès
7acfdbfe63
GNU Parallel 20100620.
...
svn path=/nixpkgs/trunk/; revision=22460
2010-07-04 21:10:49 +00:00
Ludovic Courtès
cfae38d9f9
GNU cpio 2.11.
...
svn path=/nixpkgs/trunk/; revision=22458
2010-07-04 21:10:36 +00:00
Yury G. Kudryashov
41e58b3982
Add convmv
...
svn path=/nixpkgs/trunk/; revision=22444
2010-07-03 08:06:01 +00:00
David Guibert
e9234ae7bb
offlineimap: 6.2.0.1
...
svn path=/nixpkgs/trunk/; revision=22385
2010-06-22 19:49:12 +00:00
Eelco Dolstra
7fb06b3986
* Fix the URL.
...
svn path=/nixpkgs/trunk/; revision=22380
2010-06-22 15:23:39 +00:00
Eelco Dolstra
7c979671b8
* Revert r22376, this should be in the stdenv branch.
...
svn path=/nixpkgs/trunk/; revision=22379
2010-06-22 15:21:06 +00:00
Peter Simons
9cc3ddfc1a
pkgs/tools/text/gnupatch: patch 2.6.1-2-g2c4e3ec no longer exists; update to latest version
...
svn path=/nixpkgs/trunk/; revision=22376
2010-06-22 14:34:41 +00:00
Eelco Dolstra
b1ffc3abd9
svn path=/nixpkgs/trunk/; revision=22353
2010-06-21 08:38:45 +00:00
Evgeny Egorochkin
4719a2ed3c
Added flags to compile amule daemon and remote gui
...
svn path=/nixpkgs/trunk/; revision=22334
2010-06-19 02:19:39 +00:00
Ludovic Courtès
80780f066f
Add HTTPFS2, for Linux.
...
svn path=/nixpkgs/trunk/; revision=22308
2010-06-17 12:44:40 +00:00
Eelco Dolstra
1b5f7622b7
* dpkg updated to 1.4.29.
...
svn path=/nixpkgs/trunk/; revision=22292
2010-06-16 11:50:06 +00:00
Eelco Dolstra
b88adf69c3
* socat updated to 1.7.1.2.
...
svn path=/nixpkgs/trunk/; revision=22252
2010-06-14 08:01:38 +00:00
Ludovic Courtès
c91a0c873f
GNU Enscript 1.6.5.2.
...
svn path=/nixpkgs/trunk/; revision=22220
2010-06-10 21:52:52 +00:00
Eelco Dolstra
8b18623656
* Updated bluez and obexd.
...
svn path=/nixpkgs/trunk/; revision=22211
2010-06-10 12:47:58 +00:00
Sander van der Burg
3e958eea23
Upgraded Nix unstable to version 0.16pre22206
...
svn path=/nixpkgs/trunk/; revision=22207
2010-06-10 10:48:30 +00:00
Michael Raskin
e4d8ca690c
Updating Asymptote
...
svn path=/nixpkgs/trunk/; revision=22183
2010-06-08 12:52:36 +00:00
David Guibert
960e2d2a84
gparted: fix url
...
svn path=/nixpkgs/trunk/; revision=22176
2010-06-08 06:20:03 +00:00
Michael Raskin
43790aa2dc
Fixing Gnokii build
...
svn path=/nixpkgs/trunk/; revision=22160
2010-06-05 21:14:41 +00:00
Lluís Batlle i Rossell
6c4cb05613
Adding zsync
...
svn path=/nixpkgs/trunk/; revision=22158
2010-06-05 19:23:57 +00:00
Lluís Batlle i Rossell
056ff2705a
Making duplicity's rdiffdir work (it had to be wrapped)
...
svn path=/nixpkgs/trunk/; revision=22157
2010-06-05 15:06:12 +00:00
Lluís Batlle i Rossell
4328f6a1fe
Updating bsdiff
...
svn path=/nixpkgs/trunk/; revision=22156
2010-06-05 11:40:23 +00:00
Lluís Batlle i Rossell
66b32efbcc
Updating ccrypt
...
svn path=/nixpkgs/trunk/; revision=22150
2010-06-04 15:21:32 +00:00
Michael Raskin
9709be4f16
Update gnokii
...
svn path=/nixpkgs/trunk/; revision=22119
2010-06-03 11:30:05 +00:00