Commit Graph

5421 Commits

Author SHA1 Message Date
Peter Simons
dc31e088c0 Added archivemount-0.6.1, a FUSE-based file system for mounting tar archives.
svn path=/nixpkgs/trunk/; revision=27758
2011-07-13 12:33:54 +00:00
Peter Simons
14c9d26112 jfsrec: build with boost 1.44.0
Compilation with the latest version, boost 1.47.0, fails as follows:

  g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o inode.o inode.cpp
  inode.cpp: In member function 'virtual boost::filesystem3::path jfsrec::Inode::get_full_path()':
  inode.cpp:70:54: error: invalid conversion from 'bool (*)(const std::string&)' to 'boost::enable_if_c<true, void>::type*'
  inode.cpp:70:54: error:   initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type = void]'
  inode.cpp:72:54: error: invalid conversion from 'bool (*)(const std::string&)' to 'boost::enable_if_c<true, void>::type*'
  inode.cpp:72:54: error:   initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type = void]'
  make[2]: *** [inode.o] Error 1

It appears that jfsrec assumes that fs::path is a string, which isn't
true anymore in Boost.FS v3.

svn path=/nixpkgs/trunk/; revision=27750
2011-07-13 10:56:52 +00:00
Peter Simons
2eb4c12012 git: prefer 'utillinuxcurses' over 'utillinux' in user profiles
Packages that need util-linux-ng as a build-time or run-time dependency
typically refer to the attribute 'utillinux', which is the expression with
the least possible set of features.

Users, however, who run "nix-env -i util-linux", don't want that version,
because it lacks support for perl and curses. In other words, users want
utillinuxngCurses by default, which is what this change accomplishes.

svn path=/nixpkgs/trunk/; revision=27749
2011-07-13 10:50:22 +00:00
Peter Simons
67bbb5203c boost: updated to version 1.47.0
Packages that don't build with the latest libraries can use 'boost144', which
is the version we had before.

svn path=/nixpkgs/trunk/; revision=27740
2011-07-12 14:24:01 +00:00
Eelco Dolstra
4743ba9e46 * libspectre seems to work with the default ghostscript.
svn path=/nixpkgs/branches/kde-4.7/; revision=27724
2011-07-11 14:47:15 +00:00
Ludovic Stordeur
12f976e56e Added Linux 2.6.15
svn path=/nixpkgs/trunk/; revision=27721
2011-07-11 14:00:26 +00:00
Ludovic Stordeur
14f3664d3f Added Linux 2.6.26
svn path=/nixpkgs/trunk/; revision=27720
2011-07-11 14:00:21 +00:00
Ludovic Stordeur
f225ee7c9b Add udev145
svn path=/nixpkgs/trunk/; revision=27719
2011-07-11 14:00:17 +00:00
Ludovic Stordeur
89e57d47d7 Renamed udev to udev166
This renaming prepares the landing of several versions of udev which are
required to boot old Linux versions.
The udev expression is mapped to udev166.

svn path=/nixpkgs/trunk/; revision=27718
2011-07-11 14:00:13 +00:00
Ludovic Stordeur
ddb9ad5b3c Modified Linux 2.6.25 configuration
Added "KMOD y" else booting this kernel fails (at the modprobe stuff).

svn path=/nixpkgs/trunk/; revision=27717
2011-07-11 14:00:07 +00:00
Ludovic Stordeur
808c2f69b4 Fixed Linux 2.6.31 compilation
linux_2_6_31 compilation was broken and added the CIFS timeout patch.

svn path=/nixpkgs/trunk/; revision=27716
2011-07-11 14:00:03 +00:00
Ludovic Stordeur
e739dc7d6c Applied CIFS timeout patch to other kernels
Linux-2.6.{25,27,28} are now compiled with the CIFS timeout patch,
allowing them to be used with "VM Testing".

svn path=/nixpkgs/trunk/; revision=27714
2011-07-11 13:59:58 +00:00
Ludovic Stordeur
68db350b88 Applied CIFS timeout patch to other Linux kernels
CIFS timeout patch is now activated for a wider range of Linux kernels :
from 2.6.29 to 2.6.38.

These kernels now can be used to perform "VM Testing".

svn path=/nixpkgs/trunk/; revision=27712
2011-07-11 13:59:51 +00:00
Eelco Dolstra
a7b9ef8f4b * Update Poppler to 0.16.7.
svn path=/nixpkgs/branches/kde-4.7/; revision=27703
2011-07-11 13:04:38 +00:00
Eelco Dolstra
76ec0dd430 * Update a bunch of dependencies of kdelibs.
svn path=/nixpkgs/branches/kde-4.7/; revision=27702
2011-07-11 10:49:21 +00:00
Andres Löh
eabbecd10f Added hp2any.
svn path=/nixpkgs/trunk/; revision=27701
2011-07-11 07:17:53 +00:00
Evgeny Egorochkin
5c4590fa50 MediaTomb: packaged
svn path=/nixpkgs/trunk/; revision=27700
2011-07-11 00:42:02 +00:00
Peter Simons
8223f67929 Added stellarium 0.11.0.
svn path=/nixpkgs/trunk/; revision=27697
2011-07-10 20:17:44 +00:00
Andres Löh
d7d0700d18 Added test-framework.
svn path=/nixpkgs/trunk/; revision=27695
2011-07-10 17:38:21 +00:00
Peter Simons
c9695f2d48 Added obsolete lua-5.0.3 version, which is required by gravit.
svn path=/nixpkgs/trunk/; revision=27692
2011-07-10 14:04:19 +00:00
Peter Simons
4cf494c8ff gnucash: set RPATH so that GnuCash binaries can find its GNOME libraries at run-time
svn path=/nixpkgs/trunk/; revision=27689
2011-07-10 13:34:56 +00:00
Peter Simons
483eb4948b all-packages.nix: Changed gnucash expression to override the 'scheme' argument
in slibGuile so that the library is built with the same version of guile as
gnucash is.

svn path=/nixpkgs/trunk/; revision=27685
2011-07-09 12:11:41 +00:00
Peter Simons
eb264a8c51 all-packages.nix: build slibGuile with guile version 1.8 rather than 2.0
The guile 2.0 build of slib generates plenty of errors.

svn path=/nixpkgs/trunk/; revision=27684
2011-07-09 12:11:36 +00:00
Peter Simons
47ffc4635f utillinuxngCurses: build this package with perl support enabled
This means that chkdupexe will work correctly.

svn path=/nixpkgs/trunk/; revision=27682
2011-07-08 23:11:41 +00:00
Peter Simons
720e3518c5 util-linux-ng: prepare expression for the addition of perl as a buildInput
The chkdupexe utility requires perl. We cannot change the expression, though,
without triggering a re-build of almost all of stdenv, so for the time being
I'm making Perl an optional build input that is disabled by default.

