Commit graph

2087 commits

Author SHA1 Message Date
Peter Simons 22e1286711 Updated ANTLR version 2 from 2.7.6 to 2.7.7.
svn path=/nixpkgs/trunk/; revision=14576
2009-03-17 15:42:54 +00:00
Marc Weber 89a634a2a4 adding tcng package
tcc can be used to generate tc traffic shaping commands.
It even can compile kernel modules to classify packages (untested)

svn path=/nixpkgs/trunk/; revision=14574
2009-03-17 14:18:45 +00:00
Peter Simons ae474690ea Added bash 4.0 (and readline 6.0, which is required by bash).
svn path=/nixpkgs/trunk/; revision=14573
2009-03-17 14:03:03 +00:00
Michael Raskin 3a59128510 Some packages fail on hydra and are better off being fixed one-after-one.
svn path=/nixpkgs/trunk/; revision=14572
2009-03-17 12:29:34 +00:00
Michael Raskin 6a07017f9e restrict problematic packages to Linux..
svn path=/nixpkgs/trunk/; revision=14568
2009-03-17 06:16:10 +00:00
Marc Weber 8fa77b44cb added iperf (a tool to measure network bandwidth)
svn path=/nixpkgs/trunk/; revision=14564
2009-03-16 18:39:04 +00:00
Eelco Dolstra e9593080b6 * Added Catalyst::View::Download.
svn path=/nixpkgs/trunk/; revision=14555
2009-03-16 12:20:28 +00:00
Ludovic Courtès dff2bbe342 Build more typesetting tools on Hydra.
svn path=/nixpkgs/trunk/; revision=14552
2009-03-16 10:45:55 +00:00
Ludovic Courtès c2199227b4 Add Rubber, a LaTeX wrapper that does the right thing.
svn path=/nixpkgs/trunk/; revision=14551
2009-03-16 10:42:51 +00:00
Michael Raskin 3c7430198b Some more jobs...
svn path=/nixpkgs/trunk/; revision=14550
2009-03-16 10:19:38 +00:00
Ludovic Courtès 35ff1b6a6a More work for Hydra.
svn path=/nixpkgs/trunk/; revision=14538
2009-03-14 23:29:33 +00:00
Ludovic Courtès 9c308037b3 More work for Hydra.
svn path=/nixpkgs/trunk/; revision=14536
2009-03-14 23:19:49 +00:00
Ludovic Courtès 24857265fa Don't build Avahi on Cygwin.
svn path=/nixpkgs/trunk/; revision=14534
2009-03-14 21:43:37 +00:00
Ludovic Courtès 5d213515ad release: Add `allBut' function.
svn path=/nixpkgs/trunk/; revision=14533
2009-03-14 21:43:09 +00:00
Ludovic Courtès 363dc0f8aa Don't build Guile on Cygwin.
svn path=/nixpkgs/trunk/; revision=14532
2009-03-14 19:40:29 +00:00
Michael Raskin 2a5f69f318 Fix typo
svn path=/nixpkgs/trunk/; revision=14531
2009-03-14 15:41:20 +00:00
Ludovic Courtès 8599649b6f Some more work for Hydra.
svn path=/nixpkgs/trunk/; revision=14530
2009-03-14 15:32:39 +00:00
Michael Raskin 9e690c6c3a Some more jobs for hydra
svn path=/nixpkgs/trunk/; revision=14529
2009-03-14 09:44:15 +00:00
Eelco Dolstra 6425d2017d * Updated DBIx::Class and SQL::Abstract.
svn path=/nixpkgs/trunk/; revision=14520
2009-03-13 13:07:44 +00:00
Michael Raskin e4722f955c Build OO.o on hydra
svn path=/nixpkgs/trunk/; revision=14517
2009-03-13 09:41:40 +00:00
Sander van der Burg cddf378de3 Added ConsoleKit package
svn path=/nixpkgs/trunk/; revision=14510
2009-03-11 16:30:38 +00:00
Eelco Dolstra 7ab993d0c4 * Catalyst::Engine::HTTP::Prefork: terminate chunked transfers
correctly.

svn path=/nixpkgs/trunk/; revision=14504
2009-03-11 13:34:18 +00:00
Eelco Dolstra 33a3895d78 * Added Catalyst::Engine::HTTP::Prefork and its dependencies.
svn path=/nixpkgs/trunk/; revision=14503
2009-03-11 11:40:52 +00:00
Eelco Dolstra 8ac53703f0 * vlc: use faad.
svn path=/nixpkgs/trunk/; revision=14502
2009-03-10 23:28:06 +00:00
Eelco Dolstra 1485c905f7 * ffmpeg: build with faad2 support. However, vlc still won't play
mp4a audio.
* faad2: latest version.
* vlc: fix the hard-coded OSD font path name.  Dunno why they don't
  use fontconfig.

svn path=/nixpkgs/trunk/; revision=14501
2009-03-10 22:45:27 +00:00
Eelco Dolstra 44ac9e249c * MPlayer: updated to the SVN version.
* VLC: updated to 0.9.8a.  It now uses Qt for the GUI, which looks a
  lot better than the wxWidgets one.
* libdvdread, libdvdnav: updated to 4.1.3.
* ffmpeg: updated to 0.5 (a new release!).  Got rid of the SVN
  version, which shouldn't be necessary anymore.

svn path=/nixpkgs/trunk/; revision=14500
2009-03-10 21:03:51 +00:00
Eelco Dolstra 731b77ac35 * Nicer notation for Nixpkgs' Hydra jobs. The packages to build are
given as a nested attribute set isomorphic to all-packages.nix,
  where the value for each attribute is a list of platforms on which
  to build the package.  For instance,

    {
      wine = ["i686-linux"];
      xorg = {
        libX11 = ["i686-linux" "x86_64-linux"];
      };
    }

    says that the "wine" attribute in all-packages.nix should be built
    on "i686-linux" only, while the "xorg.libX11" attribute should be
    built on "i686-linux" and "x86_64-linux".

    There are some aliases for common platform groups (currently "all"
    for all supported platforms, "linux" for all supported Linux
    platforms).

svn path=/nixpkgs/trunk/; revision=14496
2009-03-10 15:23:27 +00:00
Eelco Dolstra f81bbde9d2 * Urgh, this is why duplication is bad...
svn path=/nixpkgs/trunk/; revision=14493
2009-03-10 12:54:12 +00:00
Eelco Dolstra f1203df6b5 * Add all KDE 4 packages.
svn path=/nixpkgs/trunk/; revision=14491
2009-03-10 12:34:12 +00:00
Peter Simons 610aac30c3 Fixed Python StringTemplate library.
Most importantly, this change required updating the ANTLR 2.x expression to
install the Python run-time library. While we're at it, we're building the
run-time library for C++ and Java, too. There is still work to be done: the
stringtemplate library doesn't find antlr.py without help yet.

svn path=/nixpkgs/trunk/; revision=14489
2009-03-10 12:01:22 +00:00
Eelco Dolstra f8641d34a2 * Latest kernels.
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra 9be9f5b2bb * Build some KDE 4 packages in Hydra.
svn path=/nixpkgs/trunk/; revision=14482
2009-03-10 08:01:35 +00:00
Eelco Dolstra 9fee9c7be4 * Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
eventually, but it seems to contain some packages that aren't in
  kde-4.2 yet).

svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00
Eelco Dolstra c94f5f7862 * Put the tarball job in a separate file.
svn path=/nixpkgs/trunk/; revision=14476
2009-03-09 17:49:13 +00:00
Eelco Dolstra b763e1d520 * makeOverridable: call the override function "override" instead of
"function", which isn't very descriptive ;-)

  Also, the argument to "override" can be either a function (that
  takes the old arguments and returns the overriding arguments), or a
  plain attribute set that contains the overriding arguments.
  E.g. you can say

    nixUnstable.override { supportOldDBs = false; }

  and

    nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; })

svn path=/nixpkgs/trunk/; revision=14468
2009-03-09 15:49:58 +00:00
Armijn Hemel a61ee3644c bump powertop to 1.11
svn path=/nixpkgs/trunk/; revision=14458
2009-03-09 13:53:48 +00:00
Sander van der Burg 2c11f47c8c Added CUPS administration tools in kdeadmin
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09 13:29:37 +00:00
Peter Simons f8c360148e Moved python stringtemplate library from tools/text/py-string-template
to development/python-modules/stringtemplate.

svn path=/nixpkgs/trunk/; revision=14455
2009-03-09 10:46:42 +00:00
Michael Raskin 1dd385c5b9 Updated Squid
svn path=/nixpkgs/trunk/; revision=14451
2009-03-08 12:29:34 +00:00
Marc Weber e69b4bd8ed remove error context in all-packages.nix again
this partially reverts -r14429

svn path=/nixpkgs/trunk/; revision=14435
2009-03-07 13:10:53 +00:00
Marc Weber 49b115132d add error context to all top level attr names of all-packages.nix
svn path=/nixpkgs/trunk/; revision=14429
2009-03-06 23:21:31 +00:00
Marc Weber b56ed35851 replacing applyAndFun by lib.defaultOverridableDelayableArgs
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.

I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.

important refactoring:
  applyAndFun had .fun and .funMerge only when passing the merge
  function lib.mergeOrApply

  composableDerivation {
    initial = {
      ...
    };
  }

to

  overridableDelayableArgs has always .replace and .merge
  composableDerivation {} {
    ...
  }

svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
Marc Weber f1183f33e3 added simple lib test case for overridableDelayableArgs
svn path=/nixpkgs/trunk/; revision=14426
2009-03-06 23:21:17 +00:00
Ludovic Courtès fac7dc875a Build Doxygen.
svn path=/nixpkgs/trunk/; revision=14352
2009-03-05 15:42:42 +00:00
Ludovic Courtès a2317f6997 Doxygen 1.5.8.
svn path=/nixpkgs/trunk/; revision=14350
2009-03-05 15:17:53 +00:00
Lluís Batlle i Rossell 08a1042318 Adding neverball 1.5.0, which comes with neverputt. Fun.
svn path=/nixpkgs/trunk/; revision=14338
2009-03-04 17:28:25 +00:00
Lluís Batlle i Rossell f3a4388ddc Updating flashplayer10 for i686, and adding it for x64.
I haven't tried the builder for i686, but I think it should work. The fix should be easy in any cas.
I don't think I've written pretty nix code, so I'm looking forward for revision.


svn path=/nixpkgs/trunk/; revision=14324
2009-03-04 11:04:16 +00:00
Eelco Dolstra fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Eelco Dolstra 9efba4b3b0 * Added IO::Compress::Bzip2.
svn path=/nixpkgs/trunk/; revision=14306
2009-03-03 10:36:29 +00:00
Armijn Hemel 2d1a047761 add stunnel
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Lluís Batlle i Rossell 301c3d31c9 Adding tunctl. I didn't know how to build the manpage, though.
svn path=/nixpkgs/trunk/; revision=14290
2009-03-01 21:34:39 +00:00
Lluís Batlle i Rossell 247ad8bfcf Adding LUKS cryptsetup for the devicemapper.
svn path=/nixpkgs/trunk/; revision=14289
2009-03-01 11:11:21 +00:00
Peter Simons c7e3110299 Use $NIXPKGS_CONFIG to determine whether ghostscript has cups support.
svn path=/nixpkgs/trunk/; revision=14275
2009-02-27 13:44:31 +00:00
Ludovic Courtès 5ee528446d Build GNU Zile.
svn path=/nixpkgs/trunk/; revision=14257
2009-02-26 09:57:48 +00:00
Ludovic Courtès 9aabbea00e Build portmap' and nfs-utils'.
svn path=/nixpkgs/trunk/; revision=14256
2009-02-26 09:57:27 +00:00
Lluís Batlle i Rossell a54392bc53 Adding nylon.
svn path=/nixpkgs/trunk/; revision=14254
2009-02-25 23:21:44 +00:00
Lluís Batlle i Rossell 17abbe36d4 Adding remind and netpbm (maybe without all possible programs).
I agree the netpbm installation script is quite ugly, but I left a comment there.

svn path=/nixpkgs/trunk/; revision=14253
2009-02-25 22:44:08 +00:00
Marc Weber daf2cd23dc gpm updated to version 1.20.6 so it compiles on x86_64
svn path=/nixpkgs/trunk/; revision=14252
2009-02-25 21:17:25 +00:00
Ludovic Courtès 8fba10c951 Add GNU Zile, a tiny Emacs clone.
svn path=/nixpkgs/trunk/; revision=14249
2009-02-25 20:24:18 +00:00
Sander van der Burg 3a1c208a69 Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Ludovic Courtès 44ecf2a4b0 Build CEDET.
svn path=/nixpkgs/trunk/; revision=14241
2009-02-25 14:31:22 +00:00
Ludovic Courtès a7cf0b2f02 Add CEDET, the umbrella project for Semantic and EIEIO.
svn path=/nixpkgs/trunk/; revision=14240
2009-02-25 14:30:50 +00:00
Michael Raskin 8f51ff86fd Qemu SVN head..
svn path=/nixpkgs/trunk/; revision=14222
2009-02-24 12:22:15 +00:00
Sander van der Burg e8a25c32bc Added KDE 4.2 plasma addons package to buildfarm
svn path=/nixpkgs/trunk/; revision=14221
2009-02-24 12:17:44 +00:00
Eelco Dolstra 370e545be5 svn path=/nixpkgs/trunk/; revision=14216 2009-02-24 10:29:54 +00:00
Sander van der Burg 1dba159995 Added KDE 4.2 network, pim packages to the buildfarm
svn path=/nixpkgs/trunk/; revision=14212
2009-02-23 23:10:44 +00:00
Ludovic Courtès 160b00c8b4 GNU Emacs 23.x: D-Bus support.
svn path=/nixpkgs/trunk/; revision=14207
2009-02-23 16:06:59 +00:00
Sander van der Burg 17dc18fd56 Added libmsn package
svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
Lluís Batlle i Rossell 5b3759c30d Adding zdoom.
svn path=/nixpkgs/trunk/; revision=14194
2009-02-22 22:06:34 +00:00
Lluís Batlle i Rossell 9ab8cb9ec1 Adding fmod.
svn path=/nixpkgs/trunk/; revision=14193
2009-02-22 22:06:20 +00:00
Michael Raskin b5b6c12d56 All-packages.nix updates..
svn path=/nixpkgs/trunk/; revision=14153
2009-02-21 18:59:15 +00:00
Sander van der Burg 040cec2dc4 Added KDE 4.2 utils to buildfarm
svn path=/nixpkgs/trunk/; revision=14147
2009-02-20 16:25:00 +00:00
Sander van der Burg 634bd1f4ed Added KDE 4.2 toys to buildfarm
svn path=/nixpkgs/trunk/; revision=14146
2009-02-20 16:24:10 +00:00
Sander van der Burg 04b67d4c09 Added KDe 4.2 sdk,webdev,edu packages to buildfarm
svn path=/nixpkgs/trunk/; revision=14145
2009-02-20 16:23:32 +00:00
Sander van der Burg e685c82812 Refactored tapioca-qt closure with using the latest stable release instead of SVN version
svn path=/nixpkgs/trunk/; revision=14143
2009-02-20 16:18:56 +00:00
Eelco Dolstra d1b98062ab * Updated some Catalyst packages.
svn path=/nixpkgs/trunk/; revision=14137
2009-02-20 10:56:47 +00:00
Sander van der Burg 6e1d162eba Added kdeadmin-4.2 to buildfarm
svn path=/nixpkgs/trunk/; revision=14131
2009-02-19 16:14:42 +00:00
Peter Simons c8e6fa7dd6 cmake: added (low priority) expression for 2.6.3-rc-15.
svn path=/nixpkgs/trunk/; revision=14124
2009-02-19 14:41:51 +00:00
Ludovic Courtès 66c0e350b1 Build GNU Prolog.
svn path=/nixpkgs/trunk/; revision=14123
2009-02-19 13:33:07 +00:00
Ludovic Courtès 4373d12cb4 Add GNU Prolog.
svn path=/nixpkgs/trunk/; revision=14122
2009-02-19 13:32:07 +00:00
Sander van der Burg 770b01890a Added libical package, patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14118
2009-02-18 20:57:36 +00:00
Sander van der Burg b2e1dc5ab7 Added kdegraphics, multimedia, games packages from KDE 4.2 to the buildfarm list
svn path=/nixpkgs/trunk/; revision=14117
2009-02-18 15:55:16 +00:00
Sander van der Burg 08e92c5e70 Added kdegraphics-4.2 closure
svn path=/nixpkgs/trunk/; revision=14114
2009-02-18 15:25:40 +00:00
Eelco Dolstra 539239d66d * KVM 84. CIFS/Samba performance still broken.
* Kernel headers: KVM expects a include/linux/asm-x86 symlink, so
  provide it.

svn path=/nixpkgs/trunk/; revision=14113
2009-02-18 14:53:14 +00:00
Eelco Dolstra 9f4ca51e8e * Urghhhhhhhh.
svn path=/nixpkgs/trunk/; revision=14112
2009-02-18 14:44:51 +00:00
Marc Weber 4576378434 added avr8-burn-omat (gui for avrdude, fuse bits)
svn path=/nixpkgs/trunk/; revision=14110
2009-02-18 11:50:39 +00:00
Ludovic Courtès 722c3546af GNU Emacs live from CVS.
svn path=/nixpkgs/trunk/; revision=14107
2009-02-17 21:05:52 +00:00
Eelco Dolstra 33ef9ff72c * Urgh.
svn path=/nixpkgs/trunk/; revision=14106
2009-02-17 18:24:58 +00:00
Sander van der Burg da1904a231 Fixed another stupid KDE 4.2 packages bug in releases nix expression
svn path=/nixpkgs/trunk/; revision=14099
2009-02-17 15:07:54 +00:00
Sander van der Burg 7127b53d7f Fixed syntax error for KDE 4.2 packages
svn path=/nixpkgs/trunk/; revision=14097
2009-02-17 14:34:33 +00:00
Sander van der Burg 413926967a Added some KDE 4.2 packages
svn path=/nixpkgs/trunk/; revision=14096
2009-02-17 14:31:29 +00:00
Marc Weber dab6268c79 added avr gcc avrlibc dev environment. Its not worth doing this properly. It works this way
svn path=/nixpkgs/trunk/; revision=14095
2009-02-17 12:56:35 +00:00
Eelco Dolstra e94a279e0e * Updated UNIVERSAL::isa (the old one has disappeared).
svn path=/nixpkgs/trunk/; revision=14093
2009-02-17 12:15:02 +00:00
Ludovic Courtès f59b3d14dc Add SLOCCount, a tool to count source lines of code (SLOCs).
svn path=/nixpkgs/trunk/; revision=14091
2009-02-17 10:11:33 +00:00
Eelco Dolstra 1b849c8282 * Latest shared-mime-info.
* Latest Catalyst runtime.

svn path=/nixpkgs/trunk/; revision=14086
2009-02-16 14:57:35 +00:00
Eelco Dolstra cc7d4a57db svn path=/nixpkgs/trunk/; revision=14076 2009-02-13 17:31:44 +00:00
Marc Weber c1b79a5b5d Revert "added cgdb (ncrurses based gdb frontend)" and dooh commit.
gdb does have a curses based interface as itself (try ctrl-x o)

svn path=/nixpkgs/trunk/; revision=14069
2009-02-13 12:04:41 +00:00
Eelco Dolstra cd6864e7e9 * Perl BerkeleyDB module: updated to 0.36 since "make test" failed in
the old one.

svn path=/nixpkgs/trunk/; revision=14068
2009-02-13 10:59:01 +00:00
Eelco Dolstra 5b91408a0d * Pass `pkgs' to the top-level KDE function instead of passing every
dependency explicitly.  The KDE packages still declare their
  dependencies as explicit function arguments.

svn path=/nixpkgs/trunk/; revision=14067
2009-02-13 10:42:59 +00:00
Eelco Dolstra 547207de28 * Algorithm::Diff: the version in "name" didn't match the actual
package.

svn path=/nixpkgs/trunk/; revision=14066
2009-02-13 10:35:24 +00:00