Commit Graph

1638 Commits

Author SHA1 Message Date
Peter Simons
e2d7d57ff6 Allow user config to override nix store paths, etc. Removed obsolete nixNoBDB.
Use the following settings in ${NIXPKGS_CONFIG} to customize the installation
of nixUnstable:

  nix =
  {
    OldDBSupport = false;
    storeDir = "/home/foobar/.nix/store";
    stateDir = "/home/foobar/.nix/var";
  }

svn path=/nixpkgs/trunk/; revision=12909
2008-09-24 08:50:05 +00:00
Marc Weber
8d02b898c0 updated darcs to the last stable release (2.0.2)
svn path=/nixpkgs/trunk/; revision=12908
2008-09-24 00:43:05 +00:00
Marc Weber
ffd1f5000b added lighthttpd
svn path=/nixpkgs/trunk/; revision=12907
2008-09-24 00:42:50 +00:00
Marc Weber
92fb53a1a5 removed subversion14merge
I don't think anyone is still using it
everyone caring about merging is using git or such anyway
and subversion15 has support built in.

svn path=/nixpkgs/trunk/; revision=12905
2008-09-24 00:42:21 +00:00
Marc Weber
32e2dbf87f added wavesurfer (sound analysis tool) and its dependency snack (tcl /python sound tool library)
svn path=/nixpkgs/trunk/; revision=12904
2008-09-24 00:42:06 +00:00
Eelco Dolstra
49de4abefa * Don't use toString here - it causes the path of source file
(e.g. /home/foo/nixpkgs/.../glx-patch-0.6.2.patch) to be
  substituted, which is clearly impure.  I noticed this because I was
  getting different derivations for Compiz when running as root
  vs. another user.