svn path=/nixpkgs/trunk/; revision=27681
2011-07-08 23:11:38 +00:00
Peter Simons
e7746a78ed gravit: added version 0.4.2
svn path=/nixpkgs/trunk/; revision=27677
2011-07-08 21:23:55 +00:00
Peter Simons
574eb09fa4 xplanet: move expression into new category "astronomy"
svn path=/nixpkgs/trunk/; revision=27676
2011-07-08 21:23:48 +00:00
Peter Simons
f58421b59f ikiwiki: drop obsolete getConfig mechanism; use override to configure support for git and/or monotone
svn path=/nixpkgs/trunk/; revision=27670
2011-07-08 09:30:05 +00:00
Peter Simons
07fd566780 perl-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=27668
2011-07-08 09:29:57 +00:00
Peter Simons
9a115becc3 PerlMagick: fixed download URL and hash
Why has this module disappeared from CPAN? And why did its hash change?
Very strange ...

svn path=/nixpkgs/trunk/; revision=27667
2011-07-08 09:29:52 +00:00
Peter Simons
ebefce41aa banner: a tool to print print large banners to ASCII terminals
svn path=/nixpkgs/trunk/; revision=27656
2011-07-07 22:19:52 +00:00
Peter Simons
947610085d Added Eukleides, a geometry drawing language.
svn path=/nixpkgs/trunk/; revision=27655
2011-07-07 21:53:21 +00:00
Andres Löh
6f43e422ba Added yesod-form and yesod-json.
svn path=/nixpkgs/trunk/; revision=27654
2011-07-07 21:40:46 +00:00
Andres Löh
29c7cd1298 Added aeson, unordered-containers.
svn path=/nixpkgs/trunk/; revision=27653
2011-07-07 21:40:43 +00:00
Andres Löh
65d9fa940b Adding yesod-persistent.
svn path=/nixpkgs/trunk/; revision=27652
2011-07-07 21:40:40 +00:00
Andres Löh
1b603fe157 Added yesod-core.
svn path=/nixpkgs/trunk/; revision=27650
2011-07-07 21:40:35 +00:00
Andres Löh
f8b1ace1d7 Added warp plus dependencies.
svn path=/nixpkgs/trunk/; revision=27649
2011-07-07 21:40:33 +00:00
Peter Simons
4f9d5c825a all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=27648
2011-07-07 21:32:55 +00:00
Eelco Dolstra
c4b631967e * Move Attica and polkit-qt-1 out of desktops/kde (since they're not
part of a KDE release).

svn path=/nixpkgs/branches/kde-4.7/; revision=27643
2011-07-07 20:47:38 +00:00
Eelco Dolstra
32abd0987d * doxygen: only build the Qt GUI in doxygen_gui.
svn path=/nixpkgs/branches/kde-4.7/; revision=27641
2011-07-07 20:02:59 +00:00
Andres Löh
5422838e56 Version bumps for hakyll and dependencies.
svn path=/nixpkgs/trunk/; revision=27638
2011-07-07 19:08:51 +00:00
Eelco Dolstra
6708bfd15a svn path=/nixpkgs/branches/kde-4.7/; revision=27633 2011-07-07 17:26:31 +00:00
Eelco Dolstra
7737d33233 * Use libsoup 2.33 everywhere.
svn path=/nixpkgs/trunk/; revision=27613
2011-07-05 15:14:44 +00:00
Eelco Dolstra
79e528d7b2 * ‘applyGlobalOverrides’ considered harmful. Getting rid of it in the
calls to KDE 4.5 and 4.6 cuts nix-env evaluation time (for ‘-qa
  --drv-path *’) from 10.2s to 7.4s.

  There are two other calls to ‘applyGlobalOverrides’, namely in
  ‘webkit’ and ‘webkitSVN’ for the libsoup override.  We should get
  rid of those too.

svn path=/nixpkgs/trunk/; revision=27611
2011-07-05 14:38:31 +00:00
Eelco Dolstra
bba37cbf92 * Fix ugly indentation.
svn path=/nixpkgs/trunk/; revision=27609
2011-07-05 13:43:44 +00:00
Eelco Dolstra
bdf034862b * Make Firefox 5.0 the default.
svn path=/nixpkgs/trunk/; revision=27593
2011-07-04 14:04:43 +00:00
Michael Raskin
9ee4b2ceab Updating graphviz and adding an old version
svn path=/nixpkgs/trunk/; revision=27573
2011-07-01 13:29:42 +00:00
Michael Raskin
b973f98afa Make tulip run without hassle. Unfortunately, some operations repeatably crash tulip even when built vs Qt4.6
svn path=/nixpkgs/trunk/; revision=27570
2011-07-01 09:53:11 +00:00
Michael Raskin
c1686c051d Adding Welkin RDF visualizer
svn path=/nixpkgs/trunk/; revision=27567
2011-07-01 07:26:38 +00:00
Lluís Batlle i Rossell
46a1c81294 Make hydra build firefox 5
svn path=/nixpkgs/trunk/; revision=27560
2011-06-29 21:19:15 +00:00
Sander van der Burg
11210cf06f Updated kino to version 1.3.4 (and did some code standard fixes)
svn path=/nixpkgs/trunk/; revision=27558
2011-06-29 16:21:02 +00:00
Michael Raskin
e9d66565d7 Adding wavemon
svn path=/nixpkgs/trunk/; revision=27557
2011-06-29 09:53:35 +00:00
Eelco Dolstra
b8b0c4e8f7 * Inkscape updated to 0.48.1.
svn path=/nixpkgs/trunk/; revision=27555
2011-06-28 13:51:55 +00:00
Sander van der Burg
24e3b3a58b Added opkg package
svn path=/nixpkgs/trunk/; revision=27554
2011-06-28 09:45:51 +00:00
Michael Raskin
a0d97d5eb2 Adding OneTeam XMPP client
svn path=/nixpkgs/trunk/; revision=27553
2011-06-28 09:45:09 +00:00
Lluís Batlle i Rossell
ac28a13f56 gnunet-setup wanted guile 1.8.
I also restored the default gtkSupport variable I had touched in a previous commit.

