Eelco Dolstra
80b0d89ff0
* bluez: store state under /var.
...
svn path=/nixpkgs/trunk/; revision=16651
2009-08-10 18:24:20 +00:00
Ludovic Courtès
a58d165524
Revert r16645, which was intended for the `stdenv-updates' branch.
...
svn path=/nixpkgs/trunk/; revision=16646
2009-08-10 13:37:18 +00:00
Ludovic Courtès
09ab84a431
GCC wrapper: Don't create dangling symlinks; create a `gcj' symlink.
...
svn path=/nixpkgs/trunk/; revision=16645
2009-08-10 13:33:58 +00:00
Andres Löh
92f8b3767f
Version bump for leksah.
...
svn path=/nixpkgs/trunk/; revision=16642
2009-08-10 12:43:30 +00:00
Michael Raskin
8e2daf1287
Account for strange naming in some SBCL tarballs
...
svn path=/nixpkgs/trunk/; revision=16636
2009-08-10 07:14:28 +00:00
Eelco Dolstra
64b833face
* smartmontools updated to 5.38.
...
svn path=/nixpkgs/trunk/; revision=16635
2009-08-10 06:44:08 +00:00
Michael Raskin
41eba0d962
SBCL 1.0.30 fails to build even on CLisp 2.44.1
...
svn path=/nixpkgs/trunk/; revision=16634
2009-08-10 05:58:16 +00:00
Michael Raskin
9d7600ccf5
Oops, libsigsegv-2.5 was not a builderDefs expression
...
svn path=/nixpkgs/trunk/; revision=16633
2009-08-10 05:50:42 +00:00
Michael Raskin
2ef1fe1b5b
Restore libsigsegv-2.5 and fix clisp-2.44.1 build for bootstrapping needs
...
svn path=/nixpkgs/trunk/; revision=16632
2009-08-10 05:20:14 +00:00
Michael Raskin
d2e63b3167
Change used archive format for CLisp
...
svn path=/nixpkgs/trunk/; revision=16631
2009-08-09 22:47:18 +00:00
Michael Raskin
19f4a84b09
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=16630
2009-08-09 22:45:43 +00:00
Michael Raskin
c5b0f1e2f7
Check using fresh CLisp for SBCL bootstrap
...
svn path=/nixpkgs/trunk/; revision=16629
2009-08-09 22:42:35 +00:00
Michael Raskin
e752ff5332
Try updating CLisp after libsigsegv update
...
svn path=/nixpkgs/trunk/; revision=16628
2009-08-09 22:41:29 +00:00
Ludovic Courtès
c1a05331f3
GNU libsigsegv 2.7.
...
svn path=/nixpkgs/trunk/; revision=16627
2009-08-09 22:24:05 +00:00
Ludovic Courtès
c3943258ce
Add GNU fdisk.
...
svn path=/nixpkgs/trunk/; revision=16626
2009-08-09 22:15:40 +00:00
Ludovic Courtès
5c37e49299
GNU IceCat 3.5.2.
...
svn path=/nixpkgs/trunk/; revision=16618
2009-08-09 18:26:16 +00:00
Michael Raskin
a42b80d221
Adding OpenLieroX
...
svn path=/nixpkgs/trunk/; revision=16617
2009-08-08 18:18:33 +00:00
Eelco Dolstra
6009ff1c72
svn path=/nixpkgs/trunk/; revision=16616
2009-08-07 15:29:34 +00:00
Eelco Dolstra
223bce6491
* Latest httpd, apr, apr-util.
...
svn path=/nixpkgs/trunk/; revision=16615
2009-08-07 15:26:13 +00:00
Eelco Dolstra
7049420fba
* Build fix.
...
svn path=/nixpkgs/trunk/; revision=16612
2009-08-07 14:37:09 +00:00
Eelco Dolstra
e677bad468
* flashplayer: the upstream tarball got updated once again.
...
svn path=/nixpkgs/trunk/; revision=16611
2009-08-07 14:34:57 +00:00
Michael Raskin
7ae63ef5cb
Adding vncrec - a VNC recorder
...
svn path=/nixpkgs/trunk/; revision=16603
2009-08-07 12:00:00 +00:00
Eelco Dolstra
098626dc86
* hport is in network order, so it needs to be converted back to host
...
order...
* Remove the socket file automatically.
svn path=/nixpkgs/trunk/; revision=16602
2009-08-07 09:54:03 +00:00
Michael Raskin
75d4611293
Try disabling WML to check a crash
...
svn path=/nixpkgs/trunk/; revision=16601
2009-08-07 09:30:14 +00:00
Sander van der Burg
d8e017cbb3
Upgraded tomcat to 6.0.20
...
svn path=/nixpkgs/trunk/; revision=16600
2009-08-06 17:15:38 +00:00
Michael Raskin
f33f18439f
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=16596
2009-08-06 04:30:32 +00:00
Eelco Dolstra
e0bdca07ff
* Various OBEX-related tools.
...
svn path=/nixpkgs/trunk/; revision=16595
2009-08-05 23:24:27 +00:00
Eelco Dolstra
b7b4757ae4
* Added bluez, the Bluetooth stack for Linux.
...
svn path=/nixpkgs/trunk/; revision=16594
2009-08-05 20:29:36 +00:00
Eelco Dolstra
2ae0060bde
* qemu-kvm: a quick hack to support connecting a Unix domain socket on
...
the host to a TCP port on the guest. This will be useful for
automated testing using QEMU virtual machines. Using TCP ports on
the host is insecure and hard to manage (since you need to pick an
available host port).
For example:
$ qemu-system-x86_64 ... -redir tcp:65535::514
creates a Unix domain socket `./65535.socket' on the host. (There
is no proper syntax yet, so as a hack all host "ports" above 0xff00
are treated in this way.) Connections to that socket are then
forwarded to TCP port 514 on the guest. So the guest can do
$ nc -l -p 514 -e /bin/sh
to execute a shell for incoming connections on port 514, and then
the host can do
$ socat stdio ./65535.socket
to run a shell on the guest.
svn path=/nixpkgs/trunk/; revision=16593
2009-08-05 17:26:39 +00:00
Peter Simons
caaec0b4d6
pkgs/applications/editors/emacs-23/builder.sh: recognize path of 64-bit crt{1,i,n}.o files
...
Deja vu?
svn path=/nixpkgs/trunk/; revision=16591
2009-08-05 13:39:51 +00:00
Michael Raskin
39d02d873f
Update XNeur
...
svn path=/nixpkgs/trunk/; revision=16589
2009-08-05 10:25:17 +00:00
Eelco Dolstra
a82d1e3d63
* Revert the NVIDIA driver to the previous version. The new one
...
doesn't work (black screen on startup).
svn path=/nixpkgs/trunk/; revision=16588
2009-08-05 08:54:13 +00:00
Michael Raskin
49d39b5ae6
Update webkit
...
svn path=/nixpkgs/trunk/; revision=16587
2009-08-05 04:32:01 +00:00
Eelco Dolstra
df2f9ee836
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=16584
2009-08-04 16:03:41 +00:00
Eelco Dolstra
c7dd5c04fc
* Obsolete comment.
...
svn path=/nixpkgs/trunk/; revision=16583
2009-08-04 16:03:13 +00:00
Eelco Dolstra
84c7717cd5
* qemu-kvm is the upstream renaming of the kvm package. It no longer
...
contains the kernel module, which we didn't build anyway. The kvm
package can be deleted eventually.
svn path=/nixpkgs/trunk/; revision=16582
2009-08-04 16:02:27 +00:00
Eelco Dolstra
af3b8475ff
* Remove some old KVM versions.
...
svn path=/nixpkgs/trunk/; revision=16581
2009-08-04 15:57:12 +00:00
Michael Raskin
300ee8aea5
Update StumpWM
...
svn path=/nixpkgs/trunk/; revision=16576
2009-08-04 10:58:09 +00:00
Michael Raskin
3c62e3bb95
Adding option to xlaunch to terminate X server after original client closes connection
...
svn path=/nixpkgs/trunk/; revision=16575
2009-08-04 10:14:29 +00:00
Eelco Dolstra
550befd9e8
* Firefox 3.5.2.
...
svn path=/nixpkgs/trunk/; revision=16573
2009-08-04 08:11:33 +00:00
Michael Raskin
25b3fe32ad
Adding myself as a maintainer of some of the packages
...
svn path=/nixpkgs/trunk/; revision=16572
2009-08-04 07:49:16 +00:00
Michael Raskin
890cf33ef7
Adding fbida, framebuffer image viewer
...
svn path=/nixpkgs/trunk/; revision=16571
2009-08-04 07:14:43 +00:00
Michael Raskin
15ac66ea0b
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=16570
2009-08-04 04:41:33 +00:00
Michael Raskin
caede3beb5
Update LinuxWacom driver
...
svn path=/nixpkgs/trunk/; revision=16565
2009-08-03 14:15:22 +00:00
Eelco Dolstra
aba7c58eb5
svn path=/nixpkgs/trunk/; revision=16563
2009-08-03 13:53:44 +00:00
Eelco Dolstra
8abae778b8
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=16558
2009-08-03 12:18:50 +00:00
Pjotr Prins
cebbdff56c
Updated ruby interpreter
...
svn path=/nixpkgs/trunk/; revision=16556
2009-08-03 11:53:58 +00:00
Michael Raskin
fa8d0bc14e
Fixing file copying during installation..
...
svn path=/nixpkgs/trunk/; revision=16555
2009-08-03 10:40:43 +00:00
Eelco Dolstra
e8dbd26bee
* Linux 2.6.27.29.
...
svn path=/nixpkgs/trunk/; revision=16554
2009-08-03 10:04:20 +00:00
Michael Raskin
5ad10f2069
Install webkit tools
...
svn path=/nixpkgs/trunk/; revision=16553
2009-08-03 09:49:36 +00:00
Michael Raskin
be5fc98c97
Really non-PAE configuration this time
...
svn path=/nixpkgs/trunk/; revision=16552
2009-08-03 09:25:57 +00:00
Michael Raskin
d39e7fc031
Fix line feeds
...
svn path=/nixpkgs/trunk/; revision=16551
2009-08-03 06:40:27 +00:00
Michael Raskin
0b7b42ac25
Forgot makeWrapper input to uzbl
...
svn path=/nixpkgs/trunk/; revision=16550
2009-08-03 06:27:20 +00:00
Michael Raskin
35aa394332
Uzbl tangentially depends on HAL, so build it on Linux only
...
svn path=/nixpkgs/trunk/; revision=16549
2009-08-03 06:19:41 +00:00
Michael Raskin
1062fb2e4f
Let depending applications use gstreamer plugins webkit depends on
...
svn path=/nixpkgs/trunk/; revision=16548
2009-08-03 06:17:38 +00:00
Michael Raskin
1beabd36fb
Remove hanging gcj43 reference
...
svn path=/nixpkgs/trunk/; revision=16547
2009-08-03 06:06:40 +00:00
Michael Raskin
90ef65c787
Fix webkit reference
...
svn path=/nixpkgs/trunk/; revision=16546
2009-08-03 06:05:06 +00:00
Michael Raskin
cefe6deb04
Initialize DB in fetchmtn
...
svn path=/nixpkgs/trunk/; revision=16545
2009-08-03 06:04:28 +00:00
Michael Raskin
30d143f0d8
Try to handle GStreamer correctly in webkit
...
svn path=/nixpkgs/trunk/; revision=16544
2009-08-03 05:11:30 +00:00
Michael Raskin
fd557980cd
Add libsoup as gstreamer dependency
...
svn path=/nixpkgs/trunk/; revision=16543
2009-08-03 04:55:30 +00:00
Michael Raskin
dee8937ae7
Adding Xournal - a note-taking application for stylus usage
...
svn path=/nixpkgs/trunk/; revision=16538
2009-08-02 21:47:10 +00:00
Michael Raskin
4f81e9a0c2
Disabling failing shared-workers option
...
svn path=/nixpkgs/trunk/; revision=16537
2009-08-02 20:20:42 +00:00
Michael Raskin
701a144f9c
Update to a version possible to download
...
svn path=/nixpkgs/trunk/; revision=16536
2009-08-02 20:01:15 +00:00
Michael Raskin
4f10526f9d
Try enabling some more features in webkit
...
svn path=/nixpkgs/trunk/; revision=16535
2009-08-02 19:45:59 +00:00
Michael Raskin
92c3ce343e
Fix case in configure option
...
svn path=/nixpkgs/trunk/; revision=16534
2009-08-02 19:31:36 +00:00
Michael Raskin
22722a5e76
Try building uzbl lightweight browser on the buildfarm
...
svn path=/nixpkgs/trunk/; revision=16533
2009-08-02 18:27:07 +00:00
Michael Raskin
6632f65522
Try enabling more features in webkit
...
svn path=/nixpkgs/trunk/; revision=16532
2009-08-02 18:25:20 +00:00
Michael Raskin
91abf1a1de
Updating WebKit from a relatively unfortunate version
...
svn path=/nixpkgs/trunk/; revision=16531
2009-08-02 18:09:54 +00:00
Ludovic Courtès
9e8792548d
GNU Emacs 23.1.
...
svn path=/nixpkgs/trunk/; revision=16529
2009-07-31 22:25:05 +00:00
Ludovic Courtès
937c50442c
Add Zziplib.
...
svn path=/nixpkgs/trunk/; revision=16528
2009-07-31 10:24:02 +00:00
Ludovic Courtès
4f591cb803
Add GNU Classpath.
...
svn path=/nixpkgs/trunk/; revision=16527
2009-07-31 09:59:45 +00:00
Ludovic Courtès
69c23d6432
GCJ 4.4: Build with Antlr.
...
svn path=/nixpkgs/trunk/; revision=16522
2009-07-30 16:05:39 +00:00
Ludovic Courtès
7dd05fc776
Autoconf: Don't run the test suite on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=16521
2009-07-30 15:26:30 +00:00
Ludovic Courtès
89fa345b84
GCC 4.4: Make sure $PWD is not in $CPATH and $LIBRARY_PATH.
...
svn path=/nixpkgs/trunk/; revision=16520
2009-07-30 12:25:07 +00:00
Michael Raskin
acbfd2f679
update uzbl
...
svn path=/nixpkgs/trunk/; revision=16519
2009-07-30 11:02:48 +00:00
Ludovic Courtès
33c6204f95
GCC 4.4: Don't expect zlib when `langJava' is false.
...
svn path=/nixpkgs/trunk/; revision=16518
2009-07-30 10:31:04 +00:00
Michael Raskin
b0e71363d1
Make dhclient work again
...
svn path=/nixpkgs/trunk/; revision=16517
2009-07-30 10:04:48 +00:00
Ludovic Courtès
0b46ac126b
GCJ 4.4: More X dependencies.
...
svn path=/nixpkgs/trunk/; revision=16516
2009-07-30 08:32:43 +00:00
Ludovic Courtès
2e8e54fbbc
GCJ 4.4: More X dependencies.
...
svn path=/nixpkgs/trunk/; revision=16513
2009-07-29 22:55:16 +00:00
Ludovic Courtès
a2e9613540
GCJ 4.4: More X dependencies (soon it will be all over, well I hope soon).
...
svn path=/nixpkgs/trunk/; revision=16512
2009-07-29 20:47:12 +00:00
Ludovic Courtès
4456c7496a
Autoconf: Patch sloppy test case.
...
svn path=/nixpkgs/trunk/; revision=16511
2009-07-29 19:39:15 +00:00
Ludovic Courtès
6e75b20d46
GCJ 4.4: More X dependencies (it's never enough).
...
svn path=/nixpkgs/trunk/; revision=16510
2009-07-29 19:33:45 +00:00
Michael Raskin
14b71e6b1d
I hope that was the last typo in this line
...
svn path=/nixpkgs/trunk/; revision=16509
2009-07-29 18:59:05 +00:00
Michael Raskin
b8f3d4b79d
Finally fix the typos in the fix..
...
svn path=/nixpkgs/trunk/; revision=16508
2009-07-29 18:55:50 +00:00
Michael Raskin
128d64427e
Fix escaping bug
...
svn path=/nixpkgs/trunk/; revision=16507
2009-07-29 18:51:35 +00:00
Michael Raskin
ad7218437d
Fix a typo in the tarball
...
svn path=/nixpkgs/trunk/; revision=16506
2009-07-29 18:47:09 +00:00
Michael Raskin
380c4aa4b8
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=16505
2009-07-29 18:28:24 +00:00
Michael Raskin
3baa3663c9
Try newer -RC kernel
...
svn path=/nixpkgs/trunk/; revision=16504
2009-07-29 18:10:26 +00:00
Ludovic Courtès
cf229e4156
GCJ 4.4: More X dependencies.
...
svn path=/nixpkgs/trunk/; revision=16503
2009-07-29 16:18:31 +00:00
Ludovic Courtès
9ddd85f356
GCJ 4.4: Add libXrender; work around glitches in the Java/AWT build system.
...
svn path=/nixpkgs/trunk/; revision=16502
2009-07-29 15:13:01 +00:00
Ludovic Courtès
be4437bed0
GCJ 4.4: Provide xproto; move CPATH/LIBRARY_PATH compuation to `default.nix'.
...
svn path=/nixpkgs/trunk/; revision=16501
2009-07-29 13:57:11 +00:00
Ludovic Courtès
0b235f3ec5
GCJ 4.4: Tell GCC about the path to the X libs.
...
svn path=/nixpkgs/trunk/; revision=16500
2009-07-29 08:48:09 +00:00
Ludovic Courtès
8f6228ee5b
Autoconf: Disable the test suite on {Cyg,Dar}win.
...
svn path=/nixpkgs/trunk/; revision=16499
2009-07-29 08:38:26 +00:00
Ludovic Courtès
60027c8198
GNU Autoconf 2.64.
...
svn path=/nixpkgs/trunk/; revision=16494
2009-07-28 19:43:40 +00:00
Ludovic Courtès
a63eefa27f
GCJ 4.4: Require some more X libraries.
...
svn path=/nixpkgs/trunk/; revision=16493
2009-07-28 17:49:47 +00:00
Ludovic Courtès
992045830e
GCJ 4.4: Require various X libraries.
...
svn path=/nixpkgs/trunk/; revision=16492
2009-07-28 12:02:51 +00:00
Ludovic Courtès
86ad964255
GCJ 4.4: Require libXtst.
...
svn path=/nixpkgs/trunk/; revision=16491
2009-07-28 10:29:18 +00:00
Ludovic Courtès
a5a5cbe93d
GCJ 4.4: Require libart.
...
svn path=/nixpkgs/trunk/; revision=16490
2009-07-28 09:23:40 +00:00
Ludovic Courtès
1228ff02b7
GCC 4.4: Improve `meta'.
...
svn path=/nixpkgs/trunk/; revision=16489
2009-07-28 08:44:41 +00:00
Ludovic Courtès
979a8410f0
Remove GCJ 4.3, which has never worked.
...
svn path=/nixpkgs/trunk/; revision=16488
2009-07-28 08:13:11 +00:00