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
Ludovic Courtès
f9f44ed564
GCJ 4.4: Build the GTK+ AWT peer.
...
svn path=/nixpkgs/trunk/; revision=16487
2009-07-28 08:11:10 +00:00
Ludovic Courtès
032c603c8b
GCJ 4.4: Try to avoid FastJar since it appears to be broken.
...
svn path=/nixpkgs/trunk/; revision=16486
2009-07-27 23:09:04 +00:00
Marc Weber
9b3655cef0
add hslogger-templates, parsec3, update myhasktags, fix terminfo for older ghcs
...
svn path=/nixpkgs/trunk/; revision=16482
2009-07-27 16:05:47 +00:00
Marc Weber
58239ae82a
ghc: add ghc-packages returning list of package databases so that you
...
can define GHC_PACKAGE_PATH=`ghc-packgaes` easily. Required for scion
svn path=/nixpkgs/trunk/; revision=16481
2009-07-27 16:05:44 +00:00
Marc Weber
ada954cfbc
myhasktags update
...
svn path=/nixpkgs/trunk/; revision=16480
2009-07-27 16:05:41 +00:00
Marc Weber
05259ed635
Monetdb: enabling Java support
...
svn path=/nixpkgs/trunk/; revision=16479
2009-07-27 16:05:39 +00:00
Marc Weber
c3ddc9df62
cdtenv: also store PATH and PKG_CONFIG_PATH
...
svn path=/nixpkgs/trunk/; revision=16478
2009-07-27 16:05:36 +00:00
Marc Weber
f4ca975ce5
add makeOverridable to apacheAnt so that the jdk can be overwritten
...
svn path=/nixpkgs/trunk/; revision=16477
2009-07-27 16:05:34 +00:00
Marc Weber
e932a5c6d6
jdk 1.5.0_19
...
svn path=/nixpkgs/trunk/; revision=16476
2009-07-27 16:05:20 +00:00
Ludovic Courtès
35b5686ad4
GCJ 4.4: Provide InfoZIP; remove FastJar hack; don't build C; provide which(1).
...
svn path=/nixpkgs/trunk/; revision=16475
2009-07-27 15:40:01 +00:00
Rob Vermaas
b4c3057f76
virtualbox 3.0.2
...
svn path=/nixpkgs/trunk/; revision=16474
2009-07-27 14:10:59 +00:00
Ludovic Courtès
7583ac7638
GCJ 4.4: Don't build the `configure-gcc' target; use FastJar; make zlib/BDW-GC visible.
...
Building the `configure-gcc' target early on (in `preConfigure') was a big mistake as
the build woud just go haywire after that (e.g., trying and failing to build `jvgenmain'
in stage 1).
svn path=/nixpkgs/trunk/; revision=16472
2009-07-27 13:50:19 +00:00
Ludovic Courtès
8feb395f42
GCJ 4.4: Depend on FastJar, needed during the bootstrap phase.
...
svn path=/nixpkgs/trunk/; revision=16470
2009-07-27 10:46:23 +00:00
Ludovic Courtès
43f4d29bb8
Add FastJar.
...
svn path=/nixpkgs/trunk/; revision=16469
2009-07-27 10:43:20 +00:00
Lluís Batlle i Rossell
d4aedd92cc
I revert my changes to get nixpkgs working on armv5tel-linux.
...
I thought I didn't change stdenv, but I did. This will go soon into the stdenv
branch then.
Reverse-merging r16467 through r16465.
svn path=/nixpkgs/trunk/; revision=16468
2009-07-26 22:47:33 +00:00
Lluís Batlle i Rossell
4f5e00f686
Fixing perl so it builds well with stdenvNative in my arm-linux debian.
...
svn path=/nixpkgs/trunk/; revision=16467
2009-07-26 21:48:17 +00:00
Lluís Batlle i Rossell
532fc4a05d
Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headers
...
svn path=/nixpkgs/trunk/; revision=16466
2009-07-26 21:48:10 +00:00
Lluís Batlle i Rossell
dcf0a95a72
Updating to allow ld-linux.so.? interpreters, instead of always .so.2
...
svn path=/nixpkgs/trunk/; revision=16465
2009-07-26 21:48:00 +00:00
Ludovic Courtès
83116e4b8c
GNU Parted 1.9.0.
...
svn path=/nixpkgs/trunk/; revision=16463
2009-07-26 21:03:52 +00:00
Ludovic Courtès
d39bbb1693
gfortran44: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=16462
2009-07-26 11:14:17 +00:00
Ludovic Courtès
f052e6d253
Add `gfortran44'; build GCJ 4.4 with the C language.
...
svn path=/nixpkgs/trunk/; revision=16459
2009-07-24 22:19:07 +00:00
Ludovic Courtès
292a191f70
GCC 4.4: Fewer $NIX_ variables.
...
svn path=/nixpkgs/trunk/; revision=16458
2009-07-24 21:56:58 +00:00
Rob Vermaas
685bb27c64
remove -Wno-long-double flag for python on darwin
...
svn path=/nixpkgs/trunk/; revision=16456
2009-07-24 14:51:04 +00:00
Rob Vermaas
8393b93136
pass readline to gnuplot
...
svn path=/nixpkgs/trunk/; revision=16455
2009-07-24 14:18:25 +00:00
Ludovic Courtès
fc6b794f33
GCC 4.4.1.
...
svn path=/nixpkgs/trunk/; revision=16454
2009-07-24 13:34:57 +00:00
Ludovic Courtès
7f22bca190
Quack 0.37.
...
svn path=/nixpkgs/trunk/; revision=16453
2009-07-24 12:41:47 +00:00
Rob Vermaas
b05906055a
* gcc-apple fixes for darwin
...
svn path=/nixpkgs/trunk/; revision=16452
2009-07-24 12:28:39 +00:00
Eelco Dolstra
869c2efec0
* dhcp updated to 4.1.0p1. This seems to fix my problems with
...
wpa_supplicant (i.e. the dhclient-script no longer brings down the
wlan0 interface). The patches no longer seem needed.
svn path=/nixpkgs/trunk/; revision=16449
2009-07-23 23:57:11 +00:00
Rob Vermaas
c100551503
* darwin patch to make sure gnupatch doesn't get dSYM extension
...
svn path=/nixpkgs/trunk/; revision=16447
2009-07-23 22:07:45 +00:00
Eelco Dolstra
aaca21fcff
* iproute2 updated to 2.6.29-1.
...
svn path=/nixpkgs/trunk/; revision=16446
2009-07-23 21:34:53 +00:00
Eelco Dolstra
dd2aba46bf
svn path=/nixpkgs/trunk/; revision=16445
2009-07-23 21:22:13 +00:00
Rob Vermaas
ab9eca5868
removed debug stuff
...
svn path=/nixpkgs/trunk/; revision=16444
2009-07-23 20:49:38 +00:00
Rob Vermaas
ded5f74bc4
svn path=/nixpkgs/trunk/; revision=16443
2009-07-23 19:32:53 +00:00
Rob Vermaas
c0fbe9b7a3
temporary reinstate patch for darwin openssl
...
svn path=/nixpkgs/trunk/; revision=16442
2009-07-23 19:14:00 +00:00
Rob Vermaas
ac67112c3f
* first try to fix darwin gcc +libstdcxx
...
svn path=/nixpkgs/trunk/; revision=16441
2009-07-23 19:13:34 +00:00
Eelco Dolstra
4bc2468913
* iptables updated to 1.4.4.
...
svn path=/nixpkgs/trunk/; revision=16440
2009-07-23 18:16:24 +00:00
Andres Löh
5164d2ec62
Added lhs2TeX support to LaTeX builder.
...
svn path=/nixpkgs/trunk/; revision=16439
2009-07-23 14:13:09 +00:00
Eelco Dolstra
9f59fb9377
* findFirst is used by the LaTeX function. Forgot to commit.
...
svn path=/nixpkgs/trunk/; revision=16438
2009-07-22 14:43:39 +00:00
Ludovic Courtès
c6d7c043f7
Add Perl-Image-ExifTool, with the exiftool(1) command-line tool.
...
svn path=/nixpkgs/trunk/; revision=16437
2009-07-21 20:42:04 +00:00
Andres Löh
f795e114f1
(hopefully) fix nxml bug in release.nix
...
svn path=/nixpkgs/trunk/; revision=16436
2009-07-20 17:55:30 +00:00
Andres Löh
f4f9c8a2f2
Added ghc-6.10.4 to release.nix
...
svn path=/nixpkgs/trunk/; revision=16435
2009-07-20 17:48:00 +00:00
Ludovic Courtès
279a94a637
GCJ 4.4: Pass ecj.jar' using
--with-ecj-jar'.
...
svn path=/nixpkgs/trunk/; revision=16434
2009-07-20 15:34:10 +00:00
Ludovic Courtès
3c7bb6a957
IceCat: Don't override $PYTHONPATH.
...
svn path=/nixpkgs/trunk/; revision=16433
2009-07-20 14:37:28 +00:00
Ludovic Courtès
5fdfa7ddf1
Add missing argument to `icecatXulrunner3'.
...
Reported by Peter Simons.
svn path=/nixpkgs/trunk/; revision=16432
2009-07-20 14:14:28 +00:00
Andres Löh
7669dca3b9
Added "regular" library for Haskell.
...
svn path=/nixpkgs/trunk/; revision=16431
2009-07-20 13:17:50 +00:00
Andres Löh
8c6bef0bb0
Version bump to ghc-6.10.4.
...
svn path=/nixpkgs/trunk/; revision=16430
2009-07-20 13:02:56 +00:00
Ludovic Courtès
cb82de9ceb
GNU IceCat: Add PLY as a build input.
...
svn path=/nixpkgs/trunk/; revision=16429
2009-07-19 12:34:14 +00:00
Ludovic Courtès
76915bb8b2
Add PLY, a Python lex/yacc implementation.
...
svn path=/nixpkgs/trunk/; revision=16428
2009-07-19 12:32:25 +00:00
Ludovic Courtès
2e8244fb45
GNU IceCat 3.5.1.
...
svn path=/nixpkgs/trunk/; revision=16427
2009-07-19 09:48:11 +00:00
Ludovic Courtès
34bd10567b
GCC 4.4: Enable Graphite by building against PPL and GLooG.
...
svn path=/nixpkgs/trunk/; revision=16424
2009-07-18 21:37:23 +00:00
Ludovic Courtès
39efe36121
Build PPL.
...
svn path=/nixpkgs/trunk/; revision=16423
2009-07-18 21:29:48 +00:00
Ludovic Courtès
c30143519a
Add CLooG-PPL, an optional dependency of GCC 4.4.
...
svn path=/nixpkgs/trunk/; revision=16422
2009-07-18 21:28:10 +00:00
Ludovic Courtès
3e52549ea6
Add the Parma Polyhedra Library (PPL), an optional dependency of GCC 4.4.
...
svn path=/nixpkgs/trunk/; revision=16421
2009-07-18 21:22:13 +00:00
Andres Löh
df8def8dfb
Added HAppS and gitit plus dependencies.
...
svn path=/nixpkgs/trunk/; revision=16419
2009-07-18 15:25:28 +00:00
Ludovic Courtès
161c18b075
GCC 4.4: Use GCC documented variables instead of $NIX_EXTRA_CFLAGS and $NIX_EXTRA_LDFLAGS.
...
svn path=/nixpkgs/trunk/; revision=16418
2009-07-18 12:37:48 +00:00
Ludovic Courtès
8cbb8848a9
GCJ 4.4: Move ecj.jar' out of the
src' attribute.
...
svn path=/nixpkgs/trunk/; revision=16417
2009-07-17 18:06:28 +00:00
Ludovic Courtès
1dfef78633
GCJ 4.4: Provide `ecj.jar' (Eclipse Java Compiler).
...
svn path=/nixpkgs/trunk/; revision=16416
2009-07-17 17:20:07 +00:00
Ludovic Courtès
deb63071d7
GCC 4.4: Don't use the included Gettext.
...
svn path=/nixpkgs/trunk/; revision=16415
2009-07-17 16:14:28 +00:00
Eelco Dolstra
04cc6b721a
* Made findLaTeXIncludes pure. Previously find-includes.pl looked
...
outside of the Nix store for the dependencies of the root source
file, which is impure. That's why it needed the
`builtins.currentTime' hack to force a rebuild. It also didn't work
in a chroot. Now find-includes.pl only scans the source file at
hand, and we use builtins.genericClosure to find all includes
recursively.
svn path=/nixpkgs/trunk/; revision=16414
2009-07-17 15:10:01 +00:00
Ludovic Courtès
3451ae1a64
JDEE: Augment `jde-help-docsets.patch'; actually use it.
...
svn path=/nixpkgs/trunk/; revision=16413
2009-07-17 14:22:02 +00:00
Eelco Dolstra
10c4ec0ed8
svn path=/nixpkgs/trunk/; revision=16412
2009-07-17 12:04:34 +00:00
Eelco Dolstra
9075d2a2cd
* dhcpcd, another DHCP client (not tested). Hopefully it works better
...
than dhclient in conjunction with wpa_supplicant.
svn path=/nixpkgs/trunk/; revision=16411
2009-07-17 11:41:19 +00:00
Ludovic Courtès
179c9415db
GNU Ball and Paddle 0.8.1.
...
svn path=/nixpkgs/trunk/; revision=16410
2009-07-16 21:38:30 +00:00
Marc Weber
92662d3d0f
fix sup & enhance ruby import
...
sup,gem:
* no longer requires /homeless-shelter to be built
* sup, gem can be run immediately without exporting GEM_HOME
ruby-support:
* using mirror server of rubyforge
* [..] is added at the end of long truncated long descriptions
svn path=/nixpkgs/trunk/; revision=16408
2009-07-16 20:00:02 +00:00
Marc Weber
ec0e356b9a
Revert "adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment"
...
This reverts commit -r16401
svn path=/nixpkgs/trunk/; revision=16405
2009-07-16 17:17:23 +00:00
Ludovic Courtès
13e3c0d7b9
JDEE: Don't install non-JAR files under `lib/java'.
...
svn path=/nixpkgs/trunk/; revision=16403
2009-07-16 15:39:05 +00:00
Ludovic Courtès
82c5ea7bc6
JDEE: Install bsh commands.
...
svn path=/nixpkgs/trunk/; revision=16402
2009-07-16 15:21:15 +00:00
Marc Weber
10f6c2592c
adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment
...
svn path=/nixpkgs/trunk/; revision=16401
2009-07-16 15:18:26 +00:00
Marc Weber
a20dba3aec
haskellPackages adding multiset & filepath
...
svn path=/nixpkgs/trunk/; revision=16400
2009-07-16 15:18:24 +00:00
Marc Weber
eccd5d5a41
ghc-get-packages.sh no array at all: roughly 20% faster
...
svn path=/nixpkgs/trunk/; revision=16399
2009-07-16 15:18:21 +00:00
Marc Weber
f6e24fddbe
cosmetic: fix descriptions
...
svn path=/nixpkgs/trunk/; revision=16398
2009-07-16 15:18:07 +00:00
Ludovic Courtès
e4d8c334b4
JDEE: Add wizard usability patch.
...
svn path=/nixpkgs/trunk/; revision=16395
2009-07-16 14:05:14 +00:00
Michael Raskin
35f22c0afb
Reverting AUFS update
...
svn path=/nixpkgs/trunk/; revision=16392
2009-07-16 11:39:03 +00:00
Michael Raskin
2b51bd8c6b
Use a fresh checkout
...
svn path=/nixpkgs/trunk/; revision=16391
2009-07-16 11:22:57 +00:00
Eelco Dolstra
800489ac40
* Firefox wrapper: put gecko-mediaplayer and mplayer at the start of
...
$PATH rather than the end. This makes the behaviour more
predictable.
svn path=/nixpkgs/trunk/; revision=16390
2009-07-16 11:22:37 +00:00
Michael Raskin
56b232c4cb
Update AUFS
...
svn path=/nixpkgs/trunk/; revision=16389
2009-07-16 11:02:37 +00:00
Michael Raskin
15bec036fa
Add 2.6.31-rc2 kernel for now : rc3 has a BtrFS stability regression
...
svn path=/nixpkgs/trunk/; revision=16384
2009-07-16 06:30:25 +00:00
Michael Raskin
8eefb03231
Fix typo
...
svn path=/nixpkgs/trunk/; revision=16383
2009-07-15 21:09:17 +00:00
Michael Raskin
0865385a29
Add a config for older x86 processors without PAE support. Turn off PAT for a good measure, too
...
svn path=/nixpkgs/trunk/; revision=16382
2009-07-15 21:01:24 +00:00
Michael Raskin
666f904649
Update libsoup for WebKit update
...
svn path=/nixpkgs/trunk/; revision=16381
2009-07-15 21:01:09 +00:00
Michael Raskin
3b2a5f3d73
Update webkit
...
svn path=/nixpkgs/trunk/; revision=16380
2009-07-15 20:38:05 +00:00
Eelco Dolstra
998412adf6
* Added gecko-mediaplayer, a browser plugin that uses gnome-mplayer to
...
play video. Seems to be more stable than mplayerplug-in.
svn path=/nixpkgs/trunk/; revision=16379
2009-07-15 20:34:08 +00:00
Ludovic Courtès
aa699024db
GNU Ed 1.4.
...
svn path=/nixpkgs/trunk/; revision=16365
2009-07-14 21:59:16 +00:00
Michael Raskin
81d09cd1f3
Use GTK2 for Lazarus and get Unicode support
...
svn path=/nixpkgs/trunk/; revision=16363
2009-07-14 20:31:11 +00:00
Michael Raskin
57c8392eee
Fixed cmdline override in 2.6.31-rc3 kernel config
...
svn path=/nixpkgs/trunk/; revision=16362
2009-07-14 19:24:10 +00:00
Lluís Batlle i Rossell
b510addf20
Enabling by default the grub support for buggy BIOSes on CD boot.
...
Two of two, raskin and me, voted for this change.
svn path=/nixpkgs/trunk/; revision=16361
2009-07-14 18:23:53 +00:00
Eelco Dolstra
80cab44fce
* Options / config: these should be attrsets, not lists (IMHO).
...
svn path=/nixpkgs/trunk/; revision=16359
2009-07-14 16:22:42 +00:00
Ludovic Courtès
7f080535c4
Fix derivation name of `icecat3Xul'.
...
svn path=/nixpkgs/trunk/; revision=16357
2009-07-14 15:22:31 +00:00
Eelco Dolstra
befe45a1d3
* docbook-xsl / docbook-xsl-ns: match the upstream package name. Also
...
updated docbook-xsl-ns.
svn path=/nixpkgs/trunk/; revision=16356
2009-07-14 15:02:56 +00:00
Ludovic Courtès
0bba7e6b84
GNU IceCat 3.5.
...
svn path=/nixpkgs/trunk/; revision=16352
2009-07-14 12:59:04 +00:00
Marc Weber
62eccd21d4
updating bleeding edge source file info for nix-repository-manager
...
svn path=/nixpkgs/trunk/; revision=16349
2009-07-14 12:31:37 +00:00
Michael Raskin
a310f4f2a0
Forgot to turn off debugging options in all-mod-config..
...
svn path=/nixpkgs/trunk/; revision=16347
2009-07-14 10:23:45 +00:00
Michael Raskin
396ae631ea
Add AMD64 config for 2.6.31-rc3
...
svn path=/nixpkgs/trunk/; revision=16346
2009-07-14 09:57:51 +00:00
Michael Raskin
64c89c7532
Oops, mixed up hashes
...
svn path=/nixpkgs/trunk/; revision=16345
2009-07-14 09:18:22 +00:00
Michael Raskin
ad2f62980a
Try building a really full-featured configuration of the fresh Linux kernel pre-release
...
svn path=/nixpkgs/trunk/; revision=16344
2009-07-14 09:13:59 +00:00
Michael Raskin
cf03c27fb7
Update FPC and Lazarus
...
svn path=/nixpkgs/trunk/; revision=16343
2009-07-14 09:08:05 +00:00
Peter Simons
2ec77fdc7e
scons: don't overwrite a pre-existing PYTHONPATH in the wrapper
...
svn path=/nixpkgs/trunk/; revision=16342
2009-07-13 20:08:44 +00:00
Lluís Batlle i Rossell
3a8a3c91f7
Adding a patch for grub, so livecds with grub can still boot with buggy bioses,
...
as those of Acer 292LMi or Airis N990. This allows booting the NixOS ISO releases.
I made it optional, not included by default. I don't think it would harm at all enabling
it always - let it be decided on forum.
svn path=/nixpkgs/trunk/; revision=16341
2009-07-13 16:57:33 +00:00
Ludovic Courtès
ed658483e9
Hugin: Fix segfault on x86_64.
...
svn path=/nixpkgs/trunk/; revision=16340
2009-07-13 16:24:47 +00:00
Nicolas Pierron
b09382fcd1
Extract properties.nix and modules.nix from options.nix.
...
svn path=/nixpkgs/trunk/; revision=16339
2009-07-13 16:18:52 +00:00
Ludovic Courtès
9cd30e68e3
GNU Cflow 1.3.
...
svn path=/nixpkgs/trunk/; revision=16338
2009-07-13 14:54:01 +00:00
Ludovic Courtès
c73091b572
emacsPackages: Recurse into attributes.
...
This allows, e.g., "nix-env -qa magit" to work.
Reported by Peter Simons.
svn path=/nixpkgs/trunk/; revision=16337
2009-07-13 11:53:06 +00:00
Andres Löh
66b32c4b66
Added SHA for Haskell.
...
svn path=/nixpkgs/trunk/; revision=16335
2009-07-13 11:36:50 +00:00
Ludovic Courtès
1bc6e5c847
GLOBAL: Install the Emacs mode.
...
svn path=/nixpkgs/trunk/; revision=16334
2009-07-13 09:21:04 +00:00
Ludovic Courtès
474c54071b
Add GNU GLOBAL, a source code tag system.
...
svn path=/nixpkgs/trunk/; revision=16333
2009-07-13 09:05:56 +00:00
Ludovic Courtès
3a4ba343a4
Hugin: Fix typo stealthily introduced in r15692.
...
svn path=/nixpkgs/trunk/; revision=16332
2009-07-12 22:00:35 +00:00
Michael Raskin
b69be987c0
Added setuid-ready chroot utility.
...
svn path=/nixpkgs/trunk/; revision=16331
2009-07-12 08:10:51 +00:00
Lluís Batlle i Rossell
dab4dc0de1
Using openchrome trunk instead of that distributed with xorg. That
...
doesn't work in K8N800, and trunk even does a bit of 3D by hw.
svn path=/nixpkgs/trunk/; revision=16329
2009-07-11 10:32:27 +00:00
Ludovic Courtès
f6533bc527
Emacs-w3m: Substitute `identify' from ImageMagick.
...
svn path=/nixpkgs/trunk/; revision=16328
2009-07-11 10:30:48 +00:00
Andres Löh
9f9ec8d2c6
Added myself as a maintainer.
...
svn path=/nixpkgs/trunk/; revision=16327
2009-07-10 19:50:04 +00:00
Andres Löh
059b912b27
Efficiency fix for ghc-get-packages script.
...
svn path=/nixpkgs/trunk/; revision=16326
2009-07-10 19:36:50 +00:00
Ludovic Courtès
18ef0d1673
emacs-w3m: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=16325
2009-07-10 17:53:49 +00:00
Ludovic Courtès
da897b6eda
Group Emacs packages in an `emacsPackages' function.
...
This avoids problem such as bytecode incompatibilies (e.g., between
GNU Emacs 22 and 23), API changes. It would also allow packages
to be built with different emacsen (S(X)Emacs, etc.).
svn path=/nixpkgs/trunk/; revision=16324
2009-07-10 16:17:06 +00:00
Ludovic Courtès
45f7159af3
emacs-w3m: Get the source from CVS.
...
svn path=/nixpkgs/trunk/; revision=16323
2009-07-10 16:01:50 +00:00
Ludovic Courtès
099dd7fa16
nix-prefetch-svn: Use SHA256/Base32 by default.
...
svn path=/nixpkgs/trunk/; revision=16322
2009-07-10 15:50:11 +00:00
Ludovic Courtès
186f62d354
JDEE: Provide a sensible default for `jde-help-docsets'.
...
svn path=/nixpkgs/trunk/; revision=16320
2009-07-10 14:30:24 +00:00
Ludovic Courtès
059ffb766e
JDEE: Fix `jde-help-find-javadoc'.
...
svn path=/nixpkgs/trunk/; revision=16319
2009-07-10 14:21:26 +00:00
Ludovic Courtès
5c7cc2ffdb
JDEE: Fix infinite recursion in `jde-directory-files-recurs'.
...
svn path=/nixpkgs/trunk/; revision=16318
2009-07-10 14:13:52 +00:00
Eelco Dolstra
d877e7b40f
* Build a PDF of the manual.
...
svn path=/nixpkgs/trunk/; revision=16316
2009-07-10 13:41:47 +00:00
Eelco Dolstra
ffd635cc57
* Commented out exultSnapshot, will fix later.
...
svn path=/nixpkgs/trunk/; revision=16315
2009-07-10 12:44:34 +00:00
Peter Simons
356791ea62
The ghc binary distribution contains a 'pwd' binary that's broken on systems running a Red Hat kernel and causes the build to fail. To remedy that problem, we replace that binary with Nix's 'pwd' program before running configure.
...
Unfortunately, the same problem occurs again with 'installPackage', so as of
now, GHC cannot be installed on Red Hat.
svn path=/nixpkgs/trunk/; revision=16314
2009-07-10 12:26:18 +00:00
Eelco Dolstra
65974d2fa7
* Disable the MPlayer plugin (for now?) because it's not entirely
...
stable and doesn't compile on Firefox 3.5 yet.
svn path=/nixpkgs/trunk/; revision=16313
2009-07-10 12:10:58 +00:00
Eelco Dolstra
46db02a5e3
* Fix xrefs and callouts that refer to xml:ids (rather than ids).
...
Will send upstream.
svn path=/nixpkgs/trunk/; revision=16312
2009-07-10 12:09:58 +00:00
Rob Vermaas
22557d5e1f
update mono to 2.4.2.1
...
svn path=/nixpkgs/trunk/; revision=16311
2009-07-10 11:49:32 +00:00
Nicolas Pierron
5cd8eefb26
Allow to set priority which are below the default priority level.
...
This help to define default values which can be override without any extra syntax.
svn path=/nixpkgs/trunk/; revision=16304
2009-07-10 09:44:09 +00:00
Andres Löh
c30a867383
Added data-reify Haskell library.
...
svn path=/nixpkgs/trunk/; revision=16303
2009-07-10 09:42:18 +00:00