svn path=/nixpkgs/trunk/; revision=27542
2011-06-26 20:09:44 +00:00
Sander van der Burg
b2548922bf Added UAE: Ultimate Amiga Emulator
svn path=/nixpkgs/trunk/; revision=27541
2011-06-26 19:49:51 +00:00
Lluís Batlle i Rossell
1229dd1400 Adding a still broken restroshare expression. I'll develop further later.
svn path=/nixpkgs/trunk/; revision=27540
2011-06-26 17:57:28 +00:00
Sander van der Burg
e4126afa44 Added ZSNES emulator package
svn path=/nixpkgs/trunk/; revision=27539
2011-06-25 22:25:50 +00:00
Andres Löh
a0982e02fd Added xmonads-extra (thanks to chaoflow).
svn path=/nixpkgs/trunk/; revision=27534
2011-06-23 18:35:24 +00:00
Florian Friesdorf
8704e8d7bf cinelerra-git needs fftw-...-double (libfftw3 instead of libfftw3f)
svn path=/nixpkgs/trunk/; revision=27528
2011-06-22 22:23:54 +00:00
Lluís Batlle i Rossell
0f1bf98034 gparted was not building. I updated it and made it build (it only likes parted 2.x).
Report by 'brainwash@freenode'


svn path=/nixpkgs/trunk/; revision=27515
2011-06-21 18:00:23 +00:00
Florian Friesdorf
c53fc3b65e jscoverage-0.5.1
svn path=/nixpkgs/trunk/; revision=27508
2011-06-21 07:28:30 +00:00
Evgeny Egorochkin
e873eebeb6 hostapd: packaged.
svn path=/nixpkgs/trunk/; revision=27501
2011-06-19 23:30:57 +00:00
Lluís Batlle i Rossell
6074d7f112 Adding the videogame teeter torture.
svn path=/nixpkgs/trunk/; revision=27500
2011-06-19 22:25:52 +00:00
Lluís Batlle i Rossell
8571ea8fda Adding the videogame icbm3d
svn path=/nixpkgs/trunk/; revision=27499
2011-06-19 21:46:45 +00:00
Lluís Batlle i Rossell
746da25d6b Adding 3dpong.
svn path=/nixpkgs/trunk/; revision=27498
2011-06-19 21:33:31 +00:00
Lluís Batlle i Rossell
cc1d27bf68 Adding the videogame Vectoroids.
svn path=/nixpkgs/trunk/; revision=27497
2011-06-19 21:07:35 +00:00
Cillian de Roiste
0137aa039f Adding the firmware for ralink rt2860 cards e.g. Asus EEE 1000
svn path=/nixpkgs/trunk/; revision=27496
2011-06-19 19:47:10 +00:00
Ludovic Courtès
7aa65babe8 GNU MIG: Force a 32-bit build.
svn path=/nixpkgs/trunk/; revision=27493
2011-06-18 15:59:44 +00:00
Andres Löh
a1cd10cfe2 Adding ghc-7.0.4.
svn path=/nixpkgs/trunk/; revision=27492
2011-06-18 12:31:16 +00:00
Eelco Dolstra
f76820a1eb * Apply a patch to Net::Amazon::EC2 to get the describe_instances
function to work with Nova.

svn path=/nixpkgs/trunk/; revision=27480
2011-06-16 12:20:05 +00:00
Michael Raskin
023f15e484 Adding Firefox 5.0 RC1
svn path=/nixpkgs/trunk/; revision=27478
2011-06-16 08:08:10 +00:00
Michael Raskin
d03599f8ce Adding TPTP
svn path=/nixpkgs/trunk/; revision=27468
2011-06-15 10:35:18 +00:00
Sander van der Burg
7f26b06961 Added ninka, an experimental sentence based license detector
svn path=/nixpkgs/trunk/; revision=27455
2011-06-14 15:15:34 +00:00
Nicolas Pierron
ae548e8bcb Add freepops.
svn path=/nixpkgs/trunk/; revision=27450
2011-06-14 02:41:28 +00:00
Nicolas Pierron
9451c1e2ca Add NUT package.
svn path=/nixpkgs/trunk/; revision=27448
2011-06-14 02:41:01 +00:00
Nicolas Pierron
3d9e439c1a Index xulrunner at the top-level.
svn path=/nixpkgs/trunk/; revision=27447
2011-06-14 02:40:47 +00:00
Ludovic Courtès
aa6313051b Let Hydra cross-build more stuff for GNU.
svn path=/nixpkgs/trunk/; revision=27427
2011-06-12 21:53:56 +00:00
Eelco Dolstra
dced1bd4c6 * eventlet updated to 0.9.16.
svn path=/nixpkgs/trunk/; revision=27409
2011-06-09 17:10:59 +00:00
Eelco Dolstra
2a276fe96e * Added novaclient.
svn path=/nixpkgs/trunk/; revision=27407
2011-06-09 15:06:21 +00:00
Eelco Dolstra
6abaaa2728 * Added prettytable and lockfile.
svn path=/nixpkgs/trunk/; revision=27406
2011-06-09 15:02:39 +00:00
Joachim Schiele
d27a2ef6cf - added myself as maintainer
- added a new package: keepassx (which was reviewed on the nix-dev ml)

