Commit Graph

2657 Commits

Author SHA1 Message Date
Marc Weber
5b638a94a5 make urxvt install its terminfo file, see longDescription
svn path=/nixpkgs/trunk/; revision=16122
2009-06-30 21:45:15 +00:00
Marc Weber
62f9851f07 doh - fix rubygems
svn path=/nixpkgs/trunk/; revision=16109
2009-06-30 16:14:37 +00:00
Marc Weber
b241732d8c adding ufraw (a standalone tool and gimp plugin to read raw data images)
adding exposureBlend (gimp plugin)
enabling gimpPlugins again. nix-env -qa \* --out-path suceeds

svn path=/nixpkgs/trunk/; revision=16108
2009-06-30 16:14:34 +00:00
Marc Weber
349de9bafe revrting my accident only keeping rubygem updates and ruby libs
This partially reverts commit -r 16100

svn path=/nixpkgs/trunk/; revision=16107
2009-06-30 15:58:02 +00:00
Marc Weber
d1e39e78f9 adding rubygems support to nix - implemented target libraries/apps: sup mail client
svn path=/nixpkgs/trunk/; revision=16100
2009-06-30 14:29:20 +00:00
Marc Weber
8661c406f2 ruby / gems update
svn path=/nixpkgs/trunk/; revision=16099
2009-06-30 14:29:17 +00:00
Eelco Dolstra
cdf4cf5c23 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=16094
2009-06-30 11:42:15 +00:00
Andres Löh
785b190861 Added pandoc and dependencies.
svn path=/nixpkgs/trunk/; revision=16091
2009-06-30 08:04:12 +00:00
Ludovic Courtès
d0c6b200e0 Add Tahoe, a decentralized, fault-tolerant file system.
svn path=/nixpkgs/trunk/; revision=16082
2009-06-28 21:03:00 +00:00
Ludovic Courtès
482f7769e7 Add Python darcsver' and pycryptopp'.
svn path=/nixpkgs/trunk/; revision=16078
2009-06-28 13:43:40 +00:00
Ludovic Courtès
dec29ba477 Build IceCat on all GNU/Linux platforms; build Zfec.
svn path=/nixpkgs/trunk/; revision=16077
2009-06-28 13:35:16 +00:00
Ludovic Courtès
dc05657cdc Python packages: keep alphabetical order.
svn path=/nixpkgs/trunk/; revision=16076
2009-06-28 13:21:37 +00:00
Ludovic Courtès
dfcbb87cbc Python: Fix pyutil'; add argparse' and `zfec'.
svn path=/nixpkgs/trunk/; revision=16075
2009-06-28 13:19:44 +00:00
Ludovic Courtès
1526ba9d33 Rename emacsUnicode' to emacs23'.
svn path=/nixpkgs/trunk/; revision=16073
2009-06-27 23:09:21 +00:00
Ludovic Courtès
c46b748958 Add GNU Libunistring, a Unicode string handling library.
svn path=/nixpkgs/trunk/; revision=16071
2009-06-27 21:44:47 +00:00
Ludovic Courtès
e70fa5abc3 Build Namazu.
svn path=/nixpkgs/trunk/; revision=16070
2009-06-27 21:17:45 +00:00
Ludovic Courtès
eba599b798 Reinstate GNU Idutils, erroneously (?!) removed by r15967.
svn path=/nixpkgs/trunk/; revision=16066
2009-06-26 23:54:36 +00:00
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