svn path=/nixpkgs/trunk/; revision=12903
2008-09-23 00:52:05 +00:00
Ludovic Courtès
a4a186d4cf GNU Texinfo 4.13.
svn path=/nixpkgs/trunk/; revision=12901
2008-09-22 21:21:39 +00:00
Eelco Dolstra
ba6845d03e * gphoto updated to 2.4.2.
svn path=/nixpkgs/trunk/; revision=12900
2008-09-22 17:06:31 +00:00
Ludovic Courtès
113e5eff46 zope: Fix name of argument.
svn path=/nixpkgs/trunk/; revision=12898
2008-09-19 14:39:57 +00:00
Pjotr Prins
d96f2b1ea0 Ascertain Zope is using Python-2.4
svn path=/nixpkgs/trunk/; revision=12897
2008-09-19 13:55:14 +00:00
Pjotr Prins
c09e1e540c Introduced pal2nal package
svn path=/nixpkgs/trunk/; revision=12896
2008-09-19 13:39:17 +00:00
Ludovic Courtès
128f1cffdb Build Inkscape, XScreenSaver, XLockMore.
svn path=/nixpkgs/trunk/; revision=12893
2008-09-19 12:32:38 +00:00
Peter Simons
f3ae22fa5f Install wrappers for Twisted binaries to ensure a correct ${PYTHONPATH}.
svn path=/nixpkgs/trunk/; revision=12891
2008-09-19 10:07:36 +00:00
Ludovic Courtès
db4b6d56a4 Allow `wrapFirefox' to read per-browser options.
svn path=/nixpkgs/trunk/; revision=12889
2008-09-19 09:46:21 +00:00
Ludovic Courtès
a04d2c14be Build Lout.
svn path=/nixpkgs/trunk/; revision=12888
2008-09-19 08:53:05 +00:00
Eelco Dolstra
dbae3ea4a2 * Compiz 0.7.8.
svn path=/nixpkgs/trunk/; revision=12881
2008-09-18 15:20:53 +00:00
Eelco Dolstra
e2accf1c2e * Bump the default kernel to 2.6.25, which seems stable enough
(cross fingers).

svn path=/nixpkgs/trunk/; revision=12878
2008-09-18 09:47:45 +00:00
Michael Raskin
8261a3b1b0 Hm, midori build would like to use file.
svn path=/nixpkgs/trunk/; revision=12865
2008-09-15 10:30:04 +00:00
Eelco Dolstra
07918993af * Doh. Forgot to commit.
svn path=/nixpkgs/trunk/; revision=12863
2008-09-14 19:05:59 +00:00
Ludovic Courtès
474ea2b7ee Add Exmap, a Linux-specific tool to examine process memory usage.
svn path=/nixpkgs/trunk/; revision=12857
2008-09-12 20:00:00 +00:00
Ludovic Courtès
bd6763f3e3 Build BitlBee and Seccure (the latter is used by NixOS).
svn path=/nixpkgs/trunk/; revision=12852
2008-09-12 15:56:34 +00:00
Marc Weber
1aea0c12a3 updated freemind to 0.9.0_Beta_20, purified env sto make it work for everyone a
svn path=/nixpkgs/trunk/; revision=12819
2008-09-07 21:17:49 +00:00
Michael Raskin
958ea79a78 Added Midori - a light, WebKit-based GTK browser.
svn path=/nixpkgs/trunk/; revision=12818
2008-09-07 12:58:56 +00:00
Marc Weber
56a7c7dfc7 Added proxy tunnel tool
svn path=/nixpkgs/trunk/; revision=12814
2008-09-06 12:33:25 +00:00
Michael Raskin
de45b13c79 Options to remove OpenSSL and use gnuTLS for Pidgin (reported to work better with, say, Amessage or any other XMPP server which requires strong channel encryption)
svn path=/nixpkgs/trunk/; revision=12813
2008-09-06 10:30:55 +00:00
Nicolas Pierron
6c4a6e83b4 Move maxima close to scilab. (applications/science/math)
Requested by Michael Raskin.

svn path=/nixpkgs/trunk/; revision=12812
2008-09-05 17:21:45 +00:00
Nicolas Pierron
125cddcb06 Move stlport to the top-level.
svn path=/nixpkgs/trunk/; revision=12811
2008-09-05 17:17:00 +00:00
Nicolas Pierron
517a120ff8 Add scilab-4.1.2
svn path=/nixpkgs/trunk/; revision=12810
2008-09-05 17:12:04 +00:00
Nicolas Pierron
84125627f7 gfortran: Use new gcc wrapper.
- Fix gfortran linking problems.

svn path=/nixpkgs/trunk/; revision=12809
2008-09-05 17:11:12 +00:00
Ludovic Courtès
bea666b9d1 Move sysprof' to kernelPackages'.
Warning: it builds with 2.6.23 but not with 2.6.26.

svn path=/nixpkgs/trunk/; revision=12803
2008-09-05 07:26:37 +00:00
Ludovic Courtès
a31f01e83b GNUnet: Wrap `gnunetd' so that it can dlopen the modules.
svn path=/nixpkgs/trunk/; revision=12801
2008-09-04 20:24:03 +00:00
Eelco Dolstra
0c30058ac7 * Need lowPrio.
svn path=/nixpkgs/trunk/; revision=12798
2008-09-04 12:07:16 +00:00
Eelco Dolstra
c754b8b27c * Thunderbird 2.0.0.16.
* Re-enabled chatzilla in the channel.

svn path=/nixpkgs/trunk/; revision=12796
2008-09-04 09:36:04 +00:00
Eelco Dolstra
549a4405e3 * xulrunner-wrapper: use Firefox 3 directly (via "firefox -app"),
since it has full support for running XUL applications.  This saves
  a lot of space (you don't need two copies of basically the same
  software).
* Deleted the old xulrunner (1.8.0.4), it didn't compile anyway with
  recent GTK.
* Updated chatzilla to 0.9.83.

svn path=/nixpkgs/trunk/; revision=12794
2008-09-04 09:29:09 +00:00
Michael Raskin
fd0b020c74 Renamed python.sqlite getConfig entry to python.sqliteSupport (to make it the same style as the other 3 options nearby)
svn path=/nixpkgs/trunk/; revision=12793
2008-09-04 04:22:20 +00:00
Ludovic Courtès
0a096340ad GDB 6.8.
svn path=/nixpkgs/trunk/; revision=12792
2008-09-03 13:12:23 +00:00
Ludovic Courtès
2b119ba405 Add Ming, a C library to generate Flash files.
svn path=/nixpkgs/trunk/; revision=12786
2008-09-02 13:43:53 +00:00
Peter Simons
85546a8e31 Updated scons and twisted; added buildbot.
* Updated scons to version 1.0.0. Also added appropriate makeWrapper calls to
   ensure that the python binary finds its library files.

 * Updated Twisted from 2.5 to 8.1.

 * Added an expression for buildbot.