svn path=/nixpkgs/trunk/; revision=27401
2011-06-09 07:48:54 +00:00
Michael Raskin
8e1984b852 Fix DMTX build
svn path=/nixpkgs/trunk/; revision=27391
2011-06-08 08:11:24 +00:00
Yury G. Kudryashov
21f528130b Use default ocaml in libfacile
svn path=/nixpkgs/trunk/; revision=27388
2011-06-07 21:51:00 +00:00
Yury G. Kudryashov
496ab8b948 ntrack-011
svn path=/nixpkgs/trunk/; revision=27386
2011-06-07 21:50:48 +00:00
Yury G. Kudryashov
5fb0953680 Add libnl-3.0
svn path=/nixpkgs/trunk/; revision=27385
2011-06-07 21:50:42 +00:00
Yury G. Kudryashov
ab01869f17 Add libdmtx, restore alphabetical order
svn path=/nixpkgs/trunk/; revision=27382
2011-06-07 21:50:23 +00:00
Yury G. Kudryashov
4c1267546f wpa_supplicant: split wpa_gui from main package, install .desktop file and icons
svn path=/nixpkgs/trunk/; revision=27369
2011-06-07 21:48:41 +00:00
Michael Raskin
4157b77097 Adding siege HTTP load tester
svn path=/nixpkgs/trunk/; revision=27368
2011-06-07 16:15:05 +00:00
Michael Raskin
812a94c8b0 Adding IOping
svn path=/nixpkgs/trunk/; revision=27367
2011-06-07 15:56:50 +00:00
Michael Raskin
3c82ed030f Adding GSM and CELT codecs; dependencies of sflphone - failed to buuild itself
svn path=/nixpkgs/trunk/; revision=27364
2011-06-07 14:42:24 +00:00
Andres Löh
1c00dfa14a Added smallcheck.
svn path=/nixpkgs/trunk/; revision=27363
2011-06-07 14:23:01 +00:00
Rob Vermaas
846238fa25 use parted 2.3 for fdisk
svn path=/nixpkgs/trunk/; revision=27350
2011-06-06 13:43:16 +00:00
Rob Vermaas
d60ed7e1d1 add parted 2.3 for packages that are incompatible with 3.0
svn path=/nixpkgs/trunk/; revision=27349
2011-06-06 13:06:08 +00:00
Ludovic Courtès
97675e8344 Add GNU Complexity.
svn path=/nixpkgs/trunk/; revision=27344
2011-06-04 21:46:07 +00:00
Michael Raskin
317d2663d7 Twinkle needs an older version of ccrtp
svn path=/nixpkgs/trunk/; revision=27333
2011-05-31 09:09:35 +00:00
Michael Raskin
65cd495061 Adding CM-Unicode fonts
svn path=/nixpkgs/trunk/; revision=27311
2011-05-28 19:51:08 +00:00
Michael Raskin
da94743917 Adding Gentium font
svn path=/nixpkgs/trunk/; revision=27310
2011-05-28 19:01:59 +00:00
Michael Raskin
f709eff234 Add Tempora-LGC font
svn path=/nixpkgs/trunk/; revision=27309
2011-05-28 16:04:02 +00:00
Michael Raskin
a37fc29f81 Adding Theano font
svn path=/nixpkgs/trunk/; revision=27308
2011-05-28 15:59:45 +00:00
Michael Raskin
1e8b1fce5c Adding Old Standard font
svn path=/nixpkgs/trunk/; revision=27307
2011-05-28 15:46:09 +00:00
Michael Raskin
9f3e6006e8 Adding Xconq turn-based strategy
svn path=/nixpkgs/trunk/; revision=27306
2011-05-28 15:36:56 +00:00
Michael Raskin
e0a4f988a4 Make Ekiga build
svn path=/nixpkgs/trunk/; revision=27305
2011-05-27 05:39:44 +00:00
Michael Raskin
579433500a Update Lazarus
svn path=/nixpkgs/trunk/; revision=27302
2011-05-25 09:04:54 +00:00
Marco Maggesi
5b730d301c Update ocaml_batteries and camomile (ocamlPackages)
*  Add camomile 0.8.3 and 0.8.2 (for ocaml_batteries).
  *  Remove obsolete camomile 0.7.3 and 0.8.1.
  *  Update ocaml_batteries to version 1.3.0 (also add fixes for Darwin).


