Marc Weber
3fa07803c6
adding jruby-1.1.6 cause the one shipping with netbeans can't get uid.
...
svn path=/nixpkgs/trunk/; revision=16060
2009-06-26 16:52:58 +00:00
Eelco Dolstra
d095fa0dd9
* Install the sudo manpages. Also updated to 1.7.1.
...
svn path=/nixpkgs/trunk/; revision=16056
2009-06-26 16:10:38 +00:00
Peter Simons
b12683e174
Added magit-mode 0.7, an Emacs mode for managing Git repositories.
...
svn path=/nixpkgs/trunk/; revision=16042
2009-06-25 14:31:20 +00:00
Peter Simons
acffa10add
Temporarily disable gimpPlugins to remedy the following failure when
...
calling nix-env:
error: undefined variable `gtkLibs', in `nix-pkgs-current/pkgs/applications/graphics/gimp/plugins/default.nix'
svn path=/nixpkgs/trunk/; revision=16041
2009-06-25 13:37:59 +00:00
Eelco Dolstra
674211ac9d
* Revive klibc 1.5 for now since vmtools still uses its insmod.
...
svn path=/nixpkgs/trunk/; revision=16040
2009-06-25 08:22:51 +00:00
Peter Simons
7534cbe4b8
Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system that
...
works on Red Hat Linux, i.e. that is based on glibc version 2.5.
Furthermore, this patch fixes a number of gcc 4.3.3 build errors in glibc 2.5
that occur on both x86 and x86_64. The older version of this library is still
useful for running Nix on a Red Hat host. Newer version of glibc fail to detect
the kernel's capabilities correctly (due to mad patches applied to the kernel
by Red Hat).
The individual changes are:
* Re-activated glibc 2.5 in all-packages.nix.
* Fix incomplete header search path in bootstrap tools.
Gcc-wrapper sets "-B<prefix>" to tell the compiler about its installation
root. Unfortunately, the setting doesn't add $gcc/lib/gcc/*/*/include-fixed
to the search path. That directory is required, however, because it contains
the system-specific "limits.h" file, and the glibc 2.5 builds tries to find
that file via #include_next.
* Support intrinsic functions like __signbit() or atof() correctly to avoid
compile-time conflicts.
* Switch to NPTL. Linuxthreads is no longer supported.
* Added a meta attribute to glibc package.
* Updated nixUnstable to version 0.13pre15614 from trunk. The previous version
failed regression tests.
* Fix more strict type checking in binutils since 2.18.50.0.3.
Without this patch, the build failed on x86, saying:
../sysdeps/i386/fpu/ftestexcept.c: Assembler messages:
../sysdeps/i386/fpu/ftestexcept.c:33: Error: suffix or operands invalid for `fnstsw'
svn path=/nixpkgs/branches/stdenv-updates/; revision=16037
2009-06-24 20:10:51 +00:00
Rob Vermaas
205fb0c87e
* fetchgit and nix-prefetch-git
...
svn path=/nixpkgs/trunk/; revision=16035
2009-06-24 12:48:01 +00:00
Eelco Dolstra
1df4221cb3
* klibc 1.5.15. Fixes a segfault in cpio.
...
svn path=/nixpkgs/trunk/; revision=16020
2009-06-22 14:14:58 +00:00
Lluís Batlle i Rossell
a422cec621
Adding tkcvs (which manages also subversion repositories well, they claim)
...
svn path=/nixpkgs/trunk/; revision=16008
2009-06-19 09:02:48 +00:00
Michael Raskin
35bd2c76b0
Adding uzbl - a tiny browser
...
svn path=/nixpkgs/trunk/; revision=16006
2009-06-19 08:05:21 +00:00
Eelco Dolstra
6d7f27704a
svn path=/nixpkgs/trunk/; revision=16001
2009-06-18 16:48:29 +00:00
Rob Vermaas
c1c7dce5d5
* added checkstyle, pmd, jdepends.
...
* changed version of ant to 1.7
svn path=/nixpkgs/trunk/; revision=15994
2009-06-18 12:51:51 +00:00
Eelco Dolstra
f26130770b
* nix-env -i gcc-wrapper matched two derivations, lower the priority
...
of the second one.
svn path=/nixpkgs/trunk/; revision=15972
2009-06-16 13:06:02 +00:00
Lluís Batlle i Rossell
f82d27593c
Adding imapsync, with the two needed perl packages.
...
svn path=/nixpkgs/trunk/; revision=15967
2009-06-15 18:37:42 +00:00
Eelco Dolstra
85978b1efa
* e2fsprogs updated to 1.41.6. Also keep the previous version around
...
so that we don't have to rebuild everything that depends on libuuid
(such as all X programs).
svn path=/nixpkgs/trunk/; revision=15964
2009-06-15 16:45:48 +00:00
Michael Raskin
17242ae92f
Remove gpsd build on non-linux: they fail anyway
...
svn path=/nixpkgs/trunk/; revision=15959
2009-06-15 13:12:24 +00:00
Marc Weber
f4262cf010
adding some gimp plugins *joy*
...
svn path=/nixpkgs/trunk/; revision=15954
2009-06-14 01:30:12 +00:00
Eelco Dolstra
143787ad74
* PatchELF 0.5pre15500. Needed for --force-rpath.
...
svn path=/nixpkgs/trunk/; revision=15951
2009-06-13 16:10:24 +00:00
Andres Löh
97ad35b531
Version bump for HDBC.
...
svn path=/nixpkgs/trunk/; revision=15946
2009-06-12 13:39:05 +00:00
Andres Löh
3f26456240
New version of vacuum.
...
svn path=/nixpkgs/trunk/; revision=15945
2009-06-12 13:11:37 +00:00
Andres Löh
3466e0d6c9
New versions of vty and uu-parsinglib.
...
svn path=/nixpkgs/trunk/; revision=15929
2009-06-10 16:27:39 +00:00
Michael Raskin
09a719b1a0
Adding gnokii
...
svn path=/nixpkgs/trunk/; revision=15916
2009-06-10 09:45:03 +00:00
Eelco Dolstra
2d0b32453c
* setup.sh: quote $NIX_BUILD_TOP. Otherwise a line like
...
export > $NIX_BUILD_TOP/env-vars
will fail if the name attribute contains a metacharacter
(e.g. "?"):
building path(s) `/nix/store/yk93gk3lc5bslcn5hklnzs0bdkp2r0an-icu-3.8-setBreakType-public.diff?rev=1.1'
/nix/store/gj8ac12mrwinbq7wzzhwfjjs3028a11x-stdenv-linux/setup: line 374: $NIX_BUILD_TOP/env-vars: ambiguous redirect
I guess this only happens if you happen to have an old temporary
build directory for the same derivation in /tmp.
This affects fetchurl in particular.
svn path=/nixpkgs/trunk/; revision=15915
2009-06-10 09:34:42 +00:00
Rob Vermaas
e85cc883e7
* enabled mesa on darwin
...
svn path=/nixpkgs/trunk/; revision=15913
2009-06-09 16:21:45 +00:00
Sander van der Burg
1817c3acde
Enabled VICE again, which was commented out
...
svn path=/nixpkgs/trunk/; revision=15901
2009-06-09 10:08:55 +00:00
Michael Raskin
1b5fa6e1ee
Adding setserial
...
svn path=/nixpkgs/trunk/; revision=15898
2009-06-09 04:22:46 +00:00
Eelco Dolstra
c8ba912b42
* It makes more sense for "path" to point at the top of the Nixpkgs
...
tree, rather than the pkgs subdirectory.
svn path=/nixpkgs/trunk/; revision=15893
2009-06-08 22:43:27 +00:00
Eelco Dolstra
ff715fa8ed
svn path=/nixpkgs/trunk/; revision=15891
2009-06-08 22:04:03 +00:00
Michael Raskin
76fe4077a6
Build Blender
...
svn path=/nixpkgs/trunk/; revision=15890
2009-06-08 18:49:04 +00:00
Eelco Dolstra
86e3458dd7
* Linux 2.6.29. It doesn't build yet due to some depmod problem.
...
svn path=/nixpkgs/trunk/; revision=15884
2009-06-06 23:09:38 +00:00
Rob Vermaas
3bd08ffe8a
* added mcrl, mcrl2 and openmpi to all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=15874
2009-06-05 14:36:35 +00:00
Ludovic Courtès
d3f18d66bc
Build tangoGPS.
...
svn path=/nixpkgs/trunk/; revision=15872
2009-06-05 13:51:11 +00:00
Eelco Dolstra
c8245719f6
* Export the paths-from-graph.pl script.
...
svn path=/nixpkgs/trunk/; revision=15865
2009-06-05 13:20:14 +00:00
Michael Raskin
859359c026
Update SGT Puzzles version. Build it on buildfarm just not to keep track so closely
...
svn path=/nixpkgs/trunk/; revision=15857
2009-06-05 06:54:17 +00:00
Michael Raskin
2692ba25d2
Use fresh and SSL-enabled libsoup for midori
...
svn path=/nixpkgs/trunk/; revision=15855
2009-06-04 13:35:47 +00:00
Michael Raskin
0847f2286f
Accounting for incompleteness and lack of GTK reexporting in Gnome-2.26 expression
...
svn path=/nixpkgs/trunk/; revision=15854
2009-06-04 12:35:00 +00:00
Michael Raskin
df867eddba
Fixing wrong merge again - hopefully correctly this time
...
svn path=/nixpkgs/trunk/; revision=15853
2009-06-04 12:24:08 +00:00
Sander van der Burg
8faec095df
Updated libxklavier to version 3.9
...
svn path=/nixpkgs/trunk/; revision=15852
2009-06-04 11:38:56 +00:00
Michael Raskin
b98aa7e401
Fixing wrong merge
...
svn path=/nixpkgs/trunk/; revision=15851
2009-06-04 11:27:41 +00:00
Michael Raskin
73f036cebd
Use bleeding-edge Gnome 2.26 for bleeding-edge WebKit snapshot.
...
svn path=/nixpkgs/trunk/; revision=15850
2009-06-04 11:21:50 +00:00
Michael Raskin
260e13ddeb
Update WebKit and Midori
...
svn path=/nixpkgs/trunk/; revision=15849
2009-06-04 11:20:26 +00:00
Lluís Batlle i Rossell
b49285ad27
Updating psi to a working version with ssl, using kde42 qca.
...
svn path=/nixpkgs/trunk/; revision=15842
2009-06-03 18:23:49 +00:00
Ludovic Courtès
d051501d69
Add tangoGPS, a friendly GPS and map user interface.
...
svn path=/nixpkgs/trunk/; revision=15840
2009-06-03 13:52:38 +00:00
Sander van der Burg
7bea3189aa
Added my very experimental GNOME 2.26 expression
...
svn path=/nixpkgs/trunk/; revision=15839
2009-06-03 12:28:25 +00:00
Andres Löh
107d41f96c
New Haskell Platform release.
...
svn path=/nixpkgs/trunk/; revision=15837
2009-06-03 08:44:41 +00:00
Eelco Dolstra
d69a0b8a89
svn path=/nixpkgs/trunk/; revision=15826
2009-06-02 16:08:57 +00:00
Eelco Dolstra
97ad838137
* KVM 86. This one finally seems to have decent CIFS performance
...
again.
svn path=/nixpkgs/trunk/; revision=15825
2009-06-02 15:59:42 +00:00
Ludovic Courtès
2ec0381fcb
Build more GPS applications.
...
svn path=/nixpkgs/trunk/; revision=15815
2009-06-01 22:48:12 +00:00
Ludovic Courtès
08d25bd326
Add `gpscorrelate', a GPS photo correlation tool.
...
svn path=/nixpkgs/trunk/; revision=15814
2009-06-01 22:43:36 +00:00
Andres Löh
61f2653783
Added dotgen Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15813
2009-06-01 12:39:55 +00:00
Ludovic Courtès
e0586a7936
gpsd: Fix client programs.
...
svn path=/nixpkgs/trunk/; revision=15812
2009-06-01 00:03:08 +00:00
Ludovic Courtès
b179d2c480
Viking: Link against libgps from `gpsd', thanks to a couple of Debian patches.
...
svn path=/nixpkgs/trunk/; revision=15810
2009-05-31 15:01:33 +00:00
Ludovic Courtès
1660db54ff
Add `gpsd', a GPS service daemon.
...
svn path=/nixpkgs/trunk/; revision=15809
2009-05-31 11:29:42 +00:00
Michael Raskin
526f6f63c7
Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a writable directory (I am investigating a fix). CLisp 2.47 is somewhat incompatible with lots of software, so I added 2.44.1 as preserved version
...
svn path=/nixpkgs/trunk/; revision=15806
2009-05-31 06:07:25 +00:00
Ludovic Courtès
3245777347
Viking: Make tests happier.
...
svn path=/nixpkgs/trunk/; revision=15805
2009-05-30 21:32:01 +00:00
Ludovic Courtès
aa2fe97649
Add Viking, a GPS trace editor.
...
svn path=/nixpkgs/trunk/; revision=15804
2009-05-30 20:52:10 +00:00
Ludovic Courtès
6a053d324a
Build GPSBabel.
...
svn path=/nixpkgs/trunk/; revision=15802
2009-05-29 23:31:57 +00:00
Ludovic Courtès
71d1aa7d84
Add GPSBabel.
...
svn path=/nixpkgs/trunk/; revision=15801
2009-05-29 23:30:10 +00:00
Eelco Dolstra
410403c406
* Build the bash man/info pages again :-)
...
svn path=/nixpkgs/trunk/; revision=15790
2009-05-29 13:00:56 +00:00
Sander van der Burg
a39c2a0e88
Added ALSA sound support to VirtualBox
...
svn path=/nixpkgs/trunk/; revision=15785
2009-05-29 11:39:24 +00:00
Lluís Batlle i Rossell
6175b1d633
Updating to the latest cinepaint. I haven't checked thoroughly the bunch of
...
dependencies, whether any is no more needed in the update.
svn path=/nixpkgs/trunk/; revision=15778
2009-05-28 21:57:05 +00:00
Sander van der Burg
5239d4b26b
Added wv2 library
...
svn path=/nixpkgs/trunk/; revision=15777
2009-05-28 19:22:32 +00:00
Andres Löh
0c5786e22d
Added Shellac Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15775
2009-05-28 19:06:33 +00:00
Ludovic Courtès
8c2a5ccdcb
Add Autojump, a smart replacement for `cd'.
...
svn path=/nixpkgs/trunk/; revision=15738
2009-05-26 22:05:05 +00:00
Rob Vermaas
3c21e81203
* added qemu to channel
...
svn path=/nixpkgs/trunk/; revision=15732
2009-05-26 13:27:42 +00:00
Eelco Dolstra
1635ec4bdf
* Put strings-with-deps in lib.
...
svn path=/nixpkgs/trunk/; revision=15729
2009-05-25 18:22:19 +00:00
Peter Simons
fb9b06d694
Commented out broken packages eclipse{Spoofax,MinimalPlugins}.
...
Unfortunately, the package database is still broken:
$ nix-env -u \*
trace: Str("Deprecated use of lib.getAttr!",[])
svn path=/nixpkgs/trunk/; revision=15721
2009-05-25 11:03:56 +00:00
Peter Simons
bf1efc6653
commented out non-existent package eclipseCDT
...
svn path=/nixpkgs/trunk/; revision=15720
2009-05-25 10:59:45 +00:00
Ludovic Courtès
f08797b1a3
Add Zbase32, and Pyutil.
...
svn path=/nixpkgs/trunk/; revision=15715
2009-05-24 22:15:26 +00:00
Ludovic Courtès
2dbba5bb17
Add `setuptools_darcs'.
...
svn path=/nixpkgs/trunk/; revision=15713
2009-05-24 21:55:39 +00:00
Ludovic Courtès
03f2655e97
Python packages: Sort packages alphabetically.
...
svn path=/nixpkgs/trunk/; revision=15712
2009-05-24 21:33:53 +00:00
Ludovic Courtès
eb59c50308
Remove from all-packages.nix' packages that are now in
python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=15710
2009-05-24 21:27:30 +00:00
Ludovic Courtès
5b7525c631
Move Twisted to `buildPythonPackage'.
...
svn path=/nixpkgs/trunk/; revision=15709
2009-05-24 21:25:29 +00:00
Ludovic Courtès
bede9c4d50
Change Nevow, SimpleJSON, and Foolscap to use `buildPythonPackage'.
...
svn path=/nixpkgs/trunk/; revision=15707
2009-05-24 21:08:39 +00:00
Ludovic Courtès
7c34f5744b
Add a `buildPythonPackage' function.
...
svn path=/nixpkgs/trunk/; revision=15706
2009-05-24 21:02:59 +00:00
Michael Raskin
f4e6e80bcf
Restoring builderDefs functionality in setuptools
...
svn path=/nixpkgs/trunk/; revision=15697
2009-05-24 12:20:08 +00:00
Marc Weber
3157bb1098
removed all __primops from nixpkgs
...
svn path=/nixpkgs/trunk/; revision=15693
2009-05-24 10:57:46 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
62620f0411
add usage example to makeOverridable
...
svn path=/nixpkgs/trunk/; revision=15691
2009-05-24 10:57:32 +00:00
Ludovic Courtès
a50f278386
setuptools: Update to 0.6c9; fix the `easy_install' command line tool.
...
svn path=/nixpkgs/trunk/; revision=15690
2009-05-23 22:54:11 +00:00
Lluís Batlle i Rossell
904a4ad868
Adding vtun.
...
svn path=/nixpkgs/trunk/; revision=15682
2009-05-20 17:51:41 +00:00
Marc Weber
88eb04c0dc
adding zenity to gnome desktop nix expressions
...
making it possible to build metacity and gconf-editor
patch provided by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15681
2009-05-20 17:39:18 +00:00
Ludovic Courtès
689f3cfaaa
Build GNU Automake 1.11.
...
svn path=/nixpkgs/trunk/; revision=15675
2009-05-20 12:22:40 +00:00
Ludovic Courtès
599b1c1af2
Add GNU Automake 1.11.
...
svn path=/nixpkgs/trunk/; revision=15673
2009-05-20 12:20:51 +00:00
Michael Raskin
5fff65dce9
As newest ejabberd will not run with Erlang R13B, use SVN version
...
svn path=/nixpkgs/trunk/; revision=15655
2009-05-19 17:08:10 +00:00
Peter Simons
4b7fc6f5d6
all-packages.nix: commented out package 'vice'
...
error: getting status of `/usr/local/src/nix-pkgs-current/pkgs/misc/emulators/vice': No such file or directory
svn path=/nixpkgs/trunk/; revision=15646
2009-05-18 13:53:01 +00:00
Eelco Dolstra
85e16ee19e
* Removed seccureUser because -DNOMEMLOCK no longer seems to have any
...
effect in version 0.4.
svn path=/nixpkgs/trunk/; revision=15632
2009-05-18 11:24:16 +00:00
Lluís Batlle i Rossell
5d72346338
Adding pkgconfig to MPlayer, as now it uses it for finding some libs as theora.
...
svn path=/nixpkgs/trunk/; revision=15629
2009-05-17 20:34:12 +00:00
Sander van der Burg
1b7f187af2
Added VICE, a Commodore 64 emulator
...
svn path=/nixpkgs/trunk/; revision=15626
2009-05-17 14:00:20 +00:00
Lluís Batlle i Rossell
24b76784e1
Adding trackballs
...
svn path=/nixpkgs/trunk/; revision=15625
2009-05-16 23:14:37 +00:00
Lluís Batlle i Rossell
9f34ef8cf5
Making tightvnc use given fonts, instead of depending of an X Font Server started
...
at the usual unix socket.
svn path=/nixpkgs/trunk/; revision=15624
2009-05-16 23:04:06 +00:00
Andres Löh
ffcdec785b
Added a number of Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=15622
2009-05-15 18:53:00 +00:00
Andres Löh
cd7dba4f0b
Some Haskell library updates.
...
svn path=/nixpkgs/trunk/; revision=15621
2009-05-15 18:52:55 +00:00
Eelco Dolstra
120a82d7b9
* NASM: updated to the latest version.
...
* eduke: needs NASM on i686-linux.
svn path=/nixpkgs/trunk/; revision=15604
2009-05-14 14:42:20 +00:00
Sander van der Burg
16ffeaead6
Added EDuke32 package to celebrate the moment that 3DRealms is dead and Duke Nukem Forever is never going to be released
...
svn path=/nixpkgs/trunk/; revision=15601
2009-05-14 13:48:45 +00:00
Sander van der Burg
c0605f9d3c
Added desktop item to DOSBox
...
svn path=/nixpkgs/trunk/; revision=15599
2009-05-14 11:17:41 +00:00
Lluís Batlle i Rossell
5ee7338cd2
Adding povray
...
svn path=/nixpkgs/trunk/; revision=15598
2009-05-14 08:49:46 +00:00
Andres Löh
677f91a6d1
Added Idris and updated fetchdarcs.
...
svn path=/nixpkgs/trunk/; revision=15595
2009-05-13 19:02:23 +00:00
Ludovic Courtès
1ffa8f0c17
Build smartmontools.
...
svn path=/nixpkgs/trunk/; revision=15594
2009-05-13 15:31:10 +00:00
Rob Vermaas
86f343eb70
updated opera for x86_64
...
svn path=/nixpkgs/trunk/; revision=15593
2009-05-13 14:47:10 +00:00
Sander van der Burg
b506afc1a3
Added my own Eclipse expression which supports version 3.4 and provides a desktop item
...
svn path=/nixpkgs/trunk/; revision=15590
2009-05-13 13:55:53 +00:00
Sander van der Burg
b4d94e82cd
Modified WPA supplicant expression so that it includes an icon
...
svn path=/nixpkgs/trunk/; revision=15588
2009-05-13 10:56:53 +00:00
Eelco Dolstra
f786614e7e
* PHP: build with an external, dynamically linked sqlite. Otherwise
...
PHP builds an internal copy of sqlite, and we get into trouble when
other Apache modules use a dynamically linked sqlite. For instance,
Subversion 1.6 barfs with "(20014)Internal error: SQLite compiled for
3.6.12, but running with 3.3.7".
svn path=/nixpkgs/trunk/; revision=15587
2009-05-13 10:43:34 +00:00
Eelco Dolstra
57757bed7f
* Make Subversion 1.6 the default.
...
svn path=/nixpkgs/trunk/; revision=15586
2009-05-13 10:40:09 +00:00
Lluís Batlle i Rossell
6e1e2d5aba
Adding muparser and meshlab.
...
svn path=/nixpkgs/trunk/; revision=15585
2009-05-13 10:21:29 +00:00
Sander van der Burg
2a633e75c8
Added qt4 gui front-end package for WPA supplicant
...
svn path=/nixpkgs/trunk/; revision=15578
2009-05-12 18:52:48 +00:00
Sander van der Burg
908b2b6d47
Added kmplayer for KDE 4.2 package
...
svn path=/nixpkgs/trunk/; revision=15571
2009-05-12 15:12:26 +00:00
Eelco Dolstra
8202de939d
* Acrobat Reader -> Adobe Reader, and updated to version 9.0.1.
...
Removed the fastStart option; it seems to start fast enough without
it nowadays. Include CUPS in the RPATH so that the printer dialog
box shows actual printers (especially useful since KDE 4 no longer
include the kprinter program ;-).
svn path=/nixpkgs/trunk/; revision=15570
2009-05-12 14:49:01 +00:00
Eelco Dolstra
89aa70112a
* Better not use stdenv.coreutils, since not every stdenv has a coreutils.
...
svn path=/nixpkgs/trunk/; revision=15564
2009-05-12 09:45:24 +00:00
Andres Löh
16beccec03
Added ghc-6.10.3 to release.
...
svn path=/nixpkgs/trunk/; revision=15563
2009-05-12 07:06:17 +00:00
Andres Löh
9b21f98b0a
Added two Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=15562
2009-05-12 07:06:13 +00:00
Michael Raskin
e5b9540053
All-packages changes for last commits
...
svn path=/nixpkgs/trunk/; revision=15561
2009-05-12 04:28:30 +00:00
Ludovic Courtès
777f805eba
SDL: Add PulseAudio support.
...
svn path=/nixpkgs/trunk/; revision=15555
2009-05-11 19:57:42 +00:00
Eelco Dolstra
27152e987a
* ldcpp in all-packages.nix still referred to 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=15547
2009-05-11 11:22:26 +00:00
Marc Weber
fe62c65b59
update qgis so that it compiles again
...
svn path=/nixpkgs/trunk/; revision=15545
2009-05-11 06:00:23 +00:00
Andres Löh
61a000b056
Added ghc-6.10.3.
...
svn path=/nixpkgs/trunk/; revision=15541
2009-05-10 21:04:58 +00:00
Michael Raskin
ab1d731733
Some more packages
...
svn path=/nixpkgs/trunk/; revision=15531
2009-05-10 12:35:12 +00:00
Sander van der Burg
a8315aa241
Added desktop file generation function and desktop item for firefox
...
svn path=/nixpkgs/trunk/; revision=15529
2009-05-10 12:03:53 +00:00
Michael Raskin
52f61aa067
Fix Data Matrix compilation
...
svn path=/nixpkgs/trunk/; revision=15528
2009-05-10 11:51:54 +00:00
Michael Raskin
bee4040300
Fix expect build
...
svn path=/nixpkgs/trunk/; revision=15527
2009-05-10 11:31:17 +00:00
Michael Raskin
2a82c141ec
An attempt to add gcj-4.3. It fails not finding some GC-related symbols. I failed to understand the reason - for now
...
svn path=/nixpkgs/trunk/; revision=15523
2009-05-10 09:11:41 +00:00
Michael Raskin
3e6102da68
Fix erroneous duplicate addition of apache httpd under wrong name
...
svn path=/nixpkgs/trunk/; revision=15502
2009-05-08 02:46:44 +00:00
Marc Weber
90344f9e1e
use svn sources for ctgas.
...
The last release has a bug. I got "no end of file expected" while tagging
svn path=/nixpkgs/trunk/; revision=15501
2009-05-07 18:28:19 +00:00
Marc Weber
aa037e3af6
also use gcc-4.2 for blender. gcc-4.3 is causing another segfault.
...
I haven't checked pre 2.49 though
svn path=/nixpkgs/trunk/; revision=15499
2009-05-07 14:51:29 +00:00
Michael Raskin
a8c30285e9
Add smbfs to Hydra jobs
...
svn path=/nixpkgs/trunk/; revision=15489
2009-05-07 12:06:30 +00:00
Michael Raskin
4ea3782b74
Add ocaml to Hydra jobs
...
svn path=/nixpkgs/trunk/; revision=15488
2009-05-07 11:54:42 +00:00
Michael Raskin
3ec5f9c74e
Add bc and xorg.xev to Hydra
...
svn path=/nixpkgs/trunk/; revision=15481
2009-05-07 04:26:35 +00:00
Marc Weber
3cf455286f
adding ctags-wropped. A wrapper for ctags adding some language (more)
...
language support for .php .js .nix and .as files
svn path=/nixpkgs/trunk/; revision=15476
2009-05-06 16:06:45 +00:00
Marc Weber
16ca65b0c2
blender update to 2.48
...
adding some patches to compile dependencies and gav
svn path=/nixpkgs/trunk/; revision=15474
2009-05-06 16:06:36 +00:00
Eelco Dolstra
01c63dfd3e
* stdenv jobs should have a lower priority.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15473
2009-05-06 14:43:23 +00:00
Michael Raskin
a5afc1dbd6
Add fontforge to Hydra builds
...
svn path=/nixpkgs/trunk/; revision=15462
2009-05-06 07:29:20 +00:00
Andres Löh
33b76a9312
added json Haskell package; improved gtk2hs
...
svn path=/nixpkgs/trunk/; revision=15460
2009-05-05 23:06:01 +00:00
Michael Raskin
3adcaa95c4
Jobs for buildfarm: some packages for an ideal RecoveryDVD
...
svn path=/nixpkgs/trunk/; revision=15458
2009-05-05 20:15:29 +00:00
Eelco Dolstra
571e12ead4
* Fix XML::DOM.
...
svn path=/nixpkgs/trunk/; revision=15457
2009-05-05 19:42:59 +00:00
Michael Raskin
bd8bcf879d
Some daemon packages
...
svn path=/nixpkgs/trunk/; revision=15456
2009-05-05 19:09:33 +00:00
Michael Raskin
637a08d52a
Correcting priority for FF 3.5b4
...
svn path=/nixpkgs/trunk/; revision=15455
2009-05-05 18:39:14 +00:00
Michael Raskin
1f3d9cbd3f
Some more jobs for buildfarm. Including FF 3.5b4
...
svn path=/nixpkgs/trunk/; revision=15454
2009-05-05 18:34:16 +00:00
Michael Raskin
2d24ee89da
All-packages.nix: update firefox beta, erlang
...
svn path=/nixpkgs/trunk/; revision=15453
2009-05-05 15:46:24 +00:00
Andres Löh
b6626b7aac
Updated Haskell Platform to 2009.1.1.
...
svn path=/nixpkgs/trunk/; revision=15445
2009-05-04 23:29:38 +00:00
Andres Löh
39ec9d91f4
Added new version of wx package for Haskell.
...
svn path=/nixpkgs/trunk/; revision=15444
2009-05-04 13:33:04 +00:00
Andres Löh
393286fd47
Added Hipmunk (Haskell chipmunk binding).
...
svn path=/nixpkgs/trunk/; revision=15443
2009-05-04 13:33:01 +00:00
Andres Löh
9a216af770
Updating wxHaskell (in progress).
...
svn path=/nixpkgs/trunk/; revision=15442
2009-05-04 13:32:59 +00:00
Michael Raskin
c79984ec49
Build wireshark
...
svn path=/nixpkgs/trunk/; revision=15440
2009-05-04 11:03:09 +00:00
Michael Raskin
464ca7f584
Some more jobs for the buildfarm
...
svn path=/nixpkgs/trunk/; revision=15438
2009-05-04 10:52:54 +00:00
Lluís Batlle i Rossell
ef25944cdb
Updating tcl/tk
...
svn path=/nixpkgs/trunk/; revision=15434
2009-05-03 14:35:56 +00:00
Lluís Batlle i Rossell
63c8ccf84c
Adding spin
...
svn path=/nixpkgs/trunk/; revision=15433
2009-05-03 14:35:43 +00:00
Lluís Batlle i Rossell
a5ebd913f3
Updating xvidcap.
...
svn path=/nixpkgs/trunk/; revision=15432
2009-05-03 13:24:31 +00:00
Marc Weber
94a01668a1
cleaned up and fixed autofs v5
...
svn path=/nixpkgs/trunk/; revision=15419
2009-05-01 05:42:32 +00:00
Ludovic Courtès
28353f8440
GNU sed 4.2.
...
svn path=/nixpkgs/trunk/; revision=15418
2009-04-30 19:36:26 +00:00
Ludovic Courtès
5773834497
GnuTLS 2.6.6, with Guile bindings by default.
...
svn path=/nixpkgs/trunk/; revision=15416
2009-04-30 18:43:48 +00:00
Eelco Dolstra
2d1bcbeacf
* Electric Sheep, a screensaver.
...
svn path=/nixpkgs/trunk/; revision=15415
2009-04-30 17:41:19 +00:00
Nicolas Pierron
b176d8541c
Fix xlibs-wrapper infinite loop when python.full is set to true.
...
svn path=/nixpkgs/trunk/; revision=15411
2009-04-30 08:29:29 +00:00
Marc Weber
fac6cc37f2
adding automount 5
...
svn path=/nixpkgs/trunk/; revision=15410
2009-04-30 02:37:00 +00:00
Lluís Batlle i Rossell
61c20f5a7e
Adding Eagle Mode.
...
svn path=/nixpkgs/trunk/; revision=15404
2009-04-29 16:42:41 +00:00
Eelco Dolstra
fc3e7b8f7c
* Add to the channel.
...
svn path=/nixpkgs/trunk/; revision=15402
2009-04-29 16:12:10 +00:00
Eelco Dolstra
4c48605ede
* Removed kde-4-old.
...
svn path=/nixpkgs/trunk/; revision=15401
2009-04-29 16:01:05 +00:00
Eelco Dolstra
3e3cc595b5
* KVM can use the default kernel headers now.
...
svn path=/nixpkgs/trunk/; revision=15400
2009-04-29 16:00:05 +00:00
Eelco Dolstra
fe1d110fc2
* Firmware for the Intel 5000 wireless cards.
...
svn path=/nixpkgs/trunk/; revision=15395
2009-04-29 14:50:59 +00:00
Eelco Dolstra
7d07afc2fa
* Re-enable splashutils for x86_64-linux, they work again since we
...
have Glibc 2.9.
svn path=/nixpkgs/trunk/; revision=15393
2009-04-29 14:24:32 +00:00
Marc Weber
2eaae478af
synergy patch making it compile again
...
svn path=/nixpkgs/trunk/; revision=15392
2009-04-29 13:04:01 +00:00
Eelco Dolstra
8eaf87a94d
* Applied a patch that hopefully fixes the softlockups on our shiny
...
new servers. Backported from 2.6.29.2. Hopefully 2.6.28.10 will
include this as well. From http://patchwork.kernel.org/patch/19495/ .
svn path=/nixpkgs/trunk/; revision=15390
2009-04-29 12:09:37 +00:00
Eelco Dolstra
0fc49de3cb
* Added hal-info.
...
svn path=/nixpkgs/trunk/; revision=15385
2009-04-28 21:59:09 +00:00
Eelco Dolstra
1456344494
svn path=/nixpkgs/trunk/; revision=15384
2009-04-28 20:23:17 +00:00
Marc Weber
48216ba01a
fix openvpn making it find ifonfig
...
svn path=/nixpkgs/trunk/; revision=15380
2009-04-28 15:37:52 +00:00
Ludovic Courtès
54d3ce4b61
Agg: Fix compilation.
...
svn path=/nixpkgs/trunk/; revision=15352
2009-04-28 12:37:09 +00:00
Rob Vermaas
42b9593bfd
DBD-Pg
...
svn path=/nixpkgs/trunk/; revision=15351
2009-04-28 12:03:58 +00:00
Eelco Dolstra
213fff3ca0
* Updated HAL to 0.5.11. Passed gperf and patched a Makefile to
...
ensure that it installs policy/10osvendor/10-keymap.fdi, which the
evdev driver in X.org relies on.
svn path=/nixpkgs/trunk/; revision=15342
2009-04-27 23:01:20 +00:00
Marc Weber
5703b08f47
fix ttmkfdir compilation (freetype headers, .o files)
...
svn path=/nixpkgs/trunk/; revision=15341
2009-04-27 22:38:54 +00:00
Eelco Dolstra
1ca8ff1cbb
* `make check' for Cache-FastMmap fails randomly under high load
...
because it's timing sensitive, so disable it (see
http://hydra.nixos.org/build/26871/nixlog/1 ).
svn path=/nixpkgs/trunk/; revision=15338
2009-04-27 15:43:36 +00:00
Eelco Dolstra
e037b8ad2c
* Added some missing stuff to the channel.
...
svn path=/nixpkgs/trunk/; revision=15325
2009-04-26 19:14:44 +00:00
Eelco Dolstra
914f2d6cf6
* Last sync.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15320
2009-04-26 17:21:58 +00:00
Marc Weber
3a9bfe866c
adding small emacs session mode packages remembering inputs
...
svn path=/nixpkgs/trunk/; revision=15318
2009-04-26 11:06:54 +00:00
Marc Weber
4c72da6b82
adding pydb, a python debugging with gdb like commands
...
svn path=/nixpkgs/trunk/; revision=15317
2009-04-26 11:06:51 +00:00
Marc Weber
5d5995eb38
adding figlet
...
svn path=/nixpkgs/trunk/; revision=15316
2009-04-26 11:06:48 +00:00
Marc Weber
8d6fd9cb2b
samba: Use /etc/samba as default configuration directory
...
svn path=/nixpkgs/trunk/; revision=15315
2009-04-26 11:06:41 +00:00
Eelco Dolstra
5a2284ac61
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15313
2009-04-25 22:45:32 +00:00
Andres Löh
1a6e7109d1
Don't build the Haskell Platform on Darwin.
...
svn path=/nixpkgs/trunk/; revision=15306
2009-04-25 15:39:25 +00:00
Andres Löh
922c14e372
Added MonadRandom Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15305
2009-04-25 15:33:37 +00:00
Andres Löh
2a1fae29f8
Added some SDL-related Haskell libs.
...
svn path=/nixpkgs/trunk/; revision=15304
2009-04-25 15:33:29 +00:00
Andres Löh
66f3af0bdd
ghc-wrapper now detects installed pkgs automatically.
...
svn path=/nixpkgs/trunk/; revision=15301
2009-04-25 14:23:00 +00:00
Michael Raskin
c26271927a
Remove multiversion expression for tailor for easier use of custom versions
...
svn path=/nixpkgs/trunk/; revision=15296
2009-04-25 11:19:42 +00:00
Eelco Dolstra
20a0a02d15
* Fix GHC 6.8.3.
...
svn path=/nixpkgs/trunk/; revision=15285
2009-04-23 18:44:52 +00:00
Andres Löh
cea9c12283
Trying to update haxr, but not finished.
...
svn path=/nixpkgs/trunk/; revision=15283
2009-04-23 17:48:03 +00:00
Andres Löh
cd018e50d4
64bit support in Cabal builder
...
svn path=/nixpkgs/trunk/; revision=15282
2009-04-23 17:21:14 +00:00
Eelco Dolstra
e82ac236ab
svn path=/nixpkgs/trunk/; revision=15278
2009-04-23 15:01:53 +00:00
Eelco Dolstra
7689a348c4
* Got rid of a lot of "postInstall=postInstall" and similar lines in
...
builders. These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations. This is done
automatically now if setupHook is set.
* Deleted the initscripts package. NixOS doesn't use it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
0f10222e4e
* Merge libjpeg and libjpeg-static.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15275
2009-04-23 13:26:14 +00:00
Eelco Dolstra
49f47f92e3
* Disable some Haskell packages on Darwin.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15270
2009-04-23 12:33:09 +00:00
Eelco Dolstra
f762b50991
* Another sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Eelco Dolstra
c13587d6b3
* Bump the default kernel to 2.6.28.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15268
2009-04-23 11:17:17 +00:00
Lluís Batlle i Rossell
2021063052
Adding vwm, the console window manager.
...
svn path=/nixpkgs/trunk/; revision=15255
2009-04-22 21:33:24 +00:00
Eelco Dolstra
a98d8aee74
* Install Perl modules in $out/lib/perl5. This is what Perl wants by
...
default, but it didn't happen in Nixpkgs because the string "perl"
appeared in the prefix, and in that case Perl uses $out/lib.
* Enable thread-safe Perl while we're at it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15252
2009-04-22 17:37:21 +00:00
Nicolas Pierron
ea2d78f2bd
Add STLport to hydra.
...
svn path=/nixpkgs/trunk/; revision=15249
2009-04-22 16:44:11 +00:00
Eelco Dolstra
78fbf85483
* popt updated to 1.15.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15238
2009-04-22 07:16:45 +00:00
Eelco Dolstra
94d7d1fdbb
* Got rid of all --disable-static flags; they're redundant now.
...
* Also a bunch of style cleanups (tabs, with args, ...).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Andres Löh
e62cb1aa20
Added HLint plus dependencies.
...
svn path=/nixpkgs/trunk/; revision=15231
2009-04-21 21:48:10 +00:00
Lluís Batlle i Rossell
672890153e
Fixing lua and perl for radare.
...
svn path=/nixpkgs/trunk/; revision=15230
2009-04-21 21:31:08 +00:00
Andres Löh
8cfa1a5034
Added readline package for Haskell.
...
svn path=/nixpkgs/trunk/; revision=15228
2009-04-21 21:12:56 +00:00
Andres Löh
d3b5bc4a20
* Fixed external library dependencies for some Haskell-Platform packages.
...
* Added Agda plus dependencies.
svn path=/nixpkgs/trunk/; revision=15227
2009-04-21 21:05:30 +00:00
Lluís Batlle i Rossell
233cf74781
Adding radare
...
svn path=/nixpkgs/trunk/; revision=15226
2009-04-21 19:47:51 +00:00
Lluís Batlle i Rossell
1b3ee8bf6c
Adding libewf.
...
svn path=/nixpkgs/trunk/; revision=15225
2009-04-21 19:47:41 +00:00
Lluís Batlle i Rossell
ff0483b3d8
Adding gtkdialog.
...
svn path=/nixpkgs/trunk/; revision=15224
2009-04-21 19:47:30 +00:00
Sander van der Burg
71c0fb9532
Upgraded seccure 0.3 to 0.4 because the old version expression does not work anymore and breaks my installation
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15222
2009-04-21 19:38:35 +00:00
Sander van der Burg
883eb4371c
Fixed dosbox expression
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15220
2009-04-21 18:30:54 +00:00
Andres Löh
6757fbafb1
Added haskell-platform to release.
...
svn path=/nixpkgs/trunk/; revision=15216
2009-04-21 16:22:30 +00:00
Sander van der Burg
be04acaf45
Reengineered ALSA expression and patched alsaLib to prevent compilation errors
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15206
2009-04-21 09:56:02 +00:00
Eelco Dolstra
0ebb410014
* Remove all the mesaSupported assertions.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15202
2009-04-20 22:06:12 +00:00
Eelco Dolstra
089eef511c
* Module aggregator: use buildEnv, which is much faster because it
...
creates symlinks lazily (i.e., it creates a single symlink to an
entire tree unless another input has an overlapping tree). As a
result it creates only a few dozen symlinks instead of ~ 12000
(which can take almost 2 minutes on my laptop).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15200
2009-04-20 19:13:40 +00:00
Lluís Batlle i Rossell
2eb865a98f
Fixing libdrm build
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15198
2009-04-20 18:43:08 +00:00
Eelco Dolstra
f14537a896
* Use makeOverridable for the QT3 variants.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15194
2009-04-20 18:07:09 +00:00
Andres Löh
d2f9333dca
Made it even worse -- hopefully fixed now, sorry.
...
svn path=/nixpkgs/trunk/; revision=15186
2009-04-20 14:30:01 +00:00
Andres Löh
df7c38c2cb
Fixed a typo.
...
svn path=/nixpkgs/trunk/; revision=15185
2009-04-20 14:26:09 +00:00
Andres Löh
035d7cb965
* Updated lhs2TeX.
...
* Propagated build inputs of Haskell pkgs are now automatically
propagated user-env pkgs.
* Updated haskell-platform slightly.
svn path=/nixpkgs/trunk/; revision=15184
2009-04-20 14:23:50 +00:00
Eelco Dolstra
67b32b0ec7
* system-config-printer: don't apply autoconf/automake, because then
...
we need to have exactly the right versions of those :-)
svn path=/nixpkgs/branches/stdenv-updates/; revision=15183
2009-04-20 14:10:15 +00:00
Lluís Batlle i Rossell
fc3574b125
Updating openoffice to 3.0.1.
...
svn path=/nixpkgs/trunk/; revision=15181
2009-04-20 13:50:07 +00:00
Andres Löh
3fd1093d2d
xmonad and xmobar updates
...
svn path=/nixpkgs/trunk/; revision=15180
2009-04-20 13:01:34 +00:00
Andres Löh
f4cdb54fd3
Added vacuum and vacuum-cairo packages.
...
svn path=/nixpkgs/trunk/; revision=15179
2009-04-20 13:01:31 +00:00
Eelco Dolstra
c61c9dc35b
* Drop the "perl" prefix from Perl attribute names. It's redundant
...
now that Perl packages are in their own namespace
(perlPackages.<pkg>).
svn path=/nixpkgs/trunk/; revision=15176
2009-04-20 12:49:35 +00:00
Eelco Dolstra
2cbc761779
* Move builder-defs to pkgs/build-support. (pkgs/top-level is for
...
composition.)
svn path=/nixpkgs/trunk/; revision=15175
2009-04-20 12:37:10 +00:00
Eelco Dolstra
3c4bdbc446
* Make Perl package show up in nix-env.
...
svn path=/nixpkgs/trunk/; revision=15174
2009-04-20 12:24:13 +00:00
Eelco Dolstra
ac24816344
* Move all the Perl packages out of all-packages.nix into a separate
...
file, perl-packages.nix.
svn path=/nixpkgs/trunk/; revision=15171
2009-04-20 12:08:09 +00:00
Eelco Dolstra
c531caffe5
* Evaluation fixes (but xmobar is still broken, it can't find
...
Data.Generics).
svn path=/nixpkgs/trunk/; revision=15169
2009-04-20 11:48:40 +00:00
Eelco Dolstra
8de3404fe7
svn path=/nixpkgs/trunk/; revision=15167
2009-04-20 08:49:50 +00:00
Andres Löh
0fc7bf4f00
Added vacuum plus deps.
...
svn path=/nixpkgs/trunk/; revision=15166
2009-04-20 00:18:51 +00:00
Andres Löh
035c84d06f
Haskell package updates.
...
svn path=/nixpkgs/trunk/; revision=15165
2009-04-19 23:25:58 +00:00
Andres Löh
e42598c74b
Added Haskell platform meta package.
...
(Doesn't quite work nicely yet.)
svn path=/nixpkgs/trunk/; revision=15163
2009-04-19 19:18:07 +00:00
Eelco Dolstra
e72b00b2d7
* Leksah: forgot to commit. Also, use makeWrapper to set
...
XDG_DATA_DIRS to gtksourceview; otherwise, gtksourceview can't find
its syntax highlighting files.
* Updated gtk2hs to the latest version from Darcs. Otherwise Leksah
crashes on GHC 6.10.2.
svn path=/nixpkgs/trunk/; revision=15162
2009-04-19 19:06:34 +00:00
Eelco Dolstra
6462b56834
svn path=/nixpkgs/trunk/; revision=15161
2009-04-19 18:50:58 +00:00
Andres Löh
8b678d5308
Added final(?) set of Haskell Platform packages.
...
svn path=/nixpkgs/trunk/; revision=15160
2009-04-19 16:26:27 +00:00
Eelco Dolstra
e1cfa22536
* Let's see how far we get with separate locales.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15158
2009-04-19 16:07:00 +00:00
Andres Löh
6aa0719e53
OpenGL package
...
svn path=/nixpkgs/trunk/; revision=15156
2009-04-19 15:56:45 +00:00
Eelco Dolstra
40f01daa81
* A function to build Glibc's locale-archive separately from Glibc.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15155
2009-04-19 15:28:37 +00:00
Eelco Dolstra
6e789bc2c8
* Added Leksah, an IDE for Haskell. It requires a newer version of
...
gtksourceview than the one provided in gnome/default.nix. The
stdenv branch already has this.
* Updated gtk2hs to 0.10.1.
svn path=/nixpkgs/trunk/; revision=15154
2009-04-19 13:58:13 +00:00
Andres Löh
12a05f1638
More Haskell Platform.
...
svn path=/nixpkgs/trunk/; revision=15153
2009-04-19 13:38:34 +00:00
Andres Löh
35ac416328
More Haskell platform packages.
...
svn path=/nixpkgs/trunk/; revision=15151
2009-04-19 13:21:40 +00:00
Eelco Dolstra
ffbb7c03d5
* Removed applications/msic, a rather obvious typo.
...
svn path=/nixpkgs/trunk/; revision=15149
2009-04-19 11:47:01 +00:00
Andres Löh
b148543c3e
Towards Haskell Platform support.
...
svn path=/nixpkgs/trunk/; revision=15148
2009-04-19 11:44:37 +00:00
Eelco Dolstra
5cfba3ac68
* Added GHC 6.10.1.
...
svn path=/nixpkgs/trunk/; revision=15147
2009-04-19 11:43:38 +00:00
Eelco Dolstra
c9a740bc26
* Move the remaining GHC-dependent packages to haskell-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=15144
2009-04-19 10:27:22 +00:00
Andres Löh
80214b7be0
Removed unix package.
...
svn path=/nixpkgs/trunk/; revision=15142
2009-04-19 10:13:31 +00:00
Andres Löh
1643888f80
Added cabalized darcs-2 and associated Haskell libs.
...
svn path=/nixpkgs/trunk/; revision=15141
2009-04-19 10:07:41 +00:00
Eelco Dolstra
ffcd38403e
* Install the package config files under
...
$out/lib/ghc-pkgs/ghc-<version>/<package>.conf instead of under
$out/nix-support/ghc-package.conf. This makes them visible in the
user's profile when installed with nix-env.
svn path=/nixpkgs/trunk/; revision=15135
2009-04-18 20:24:36 +00:00
Eelco Dolstra
ca8b45d441
* Cabal builder: put the GHC version in the default name attribute to
...
disambiguate between package instances built with different GHCs.
svn path=/nixpkgs/trunk/; revision=15132
2009-04-18 16:21:59 +00:00
Sander van der Burg
ba0682330d
Added isocodes as argument to the gnome expression
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15131
2009-04-18 16:13:21 +00:00
Sander van der Burg
8f2e9e8634
Added iso-codes package
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15129
2009-04-18 15:47:41 +00:00
Eelco Dolstra
37f707fd92
* Removed Darcs 1.x.
...
* Updated Darcs to 2.2.1 and switched to the Cabal builder. However,
there are some dependencies missing that Andres will add :-)
svn path=/nixpkgs/trunk/; revision=15128
2009-04-18 15:42:59 +00:00
Eelco Dolstra
baad5d7cb4
* GHC setup hook: don't generate wrappers around ghc etc., instead
...
set GHC_PACKAGE_PATH.
* Let Cabal generate a package configuration file
($out/nix-support/ghc-package.conf) instead of a registration
script.
svn path=/nixpkgs/trunk/; revision=15127
2009-04-18 15:23:00 +00:00
Eelco Dolstra
9c509e2583
* Build wget with support for https.
...
svn path=/nixpkgs/trunk/; revision=15126
2009-04-18 14:11:35 +00:00
Eelco Dolstra
cee387e845
* Move the composition of Haskell packages out of all-packages.nix
...
into haskell-packages.nix, which depends on an instance of GHC.
This allows a consistent set of packages to be built with the same
GHC. For instance,
$ nix-build -A haskellPackages_ghc683.xmonad
builds xmonad and all its dependencies with GHC 6.8.3, while
$ nix-build -A haskellPackages_ghc6102.xmonad
does the same with GHC 6.10.2. This is the same technique used with
kernelPackages. It also means that we don't need things like
"cabal682" and "cabal683" anymore.
* The setup hook is now in a separate wrapper package so that we don't
have to recompile all of GHC every time we want to make a small
change.
* cinelerra: this package appears to have an accidental dependency on
the "X11" Haskell package.
svn path=/nixpkgs/trunk/; revision=15125
2009-04-18 12:47:11 +00:00
Eelco Dolstra
4f3bd7a5f3
Pass "enchant" to the Gnome function.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15123
2009-04-18 10:30:44 +00:00