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
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
Rob Vermaas
471518d65b
typo
...
svn path=/nixpkgs/trunk/; revision=16302
2009-07-10 08:40:04 +00:00
Rob Vermaas
297f0127aa
java-front 0.9, compile with -O2 for cygwin
...
svn path=/nixpkgs/trunk/; revision=16301
2009-07-10 08:05:23 +00:00
Rob Vermaas
99afadc21f
java-front 0.9
...
svn path=/nixpkgs/trunk/; revision=16300
2009-07-10 07:57:26 +00:00
Michael Raskin
7d2931b5ab
Adding Falcon multiparadigm programming language. It has macros and non-trivial syntax at once, which seems interesting in itself..
...
svn path=/nixpkgs/trunk/; revision=16299
2009-07-09 22:30:19 +00:00
Marc Weber
25a1533d9a
removing old haskell stuff. I was using my own branch for a long time.
...
It will be replaced by something else anyway.
Some of those patches may still be of interest (?)
svn path=/nixpkgs/trunk/; revision=16298
2009-07-09 22:24:08 +00:00
Marc Weber
f38e400515
basing nix-repository-manager on haskellPackages. The executable is no
...
longer recompiled when the config changes only
svn path=/nixpkgs/trunk/; revision=16297
2009-07-09 22:24:05 +00:00
Marc Weber
676f4c4e2d
haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, hslogger, tar
...
svn path=/nixpkgs/trunk/; revision=16296
2009-07-09 22:24:02 +00:00
Marc Weber
769dec7238
haskellPackages: fix monadlab and Crypto with most recent ghc
...
svn path=/nixpkgs/trunk/; revision=16295
2009-07-09 22:23:59 +00:00
Marc Weber
07df330fd5
maintainers + marcweber
...
svn path=/nixpkgs/trunk/; revision=16294
2009-07-09 22:23:56 +00:00
Marc Weber
2d99612b73
update python 2.4. It's only used by zope and even plone (beeing based
...
on zope) runs with this python version so it should be fine (?)
svn path=/nixpkgs/trunk/; revision=16293
2009-07-09 22:23:54 +00:00
Marc Weber
78454c62a8
doh
...
svn path=/nixpkgs/trunk/; revision=16292
2009-07-09 22:23:51 +00:00
Michael Raskin
1744fe5183
Adding statifier, a tool to make pseudostatic binaries. Unfortunately, statified NixOS-built binaries segfault on Ubuntu..
...
svn path=/nixpkgs/trunk/; revision=16291
2009-07-09 21:34:29 +00:00
Ludovic Courtès
df646c8ae4
Emacs-w3m: Add ImageMagick as a build input.
...
svn path=/nixpkgs/trunk/; revision=16288
2009-07-09 16:09:09 +00:00
Ludovic Courtès
2caabd37e1
Add Emacs-w3m, an Emacs interface to the W3M web browser.
...
svn path=/nixpkgs/trunk/; revision=16287
2009-07-09 15:56:40 +00:00
Ludovic Courtès
d490682e3b
Remove Semantic and EIEIO, now part of CEDET.
...
svn path=/nixpkgs/trunk/; revision=16283
2009-07-09 15:29:14 +00:00
Rob Vermaas
ccc059b201
* changed stacksize for sdf2-bundle on cygwin
...
svn path=/nixpkgs/trunk/; revision=16277
2009-07-09 14:15:36 +00:00
Sander van der Burg
9c2379e263
Added myself (sander) to the maintainers list
...
svn path=/nixpkgs/trunk/; revision=16275
2009-07-09 13:42:22 +00:00
Ludovic Courtès
86d88db042
Liberation Fonts: Fix name; install doc; add `meta'.
...
svn path=/nixpkgs/trunk/; revision=16273
2009-07-09 12:07:45 +00:00
Eelco Dolstra
9611cf2048
* Refactoring.
...
svn path=/nixpkgs/trunk/; revision=16269
2009-07-09 10:47:17 +00:00
Eelco Dolstra
7af5fa0e96
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=16268
2009-07-09 10:08:29 +00:00
Sander van der Burg
8c806707f3
Fixed pigdin compilation by adding nspr as buildinput
...
svn path=/nixpkgs/trunk/; revision=16267
2009-07-09 09:50:51 +00:00
Eelco Dolstra
506e86d2ea
svn path=/nixpkgs/trunk/; revision=16266
2009-07-09 09:50:40 +00:00
Eelco Dolstra
83b7873495
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=16265
2009-07-09 09:50:20 +00:00
Peter Simons
1c45eda25a
Updated qgit to version 2.3.
...
svn path=/nixpkgs/trunk/; revision=16264
2009-07-09 09:08:22 +00:00
Marc Weber
6abf8471fb
fix sourceWithTagsDerivation, myhasktags now based on current haskell derivations
...
svn path=/nixpkgs/trunk/; revision=16263
2009-07-09 03:50:47 +00:00
Marc Weber
4f81282226
adding monetdb database
...
svn path=/nixpkgs/trunk/; revision=16262
2009-07-09 03:50:44 +00:00
Marc Weber
6ec3225722
fix pygtk in pyhtonNew
...
svn path=/nixpkgs/trunk/; revision=16261
2009-07-09 03:50:22 +00:00
Ludovic Courtès
7cd0bee0c7
GNU Zile 2.3.8.
...
svn path=/nixpkgs/trunk/; revision=16260
2009-07-08 16:44:19 +00:00
Eelco Dolstra
edd198ee8b
* Doh.
...
svn path=/nixpkgs/trunk/; revision=16259
2009-07-08 16:14:51 +00:00
Eelco Dolstra
73ac7f5876
svn path=/nixpkgs/trunk/; revision=16256
2009-07-08 15:56:05 +00:00
Eelco Dolstra
852bdab69a
* Disable building with an external NSS library for now. Firefox
...
gives strange "sec_error_unknown_issuer" errors on https sites.
svn path=/nixpkgs/trunk/; revision=16252
2009-07-08 14:35:25 +00:00
Ludovic Courtès
e8bd387f04
jdee: More Java path fixes.
...
svn path=/nixpkgs/trunk/; revision=16251
2009-07-08 14:20:46 +00:00
Ludovic Courtès
bf5141245f
jdee: Improve (fix?) Emacs 23 `avl-tree' compatibility.
...
svn path=/nixpkgs/trunk/; revision=16250
2009-07-08 13:56:08 +00:00
Ludovic Courtès
845a74db93
jdee: Fix path to the Java files.
...
svn path=/nixpkgs/trunk/; revision=16249
2009-07-08 13:23:32 +00:00
Eelco Dolstra
9f451704dd
* Chatzilla 0.9.85 (on the Xulrunner from Firefox 3.5).
...
svn path=/nixpkgs/trunk/; revision=16248
2009-07-08 13:19:44 +00:00
Eelco Dolstra
fb9eddb70b
* Added Email::Simple::Creator.
...
svn path=/nixpkgs/trunk/; revision=16247
2009-07-08 13:18:27 +00:00
Rob Vermaas
5c13747775
dblatex 0.2.11
...
svn path=/nixpkgs/trunk/; revision=16246
2009-07-08 13:12:27 +00:00
Andres Löh
a52909b36a
Added ghc-core, updated hscolour.
...
svn path=/nixpkgs/trunk/; revision=16245
2009-07-08 12:34:14 +00:00
Eelco Dolstra
1dbe3d5b87
* man: use UTF-8 instead of latin1 by default. Fixes broken special
...
characters in man output.
svn path=/nixpkgs/trunk/; revision=16244
2009-07-08 11:49:09 +00:00
Peter Simons
499c69c32c
pdsh used to fail with an error because it couldn't locate libgcc_s.so.1.
...
Adding NIX_LDFLAGS="-lgcc_s" to the expression remedies that problem. Arguably,
though, this is a bad solution.
svn path=/nixpkgs/trunk/; revision=16239
2009-07-08 09:24:01 +00:00
Ludovic Courtès
ea808c50ce
Add ECB, the Emacs Code Browser.
...
svn path=/nixpkgs/trunk/; revision=16234
2009-07-08 09:01:11 +00:00
Ludovic Courtès
7d438d5271
Build Tahoe.
...
svn path=/nixpkgs/trunk/; revision=16232
2009-07-07 22:45:34 +00:00
Ludovic Courtès
0dcce7669e
Tahoe: Use pysqlite', used by the
backup' command.
...
svn path=/nixpkgs/trunk/; revision=16231
2009-07-07 22:44:29 +00:00
Ludovic Courtès
26b5148308
Fix typo from previous commit.
...
svn path=/nixpkgs/trunk/; revision=16230
2009-07-07 22:34:03 +00:00
Ludovic Courtès
3997cb99fd
pysqlite: Move to `python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=16229
2009-07-07 22:30:29 +00:00
Ludovic Courtès
09fbef5e2b
pysqlite 2.5.5.
...
svn path=/nixpkgs/trunk/; revision=16228
2009-07-07 22:20:53 +00:00
Michael Raskin
529a85abef
Updated uzbl
...
svn path=/nixpkgs/trunk/; revision=16227
2009-07-07 21:48:08 +00:00
Michael Raskin
900f96fe8a
Build btrfs-image, although it was mistakenly omitted in release Makefile
...
svn path=/nixpkgs/trunk/; revision=16226
2009-07-07 21:47:28 +00:00
Marc Weber
5ef46894e0
adding cdtEnv symlinking deps into one $out/cdt-env/{lib,include} directory
...
and collection which let's you install and update a set of derivations at once
svn path=/nixpkgs/trunk/; revision=16224
2009-07-07 20:53:16 +00:00
Ludovic Courtès
df4a8eafde
Add JDEE, the Java development environment for Emacs.
...
svn path=/nixpkgs/trunk/; revision=16222
2009-07-07 16:13:45 +00:00
Michael Raskin
dd89941fb2
Added myself as the maintainer of some packages
...
svn path=/nixpkgs/trunk/; revision=16221
2009-07-07 15:05:15 +00:00
Eelco Dolstra
aa34103ac7
* Added Email::Sender.
...
svn path=/nixpkgs/trunk/; revision=16220
2009-07-07 14:58:30 +00:00
Michael Raskin
b02a08a022
SBCL now works fine. added hacks and workarounds for store mono-timestamp handling
...
svn path=/nixpkgs/trunk/; revision=16219
2009-07-07 14:50:37 +00:00
Eelco Dolstra
a641e7666e
* Compile NSS with ECC support. Hopefully this fixes certificate
...
checking in Firefox 3.5.
svn path=/nixpkgs/trunk/; revision=16214
2009-07-07 13:01:52 +00:00
Eelco Dolstra
e5a611030f
* Doh.
...
svn path=/nixpkgs/trunk/; revision=16213
2009-07-07 11:40:57 +00:00
Eelco Dolstra
cc28087b5a
* Make doesn't like newlines.
...
svn path=/nixpkgs/trunk/; revision=16210
2009-07-07 10:59:18 +00:00
Eelco Dolstra
26453f9074
* build-for-release.nix is gone.
...
svn path=/nixpkgs/trunk/; revision=16209
2009-07-07 10:58:56 +00:00
Michael Raskin
9da29ccf73
Adding fetchmtn, including fetchmtn and fetchgit in builder-defs, updating monotone-viz. Adding dadadodo.
...
svn path=/nixpkgs/trunk/; revision=16207
2009-07-07 10:04:32 +00:00
Michael Raskin
e9dddc50ab
Adding dadadodo - a markov chain-based text generator
...
svn path=/nixpkgs/trunk/; revision=16206
2009-07-07 10:03:26 +00:00
Michael Raskin
f4a5ef043d
Update BtrFS progs. Note: incompatible with older kernels - like 2.6.30
...
svn path=/nixpkgs/trunk/; revision=16205
2009-07-07 10:02:53 +00:00
Michael Raskin
d79e32c9b9
Add fetchmtn
...
svn path=/nixpkgs/trunk/; revision=16204
2009-07-07 10:02:09 +00:00
Michael Raskin
af58e1024b
Update monotone-viz.
...
svn path=/nixpkgs/trunk/; revision=16203
2009-07-07 10:01:36 +00:00
Michael Raskin
47d20d5322
Update lablgtk
...
svn path=/nixpkgs/trunk/; revision=16202
2009-07-07 10:00:55 +00:00
Eelco Dolstra
200ad5eb63
* NSPR and NSS need to be told explicitly to do a 64-bit build.
...
svn path=/nixpkgs/trunk/; revision=16201
2009-07-07 09:52:20 +00:00
Nicolas Pierron
aec4341cb4
Fix: (in moduleClosure) remove key attribute of inlined sets.
...
svn path=/nixpkgs/trunk/; revision=16198
2009-07-06 23:20:14 +00:00
Ludovic Courtès
0c9d18f815
libxmi: Fix for GNU Libtool 2.2.6a.
...
svn path=/nixpkgs/trunk/; revision=16197
2009-07-06 21:09:47 +00:00
Nicolas Pierron
c49dddb1ab
Substitute fixOptionSetsFun by multiple functions which are:
...
- well named,
- capable to handle the proposal of Eelco Dolstra { imports= [..]; options = {}; config = {}; } in addition to the current { require = [..]; .. } syntax.
svn path=/nixpkgs/trunk/; revision=16192
2009-07-06 16:20:05 +00:00
Nicolas Pierron
a89f3bca50
allow the argument set of modules to be defined outside of option.nix file.
...
svn path=/nixpkgs/trunk/; revision=16191
2009-07-06 16:20:00 +00:00
Nicolas Pierron
736523d992
cleanSource: Avoid copying git files.
...
svn path=/nixpkgs/trunk/; revision=16190
2009-07-06 16:19:52 +00:00
Rob Vermaas
0aeeaafa55
* going even further back for gcc darwin
...
svn path=/nixpkgs/trunk/; revision=16189
2009-07-06 12:00:06 +00:00
Eelco Dolstra
662055ee8d
* Doh.
...
svn path=/nixpkgs/trunk/; revision=16188
2009-07-06 11:45:57 +00:00
Eelco Dolstra
ec14811950
* Obsolete.
...
svn path=/nixpkgs/trunk/; revision=16187
2009-07-06 11:42:45 +00:00
Eelco Dolstra
19963e0447
* Xulrunner/Firefox 3.5: build with --with-system-nss.
...
svn path=/nixpkgs/trunk/; revision=16186
2009-07-06 11:42:21 +00:00
Peter Simons
5b9d573d62
Pass explicit paths for --with-zlib and --with-sqlite.
...
This might reduce the chances of something funny happening.
svn path=/nixpkgs/trunk/; revision=16185
2009-07-06 10:39:59 +00:00
Peter Simons
438d023eee
Fixed sqlite impurity (mostly).
...
The sqlite configure script guesses whether to enable Tcl support. Apparently,
this guessing finds a Tcl installation in /usr and thus enables Tcl. The
subsequent build fails, however: the compiler doesn't find the <tcl.h> because
/usr is not a default search path. To remedy the problem, the expression now
explicitly specifies --disable-tcl to avoid guessing altogether.
In the same spirit, we furthermore specify the following configure flags, which
represent the defaults that ./configure chooses when left on its own devices:
--disable-amalgamation
--enable-threadsafe
--disable-cross-thread-connections
--disable-tempstore
svn path=/nixpkgs/trunk/; revision=16184
2009-07-06 10:39:52 +00:00
Eelco Dolstra
a796d839f9
* Updated NSS.
...
svn path=/nixpkgs/trunk/; revision=16183
2009-07-06 09:12:44 +00:00
Rob Vermaas
a30efafa57
* back to old gcc version for darwin, will make new version in different tree
...
svn path=/nixpkgs/trunk/; revision=16182
2009-07-06 07:39:38 +00:00
Ludovic Courtès
8e0c39c285
GNU Guile 1.8.7.
...
svn path=/nixpkgs/trunk/; revision=16181
2009-07-05 21:41:36 +00:00
Ludovic Courtès
aa518d2b29
Build HTML Tidy.
...
svn path=/nixpkgs/trunk/; revision=16180
2009-07-05 21:39:46 +00:00
Ludovic Courtès
63393ce174
GCC 4.4.0: Fix compilation (for C and C++, at least).
...
svn path=/nixpkgs/trunk/; revision=16177
2009-07-05 14:15:44 +00:00
Ludovic Courtès
9f3511c882
Add HTML Tidy, an HTML validator.
...
svn path=/nixpkgs/trunk/; revision=16176
2009-07-05 14:07:39 +00:00