svn path=/nixpkgs/trunk/; revision=27299
2011-05-24 18:21:13 +00:00
Lluís Batlle i Rossell
c6d377eadf Adding mainline ghostscript as an option.
svn path=/nixpkgs/trunk/; revision=27297
2011-05-24 15:35:38 +00:00
Michael Raskin
a2579704f1 Update Libertine font
svn path=/nixpkgs/trunk/; revision=27295
2011-05-24 15:13:54 +00:00
Michael Raskin
1e868ce18b Update XNeur
svn path=/nixpkgs/trunk/; revision=27294
2011-05-24 15:00:56 +00:00
Marco Maggesi
1298fd8aba Update hol_light and cleanup:
* Update hol_light to rev 90
* Remove dmtcp checkpoint (it doesn't work properly).
* General cleanup and simplification

svn path=/nixpkgs/trunk/; revision=27290
2011-05-21 11:18:35 +00:00
Marco Maggesi
6bfbe8253f Make openssh compile on darwin by removing dependence on pam
svn path=/nixpkgs/trunk/; revision=27289
2011-05-21 08:24:27 +00:00
Michael Raskin
cc26b9877e linuxPackages for 2.6.39
svn path=/nixpkgs/trunk/; revision=27281
2011-05-20 08:08:37 +00:00
Michael Raskin
6719630316 Add Linux 2.6.39
svn path=/nixpkgs/trunk/; revision=27279
2011-05-19 11:17:34 +00:00
Russell O'Connor
aaa09472bc Update bitcoin to 0.3.21
svn path=/nixpkgs/trunk/; revision=27275
2011-05-17 11:34:18 +00:00
Andres Löh
0736b17460 Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
2011-05-16 13:48:03 +00:00
Michael Raskin
7dcbaadf78 Split WebKit into release expression and svn-trunk expression; WebKitGtk had a release recently, so it is not a big featurewise change
svn path=/nixpkgs/trunk/; revision=27259
2011-05-16 02:45:55 +00:00
Andres Löh
22377172b2 Added logfloat. Some version bumps for Haskell pkgs.
svn path=/nixpkgs/trunk/; revision=27241
2011-05-13 10:14:21 +00:00
Eelco Dolstra
166e5a8fbf * Enable https support in Net::Amazon::EC2.
svn path=/nixpkgs/trunk/; revision=27235
2011-05-12 10:52:11 +00:00
Eelco Dolstra
2ca22bb68d * Added Net::Amazon::EC2.
svn path=/nixpkgs/trunk/; revision=27234
2011-05-12 08:54:41 +00:00
Eelco Dolstra
f00590bbff * Disable the python-nose check, because it fails with ‘This platform
lacks a functioning sem_open implementation, therefore, the required
  synchronization primitives needed will not function, see issue
  3770.’  However, our Python does seem to be built with the necessary
  functionality.  (The statement "from _multiprocessing import
  SemLock" doesn't give an exception.)

svn path=/nixpkgs/trunk/; revision=27230
2011-05-11 15:03:11 +00:00
Eelco Dolstra
fa61d0130e * Python decorator updated to 3.3.1. Turns out that pypi.python.org
doesn't contain old releases.  Doh...

svn path=/nixpkgs/trunk/; revision=27228
2011-05-11 14:29:35 +00:00
Cillian de Roiste
1dfe9e22d4 Adding optional JACK support for mumble, this also disables ALSA and OSS because this combination is reported to be unstable
svn path=/nixpkgs/trunk/; revision=27206
2011-05-10 07:07:35 +00:00
Cillian de Roiste
3fb9e2214b Replacing JACK1 with JACK2 (also jackdbus instead of jackd), this works much better for me
svn path=/nixpkgs/trunk/; revision=27205
2011-05-09 20:49:51 +00:00
Rob Vermaas
41fac4a3a6 added hgsvn
svn path=/nixpkgs/trunk/; revision=27198
2011-05-09 15:01:34 +00:00
Yury G. Kudryashov
7064b9f661 merkaartor: 0.17.2
svn path=/nixpkgs/trunk/; revision=27180
2011-05-08 09:35:37 +00:00
Karn Kallio
69822bf6c1 Racket 5.1.1 builds with latest libjpeg.
svn path=/nixpkgs/trunk/; revision=27178
2011-05-08 01:21:03 +00:00
Evgeny Egorochkin
f69142b396 Polipo: packaged
svn path=/nixpkgs/trunk/; revision=27177
2011-05-07 23:41:34 +00:00
Lluís Batlle i Rossell
34579eb0dd Adding lingot, a guitar tuner.
svn path=/nixpkgs/trunk/; revision=27176
2011-05-07 17:52:57 +00:00
Cillian de Roiste
28096838d0 Adding node.js, a javascript web development platform
svn path=/nixpkgs/trunk/; revision=27168
2011-05-05 22:38:04 +00:00
Cillian de Roiste
fb9de42ad1 Updating Sonic Visualiser, it isn't getting wrapped correctly, but otherwise it compiles and works
svn path=/nixpkgs/trunk/; revision=27154
2011-05-04 23:54:03 +00:00
Rob Vermaas
8f7cab5d5c add some versions of cppunit/boost/protobuf, added binutils with gold, added nlopt
svn path=/nixpkgs/trunk/; revision=27132
2011-05-04 10:03:46 +00:00
Eelco Dolstra
7a62283c46 svn path=/nixpkgs/trunk/; revision=27128 2011-05-04 08:55:30 +00:00
Eelco Dolstra
345b9a75d5 * Move wxPython into python-packages.nix so that you can get wxPython
built for the appropriate Python version
  (e.g. python26Packages.wxPython).

svn path=/nixpkgs/trunk/; revision=27127
2011-05-04 08:41:50 +00:00
Eelco Dolstra
9afa230dfc * Added Tribler. Doesn't quite work yet.
svn path=/nixpkgs/trunk/; revision=27124
2011-05-03 17:12:31 +00:00
Eelco Dolstra
89e94123c6 * Move ktorrent to pkgs/applications/networking/p2p/.
svn path=/nixpkgs/trunk/; revision=27123
2011-05-03 16:59:24 +00:00
Eelco Dolstra
a7d4f19ab3 * wxPython updated to 2.8.12.0.
* wxPython builder: wrap the Python programs (such as pyshell) so that
  they actually work.

svn path=/nixpkgs/trunk/; revision=27122
2011-05-03 16:57:18 +00:00
Eelco Dolstra
178cac1447 svn path=/nixpkgs/trunk/; revision=27118 2011-05-03 15:44:13 +00:00
Eelco Dolstra
c0e0704163 * Added apsw, Another Python SQLite Wrapper.
svn path=/nixpkgs/trunk/; revision=27117
2011-05-03 15:43:51 +00:00
Lluís Batlle i Rossell
590bf722b4 Adding readline to php, so now 'php -a' works nicely with readline.
svn path=/nixpkgs/trunk/; revision=27110
2011-05-03 08:25:45 +00:00
Michael Raskin
26da7d3871 Adding Kona: a K interpreter
svn path=/nixpkgs/trunk/; revision=27098
2011-05-03 06:58:01 +00:00
Michael Raskin
3827d28f27 Update nixCustom for all the dependencies of latest SVN Nix
svn path=/nixpkgs/trunk/; revision=27084
2011-05-02 08:29:01 +00:00
Cillian de Roiste
39f80594b1 Adding Ardour3 alpha2, a digital audio workstation
svn path=/nixpkgs/trunk/; revision=27075
2011-05-01 14:45:52 +00:00
Eelco Dolstra
173ac4457e * Doh, forgot to commit.
svn path=/nixpkgs/trunk/; revision=27059
2011-04-30 09:21:38 +00:00
Lluís Batlle i Rossell
5bd133b65c Updating php 5.3 and adding php-xcache.
svn path=/nixpkgs/trunk/; revision=27056
2011-04-29 21:01:09 +00:00
Lluís Batlle i Rossell
c259379dc9 Getting mars to build. Somehow the fetchsvn in sfml_svn did not work anymore.
svn path=/nixpkgs/trunk/; revision=27037
2011-04-28 20:50:12 +00:00
Lluís Batlle i Rossell
bebcbcde8c Adding the videogame Naev (beta version, because they label the non-beta 'deprecated')
svn path=/nixpkgs/trunk/; revision=27017
2011-04-27 21:57:27 +00:00
Florian Friesdorf
3fb9e4da74 xapian and xapianBindings 1.2.5
svn path=/nixpkgs/trunk/; revision=26980
2011-04-26 20:57:16 +00:00
Florian Friesdorf
1e3d07eeea renamed current xapian/xapianBindings to xapian10/xapianBindings10
svn path=/nixpkgs/trunk/; revision=26979
2011-04-26 20:57:11 +00:00
Lluís Batlle i Rossell
11c0e3976e Adding minidjvu
svn path=/nixpkgs/trunk/; revision=26957
2011-04-24 20:10:43 +00:00
Cillian de Roiste
47c44f9315 Adding Rakarrack: guitar effects-pedal emulator
svn path=/nixpkgs/trunk/; revision=26955
2011-04-24 19:44:36 +00:00
Lluís Batlle i Rossell
bc88f37fcb Adding the leptonica library of image processing and analysis.
svn path=/nixpkgs/trunk/; revision=26954
2011-04-24 18:16:51 +00:00
Lluís Batlle i Rossell
626f654602 Adding tesseract, an OCR engine I just found but never tried.
svn path=/nixpkgs/trunk/; revision=26952
2011-04-24 18:04:07 +00:00
Cillian de Roiste
3ae0255bbd Adding Qtractor, an Audio/MIDI multi-track sequencer
svn path=/nixpkgs/trunk/; revision=26949
2011-04-24 14:32:55 +00:00
Michael Raskin
bca9330f6d Update Audacity
svn path=/nixpkgs/trunk/; revision=26948
2011-04-24 13:13:57 +00:00
Ludovic Courtès
6300c72a20 Add GNU Pies.
svn path=/nixpkgs/trunk/; revision=26942
2011-04-23 21:15:11 +00:00
Cillian de Roiste
0d09cc4348 Adding Yoshimi, a fork of ZynAddSubFX (audio synthesizer) with many enhancements including jack support
svn path=/nixpkgs/trunk/; revision=26935
2011-04-23 13:54:25 +00:00
Russell O'Connor
699261d8df Adding ecm-6.2.3.
svn path=/nixpkgs/trunk/; revision=26930
2011-04-23 12:25:51 +00:00
Cillian de Roiste
b3e902c1a9 Adding lash, session management system for GNU/Linux audio applications
svn path=/nixpkgs/trunk/; revision=26926
2011-04-23 00:22:40 +00:00
Cillian de Roiste
3cfe938b0e Adding lmms: Linux MultiMedia Studio
svn path=/nixpkgs/trunk/; revision=26925
2011-04-22 23:00:55 +00:00
Cillian de Roiste
b150276393 Adding seq24: a minimal loop based midi sequencer
svn path=/nixpkgs/trunk/; revision=26924
2011-04-22 22:07:59 +00:00
Cillian de Roiste
eb9ed1c09f Adding Specimen, an audio sampler and phat gtk+ widgets which Specimen uses
svn path=/nixpkgs/trunk/; revision=26923
2011-04-22 21:42:38 +00:00
Michael Raskin
c9421ad0b2 Adding Glest Advanced Engine into all-packages
svn path=/nixpkgs/trunk/; revision=26920
2011-04-22 10:26:45 +00:00
Cillian de Roiste
3d3efea4f1 Adding vkeybd, a virtual midi keyboard
svn path=/nixpkgs/trunk/; revision=26919
2011-04-22 09:39:48 +00:00
Russell O'Connor
3db6f63711 Package for msieve.
This would be better if gmp-emc were packaged as well.

svn path=/nixpkgs/trunk/; revision=26915
2011-04-21 12:48:07 +00:00
Lluís Batlle i Rossell
ee8b05eb70 Adding 'wakelan', to use UDP wake on lan on ethernet.
svn path=/nixpkgs/trunk/; revision=26912
2011-04-20 20:55:46 +00:00
Cillian de Roiste
53a135625a Adding XSynth-DSSI, a classic analog style software synthesizer
svn path=/nixpkgs/trunk/; revision=26909
2011-04-20 16:31:41 +00:00
Lluís Batlle i Rossell
167912d19e Adding xdotool
svn path=/nixpkgs/trunk/; revision=26896
2011-04-19 20:51:40 +00:00
Cillian de Roiste
1cdd246d2b Updating Blender to the stable release 2.57 and adding python32 as a build input
svn path=/nixpkgs/trunk/; revision=26894
2011-04-19 20:17:17 +00:00
Michael Raskin
451040c299 Adding globulation
svn path=/nixpkgs/trunk/; revision=26892
2011-04-19 16:02:29 +00:00
Florian Friesdorf
25cd609b92 removed previously added xapian12
svn path=/nixpkgs/trunk/; revision=26882
2011-04-18 17:19:58 +00:00
Florian Friesdorf
bd71b36628 notmuch with inheritable-tags-hack for thread muting
the muted tag is supposed to be inherited by messages of the same
thread, effictely muting a thread. A muted thread will not show up in
your inbox anymore. Current implementation is hackish but functional.

big thank you to amdragon!

svn path=/nixpkgs/trunk/; revision=26878
2011-04-18 17:19:44 +00:00
Shea Levy
7550f92f9b Add 2.6.37 and 2.6.38 to release.nix
svn path=/nixpkgs/trunk/; revision=26877
2011-04-18 17:07:59 +00:00
Shea Levy
dedd972a16 Add fbcondecor for 2.6.38
svn path=/nixpkgs/trunk/; revision=26876
2011-04-18 15:13:04 +00:00
Michael Raskin
c9f06b05c1 Add Widelands RTS
svn path=/nixpkgs/trunk/; revision=26869
2011-04-17 17:55:29 +00:00
Cillian de Roiste
c7bf27de02 Adding Hydrogen: drum machine
svn path=/nixpkgs/trunk/; revision=26866
2011-04-17 14:23:33 +00:00
Nicolas Pierron
fec06f7196 davfs2:
- Use previous version of neon library.
- Add patch to find ISDIR macros.

svn path=/nixpkgs/trunk/; revision=26865
2011-04-17 08:27:29 +00:00
Nicolas Pierron
ebc8642aec Add colordiff package.
svn path=/nixpkgs/trunk/; revision=26860
2011-04-17 08:26:56 +00:00
Lluís Batlle i Rossell
e4351e6df0 Fixing the nixpkgs tarball, broken for more than a week.
svn path=/nixpkgs/trunk/; revision=26856
2011-04-16 16:27:55 +00:00
Lluís Batlle i Rossell
61b07dc110 Adding libva, to get some possible video acceleration in intel video cards.
svn path=/nixpkgs/trunk/; revision=26854
2011-04-16 11:00:31 +00:00
Michael Raskin
a6935566ad Updating some weird corner-cases affected by gnutls
svn path=/nixpkgs/trunk/; revision=26843
2011-04-14 11:17:45 +00:00
Lluís Batlle i Rossell
41e1640b1f Adding php APC
svn path=/nixpkgs/trunk/; revision=26841
2011-04-14 11:12:04 +00:00
Shea Levy
a6fdbe5192 Change the default Firefox to 4.0
Until someone complains, that is

svn path=/nixpkgs/trunk/; revision=26835
2011-04-13 20:52:01 +00:00
Peter Simons
60974e9e87 all-packages.nix: added low-priority 'gitSVN' expression, a variant of git with SVN support (but no GUI)
svn path=/nixpkgs/trunk/; revision=26827
2011-04-13 17:53:26 +00:00
Peter Simons
6234062546 all-packages.nix: added low-priority 'subversionClient' expression
subversionClient comes without support for BBDB, but with bindings to
Perl and Python. Having these is often desirable, i.e. when building Git
with SVN support.

svn path=/nixpkgs/trunk/; revision=26825
2011-04-13 17:53:14 +00:00
Peter Simons
da55a5168b all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=26824
2011-04-13 17:53:07 +00:00
Peter Simons
4389638c94 subversion: dropped support for getConfig -- use override instead!
Subversion was one of the last few packages that still supported the obsolete
getConfig function. Inside of nixpkgs, we don't rely on that feature; other
packages, like git, customize subversion by means of override. So it felt like
about time to drop getConfig.

svn path=/nixpkgs/trunk/; revision=26823
2011-04-13 17:53:01 +00:00
Cillian de Roiste
bbde150183 Adding rockbox-utility, for installing/updating the rockbox firmware on mp3 players
svn path=/nixpkgs/trunk/; revision=26817
2011-04-13 08:38:13 +00:00
Michael Raskin
8a00dfcc18 Update teeworlds
svn path=/nixpkgs/trunk/; revision=26814
2011-04-13 05:47:51 +00:00
Shea Levy
d86630472b Add aufs2.1 for 2.6.38
svn path=/nixpkgs/trunk/; revision=26811
2011-04-12 18:36:33 +00:00
Ludovic Courtès
34011a076a GNU IceCat 4.0: First attempt.
svn path=/nixpkgs/trunk/; revision=26798
2011-04-12 08:12:00 +00:00
Eelco Dolstra
e91e1cfe76 * Eclipse: don't use an ugly "version" argument. Instead there now is
a function "buildEclipse" that takes a binary Eclipse distribution
  plus metadata as arguments.  The package name now distinguishes
  between Eclipse distributions (e.g. "eclipse-sdk" for Classic,
  "eclipse-cpp" for the C/C++ IDE).

svn path=/nixpkgs/trunk/; revision=26787
2011-04-11 20:29:47 +00:00
Eelco Dolstra
9e26da96e5 * Update DBI and DBD::SQLite.
svn path=/nixpkgs/trunk/; revision=26775
2011-04-11 09:11:36 +00:00
Michael Raskin
0526aaa8a2 Adding FlightGear
svn path=/nixpkgs/trunk/; revision=26770
2011-04-09 18:57:00 +00:00
Michael Raskin
ab7bb9e148 Adding OpenSceneGraph and SimGear
svn path=/nixpkgs/trunk/; revision=26769
2011-04-09 16:43:00 +00:00
Lluís Batlle i Rossell
c1c4d50d1a Updating trac, and making it able to use the sqlite3 python module.
svn path=/nixpkgs/trunk/; revision=26762
2011-04-09 13:37:11 +00:00
Lluís Batlle i Rossell
240801542a Restoring grub 1.98 from svn, and adding it as a package apart. This allows
easy using package overrides in nixos to use grub 1.98.

I found 1.98 can boot from /dev/md* devices, while 1.99rc1 cannot due to some
upstream problem. Once it works, we can remove this 1.98 again.


svn path=/nixpkgs/trunk/; revision=26761
2011-04-09 09:25:06 +00:00
Shea Levy
1ee223e3f6 Bump flite to 1.4, move to libraries
svn path=/nixpkgs/trunk/; revision=26759
2011-04-08 16:15:44 +00:00
Karn Kallio
3ce36f7d72 Bump eclipse version to 3.6.2 after 3.6.1 disappeared from source server.
svn path=/nixpkgs/trunk/; revision=26750
2011-04-08 08:06:11 +00:00
Michael Raskin
0aff57f299 Adding Pure programming language
svn path=/nixpkgs/trunk/; revision=26749
2011-04-08 08:00:55 +00:00
Michael Raskin
2b61f3f4e5 Adding AngelScript interpreter library
svn path=/nixpkgs/trunk/; revision=26748
2011-04-08 06:52:31 +00:00
Cillian de Roiste
30c1dd27c8 Adding ZynAddSubFX, a software synthesizer, and minixml (a dependency of ZynAddSubFX)
svn path=/nixpkgs/trunk/; revision=26746
2011-04-07 22:24:56 +00:00
Cillian de Roiste
c73aed8fd3 Adding vanilla puredata: Real-time graphical programming environment for audio, video, and graphical processing
svn path=/nixpkgs/trunk/; revision=26744
2011-04-07 20:54:33 +00:00
Lluís Batlle i Rossell
83556d37e9 Adding inadyn, a dynamic dns client.
svn path=/nixpkgs/trunk/; revision=26743
2011-04-07 20:26:26 +00:00
Ludovic Courtès
16d86dcbe2 Linux 2.6.{25,28}: Allow compilation with recent Glibc.
svn path=/nixpkgs/trunk/; revision=26741
2011-04-07 13:57:43 +00:00
Andres Löh
1d4428fbdb Added Agda-executable.
svn path=/nixpkgs/trunk/; revision=26737
2011-04-07 12:10:38 +00:00
Rob Vermaas
36d95a3220 remove duplicate stdenv's
svn path=/nixpkgs/trunk/; revision=26736
2011-04-07 11:26:41 +00:00
Ludovic Courtès
376d66178a Linux 2.6.{25,28}: Use GNU Make 3.81.
svn path=/nixpkgs/trunk/; revision=26733
2011-04-07 09:57:41 +00:00
Ludovic Courtès
84b3e533de Build older kernels.
svn path=/nixpkgs/trunk/; revision=26731
2011-04-07 09:22:11 +00:00
Evgeny Egorochkin
e735de47f3 Fix flash player's runtime deps
svn path=/nixpkgs/trunk/; revision=26730
2011-04-07 09:21:24 +00:00
Eelco Dolstra
cf00c432ae * By popular demand, restore Python 2.6.
svn path=/nixpkgs/trunk/; revision=26726
2011-04-06 21:57:30 +00:00
Lluís Batlle i Rossell
b5577512de Giv wants the pcre with unicode support.
svn path=/nixpkgs/trunk/; revision=26722
2011-04-06 15:18:14 +00:00
Eelco Dolstra
ee6e9046b8 * Add the Linux multipath-tools.
svn path=/nixpkgs/trunk/; revision=26719
2011-04-06 14:57:31 +00:00
Eelco Dolstra
26eca10459 * Added libaio.
svn path=/nixpkgs/trunk/; revision=26715
2011-04-06 14:21:48 +00:00
Ludovic Courtès
17fdaf6a7e GCC 4.6: Add a version with debugging symbols.
svn path=/nixpkgs/trunk/; revision=26714
2011-04-06 12:52:33 +00:00
Ludovic Courtès
36ed7a8eb8 GCC 4.6: Use `callPackage'.
svn path=/nixpkgs/trunk/; revision=26713
2011-04-06 12:52:29 +00:00
Lluís Batlle i Rossell
6cfba00e1b Adding giv.
svn path=/nixpkgs/trunk/; revision=26709
2011-04-06 10:00:48 +00:00
Shea Levy
85e1282802 Create a ppl0_11 attribute instead of using callPackage again and again
svn path=/nixpkgs/trunk/; revision=26703
2011-04-05 17:11:20 +00:00
Eelco Dolstra
fad57767e3 * Merge the modular-python branch.
svn path=/nixpkgs/trunk/; revision=26695
2011-04-05 15:02:22 +00:00
Shea Levy
4551a76c2c Add the pocketsphinx voice recognition library
svn path=/nixpkgs/trunk/; revision=26686
2011-04-04 18:50:39 +00:00
Shea Levy
77d9a77fb1 Add the sphinxbase library
svn path=/nixpkgs/trunk/; revision=26684
2011-04-04 18:50:23 +00:00
Lluís Batlle i Rossell
d171e03491 Adding linux packages for 2.6.38
svn path=/nixpkgs/trunk/; revision=26683
2011-04-04 18:17:02 +00:00
Eelco Dolstra
9c16728cd4 * Update darcsver and mock.
svn path=/nixpkgs/branches/modular-python/; revision=26681
2011-04-04 14:38:53 +00:00
Eelco Dolstra
f99c0dd302 * Sync with the trunk.
svn path=/nixpkgs/branches/modular-python/; revision=26678
2011-04-04 13:36:05 +00:00
Eelco Dolstra
f1c1bd7bbf * Update setuptools_trial to get it to build with Python 2.7.
svn path=/nixpkgs/branches/modular-python/; revision=26677
2011-04-04 13:31:52 +00:00
Andres Löh
291df5f0c1 Added the RC of Haskell Platform 2011.2.0.1 ...
svn path=/nixpkgs/trunk/; revision=26674
2011-04-04 08:45:05 +00:00
Michael Raskin
e035fb4cac Adding Speed Dreams (a TORCS fork)
svn path=/nixpkgs/trunk/; revision=26673
2011-04-04 05:01:53 +00:00
Shea Levy
ea7a559290 Add support for the new Go frontend to GCC 4.6.0.
This isn't as useful as it could be, since gcc-wrapper doesn't know about
the gccgo binary so there is no gccgo wrapper script. Since changing
gcc-wrapper would lead to a nearly full rebuild, I thing the change to
gcc-wrapper should go into stdenv-updates.

svn path=/nixpkgs/trunk/; revision=26668
2011-04-02 15:21:36 +00:00
Andres Löh
e5da05349c Updating Hakyll and dependencies.
Patch supplied by Vladimír Čunát. Thanks.

svn path=/nixpkgs/trunk/; revision=26648
2011-03-31 23:21:36 +00:00
Shea Levy
7c1b06b3bd Add gnat46. Note that, contrary to my notes when I emailed this patch, this builds now: we use gnat45 as an Ada bootstrap in place of gnatboot. This is not a long-term solution, but it works for now.
svn path=/nixpkgs/trunk/; revision=26645
2011-03-31 22:20:11 +00:00
Shea Levy
c2f72840ed Add gcj46
svn path=/nixpkgs/trunk/; revision=26642
2011-03-31 22:04:08 +00:00
Shea Levy
97d0714f9f Add gfortran46
svn path=/nixpkgs/trunk/; revision=26641
2011-03-31 21:59:38 +00:00
Shea Levy
7b6139b85e Add GCC 4.6.0 cross compiler
svn path=/nixpkgs/trunk/; revision=26640
2011-03-31 21:56:57 +00:00
Shea Levy
9511b89ec1 Update to GCC 4.6.0:
* Modify the builder to not fail when a static library is in $out/libexec/gcc/*/*
  * Disable libquadmath when building a static-only bootstrap of GCC, see http://gcc.gnu.org/ml/gcc/2011-03/msg00465.html
  * Add handling for cloog if it is passed in in place of cloog-ppl

svn path=/nixpkgs/trunk/; revision=26639
2011-03-31 21:51:39 +00:00
Shea Levy
8002302a31 Add CLooG, an alternative to CLooG-PPL based on the integer set library, an optional dependency for GCC 4.6.0
svn path=/nixpkgs/trunk/; revision=26635
2011-03-31 21:25:08 +00:00
Shea Levy
bc6ee5020d Add isl, the integer set library (needed for cloog, an optional dependency for GCC 4.6.0)
svn path=/nixpkgs/trunk/; revision=26633
2011-03-31 21:19:39 +00:00
Shea Levy
bc36f56977 Adding a missing newline in all-packages.nix
svn path=/nixpkgs/trunk/; revision=26632
2011-03-31 21:15:53 +00:00
Lluís Batlle i Rossell
f00bdb6f15 Adding a skeleton for a fsfs expression, but it still does not build.
svn path=/nixpkgs/trunk/; revision=26631
2011-03-31 21:08:50 +00:00
Eelco Dolstra
bb2bd151af * Added ebtables.
svn path=/nixpkgs/branches/modular-python/; revision=26626
2011-03-31 12:20:22 +00:00
Eelco Dolstra
02b20395d5 * Added vlan, which provides the vconfig command.
svn path=/nixpkgs/branches/modular-python/; revision=26624
2011-03-31 11:10:00 +00:00
Eelco Dolstra
7359ed1671 * Added rabbitmq-server.
svn path=/nixpkgs/branches/modular-python/; revision=26623
2011-03-31 11:09:20 +00:00
Lluís Batlle i Rossell
627812ffbb Adding Rigs of Rods.
Basically it builds, but I still don't know how to run it. I imagine the
installPhase is still too poor, but it's better than nothing.

I also added two mygui versions. That stable, and that required by Rigs of Roads (svn).

svn path=/nixpkgs/trunk/; revision=26618
2011-03-30 22:08:33 +00:00
Lluís Batlle i Rossell
48748dedcb Adding the rally game Trigger. As a side effect, I add jam.
svn path=/nixpkgs/trunk/; revision=26615
2011-03-30 18:45:11 +00:00
Eelco Dolstra
afe8b976c9 * Added Cheetah, Glance, Markdown and mox.
svn path=/nixpkgs/branches/modular-python/; revision=26612
2011-03-30 17:03:49 +00:00
Eelco Dolstra
1d6b63afb9 * openstack-compute -> nova (upstream doesn't know what to call it either).
svn path=/nixpkgs/branches/modular-python/; revision=26610
2011-03-30 15:00:53 +00:00
Eelco Dolstra
83b4c9cd8f * Provide an old version of Boto for euca2ools.
svn path=/nixpkgs/branches/modular-python/; revision=26608
2011-03-30 14:42:20 +00:00
Eelco Dolstra
45159cdc89 * Added euca2ools.
svn path=/nixpkgs/branches/modular-python/; revision=26607
2011-03-30 14:37:53 +00:00
Eelco Dolstra
6c77dc3587 * Add distutils-extra.
svn path=/nixpkgs/branches/modular-python/; revision=26604
2011-03-30 12:51:01 +00:00
Eelco Dolstra
2601071d70 * Added decorator, ScriptTest, sqlalchemy-migrate, tempita and
unittest2.

svn path=/nixpkgs/branches/modular-python/; revision=26603
2011-03-30 12:27:54 +00:00
Eelco Dolstra
cc456b13e5 * Added Python packages dtopt, IPy, M2Crypto, Paste, PasteDeploy,
Routes, WebOb and WebTest.
* Updated Boto and Twisted.

svn path=/nixpkgs/branches/modular-python/; revision=26601
2011-03-30 11:54:17 +00:00
Eelco Dolstra
e379d6d996 * python-packages.nix: keep it sorted.
svn path=/nixpkgs/branches/modular-python/; revision=26599
2011-03-30 10:02:23 +00:00