svn path=/nixpkgs/trunk/; revision=12782
2008-09-01 15:11:09 +00:00
Marc Weber
8e7577363b enabling php sockets openssl and curl support
svn path=/nixpkgs/trunk/; revision=12777
2008-08-31 06:36:56 +00:00
Eelco Dolstra
74087918ff * KVM updated to version 74. This one finally has good performance
for userspace networking / Samba again.
* vmtools: use KVM 74 and Linux 2.6.26, and use virtio for networking
  / disk access.

svn path=/nixpkgs/trunk/; revision=12768
2008-08-29 14:08:54 +00:00
Pjotr Prins
73d2e4f49d - Some Ruby interpreter bumped version
- Kernel headers 2.6.18 added (XEN virtual images)
- unifdef package added for kernel headers 2.6.18
- Python Zope and 4suite added
- Trying bioconductor packages with R-lang (still failing)
- Bumped gmp version
- Added rq cluster runner - still requires extra gems (installs, but does not run)


svn path=/nixpkgs/trunk/; revision=12766
2008-08-29 13:53:28 +00:00
Eelco Dolstra
a0e87d6123 * Added ATerm 2.7. It doesn't work though (make check fails on x86_64).
svn path=/nixpkgs/trunk/; revision=12764
2008-08-29 11:48:44 +00:00
Eelco Dolstra
6c2cbbbe87 * Updated Audacious and its dependencies.
svn path=/nixpkgs/trunk/; revision=12763
2008-08-29 11:31:16 +00:00
Peter Simons
9be673de5e Added maybench, an automated benchmarking tool. The tool depends on benchpress,
a Haskell library for timed command execution.

For starters, the expression lives in development/libraries/haskell/maybench.
It doesn't really belong there because, though, because, technically, it's an
executable, not a library. If someone has a better idea, please feel free to
move it.

svn path=/nixpkgs/trunk/; revision=12761
2008-08-29 09:05:49 +00:00
Eelco Dolstra
cee9051b7c * Get rid of $findUnpacker, it's pointless anyway.
* Pass the source file to $unpackCmd via $curSrc.

svn path=/nixpkgs/trunk/; revision=12748
2008-08-27 15:22:33 +00:00
Eelco Dolstra
fc980b49f9 * Test setting $sourceRoot directly.
svn path=/nixpkgs/trunk/; revision=12746
2008-08-27 14:56:59 +00:00
Eelco Dolstra
86173ade50 * Rogue 5.4.4.
svn path=/nixpkgs/trunk/; revision=12745
2008-08-27 14:48:28 +00:00
Nicolas Pierron
6a9944cdd9 pcmcia-utils:
- Fix udev rules.
- Accept multiple firmwares.
- Allow redefinition of arguments.

svn path=/nixpkgs/trunk/; revision=12741
2008-08-27 13:59:33 +00:00
Michael Raskin
0217f5d485 Added Qt-4.4 to the packages built on buildfarm
svn path=/nixpkgs/trunk/; revision=12735
2008-08-27 09:50:32 +00:00
Eelco Dolstra
5e5eeedaa6 * Quick proof-of-concept of making it easy to override package
configuration options in ~/.nixpkgs/config.nix.  Example:

  {
    packageOverrides = pkgs: {
      subversion = pkgs.subversion.function (origArgs: {
        bdbSupport = false;
        pythonBindings = !origArgs.pythonBindings;
      });
    };
  }

  I.e. pkgs.subversion.function is the original function call to the
  Subversion function in all-packages.nix.

  This requires the "subversion" attribute to use makeOverridable,
  which stores the original function and function arguments in the
  "function" attribute of the result.

svn path=/nixpkgs/trunk/; revision=12728
2008-08-26 16:50:33 +00:00