Commit graph

5574 commits

Author SHA1 Message Date
Eelco Dolstra e02462f034 * MPlayerPlugin is a function...
svn path=/nixpkgs/trunk/; revision=13385
2008-11-24 10:00:40 +00:00
Eelco Dolstra 21c1ee574c * Use exec.
svn path=/nixpkgs/trunk/; revision=13384
2008-11-24 09:59:38 +00:00
Nicolas Pierron 53e6c77aca Fix previous commit.
svn path=/nixpkgs/trunk/; revision=13373
2008-11-23 01:23:32 +00:00
Nicolas Pierron 249a3a314f Add: Handle a way to factor conditions.
mkIf config.foo.enable {
  require = [ .. ];

  environment = {
    // infer the else part.
    extraPackages = [pkgs.foo];
    etc = mkThenElse {
      thenPart = { .. };
      elsePart = { .. };
    };
  };
}

Fix: UniqFlattenAttr compare configuration without the "require" attribute.

svn path=/nixpkgs/trunk/; revision=13372
2008-11-23 00:19:18 +00:00
Nicolas Pierron 0f2bd6c305 mergeDefaultOption: handle boolean values.
svn path=/nixpkgs/trunk/; revision=13371
2008-11-23 00:19:12 +00:00
Nicolas Pierron b62298f7c7 Add a common pattern used in jobs definition.
svn path=/nixpkgs/trunk/; revision=13370
2008-11-23 00:19:06 +00:00
Marc Weber 26212b62c7 (last) fcron fix for now because the service works as expected
svn path=/nixpkgs/trunk/; revision=13368
2008-11-22 16:57:31 +00:00
Marc Weber 57c012cd8c zsh update to 4.3.9
svn path=/nixpkgs/trunk/; revision=13367
2008-11-22 16:57:16 +00:00
Marc Weber eb0f06a162 default locations for fcron config settings (don't use store path)
svn path=/nixpkgs/trunk/; revision=13366
2008-11-21 23:53:31 +00:00
Eelco Dolstra a4a95f2962 * Latest stable, unstable releases.
svn path=/nixpkgs/trunk/; revision=13365
2008-11-21 17:06:49 +00:00
Marc Weber ce242a0bd8 ghc-6.10 binary
svn path=/nixpkgs/trunk/; revision=13345
2008-11-19 21:46:19 +00:00
Marc Weber 7aa7f85bb5 gstreamer update (needed by gstPython)
dropping dep gnomevfs (see code commment)

svn path=/nixpkgs/trunk/; revision=13344
2008-11-19 21:46:01 +00:00
Marc Weber 96aade5a27 hackish fix to build cdrtools again
svn path=/nixpkgs/trunk/; revision=13343
2008-11-19 21:45:43 +00:00
Ludovic Courtès 42f234343b GnuTLS 2.6.2.
svn path=/nixpkgs/trunk/; revision=13341
2008-11-19 18:49:53 +00:00
Eelco Dolstra 3d52d1593a * Revert to version 76, 77 gives strange hangs.
svn path=/nixpkgs/trunk/; revision=13338
2008-11-19 17:21:49 +00:00
Nicolas Pierron 14b2be147f Use composedArgsAndFun on utilliinux to remove some references to nixPkgs from Nixos.
svn path=/nixpkgs/trunk/; revision=13311
2008-11-16 19:23:06 +00:00
Nicolas Pierron 34f916700d Add mergeStringOption and factor mergeSomethingOption by introducing mergeTypedOption.
svn path=/nixpkgs/trunk/; revision=13310
2008-11-16 19:23:00 +00:00
Nicolas Pierron b196bab378 Remove obsolete functions.
svn path=/nixpkgs/trunk/; revision=13309
2008-11-16 19:22:55 +00:00
Nicolas Pierron 08b583682a Handle apply attribute for each option declared with MkOption.
This is similar to the new-proposal in upstart-jobs except that the default value is also processed with this function. (the existing merge function acts only on extra values).

svn path=/nixpkgs/trunk/; revision=13308
2008-11-16 19:22:47 +00:00
Michael Raskin ed57af85a7 Maybe it was Boost 1.37.0 that broke OO.o ?
svn path=/nixpkgs/trunk/; revision=13307
2008-11-16 12:35:59 +00:00
Michael Raskin a0604dd47b Added qrencode and qrdecode - tools for QR code. Qrdecode behaves strangely (Debian package does the same, so probably upstream bug)
svn path=/nixpkgs/trunk/; revision=13304
2008-11-15 17:54:09 +00:00
Peter Simons c2417256a8 Finalized maude 2.4 release.
- Updated full-maude to 2.4. 
 - Added program wrapper to set ${MAUDE_LIB} correctly.
 - TODO: the documentation is still not quite up-to-date.

svn path=/nixpkgs/trunk/; revision=13303
2008-11-14 22:53:09 +00:00
Eelco Dolstra 31dc7a4c2f * Don't abort when we're not on Linux.
svn path=/nixpkgs/trunk/; revision=13302
2008-11-14 17:28:11 +00:00
Eelco Dolstra f7f25d81a7 * Oops.
svn path=/nixpkgs/trunk/; revision=13301
2008-11-14 17:27:54 +00:00
Eelco Dolstra 6a05e154a8 * Get rid of nix-static, it's no longer needed and horribly
out-dated.

svn path=/nixpkgs/trunk/; revision=13300
2008-11-14 16:59:02 +00:00
Eelco Dolstra aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Eelco Dolstra c1cbd437dc * Doh.
svn path=/nixpkgs/trunk/; revision=13297
2008-11-14 16:28:15 +00:00
Eelco Dolstra f61fbc205b * Firefox 3.0.4.
svn path=/nixpkgs/trunk/; revision=13296
2008-11-14 15:55:17 +00:00
Eelco Dolstra 704e51d3e2 * Reenable the check phase in Bison 2.4.
* Use the passthru attribute.

svn path=/nixpkgs/trunk/; revision=13295
2008-11-14 15:53:07 +00:00
Eelco Dolstra 30d9dba60c * Use mirror://kde. (Contributed by Bas van Dijk.)
svn path=/nixpkgs/trunk/; revision=13293
2008-11-14 14:15:46 +00:00
Eelco Dolstra d21051e84c * Added cryopid (contributed by Marco Maggesi).
svn path=/nixpkgs/trunk/; revision=13291
2008-11-14 12:34:18 +00:00
Eelco Dolstra bf1625e3f6 * Cleanup plus a purity fix (don't look in /usr for libraries).
svn path=/nixpkgs/trunk/; revision=13290
2008-11-14 11:16:54 +00:00
Eelco Dolstra 4ac5792c71 * Downloads in the stdenv bootstrap should respect the user's proxy
settings.  Contributed by Jeevakan Suresh.

svn path=/nixpkgs/trunk/; revision=13289
2008-11-14 10:51:17 +00:00
Peter Simons 8310f66a92 Updated boost libraries to version 1.37.0.
svn path=/nixpkgs/trunk/; revision=13288
2008-11-14 10:48:11 +00:00
Peter Simons 6a051f96a2 Updated cmake to version 2.6.2.
svn path=/nixpkgs/trunk/; revision=13286
2008-11-13 21:05:01 +00:00
Peter Simons 893757cfd9 Updated maude to 2.4 release.
TODO: The full-maude distribution is missing from the web site. The
expression installs 2.3j until that is fixed. Also, the documentation
that's installed isn't up-to-date yet, it's from version 2.3.

svn path=/nixpkgs/trunk/; revision=13285
2008-11-13 19:35:48 +00:00
Michael Raskin 6f509e20a3 Added DataMatrix (2D bar code) processing utilities
svn path=/nixpkgs/trunk/; revision=13281
2008-11-13 13:31:10 +00:00
Eelco Dolstra 957a8b876a svn path=/nixpkgs/trunk/; revision=13280 2008-11-13 12:45:08 +00:00
Eelco Dolstra d22734c3e7 svn path=/nixpkgs/trunk/; revision=13273 2008-11-12 17:19:12 +00:00
Eelco Dolstra 8a3757b7f1 * Added Ubuntu 8.10. It doesn't work yet though (the passwd package
fails to install).

svn path=/nixpkgs/trunk/; revision=13272
2008-11-12 17:15:09 +00:00
Eelco Dolstra fb91bc3530 * libunwind: pass -fPIC on x86_64-linux. This is necessary for Samba
to compile.

svn path=/nixpkgs/trunk/; revision=13267
2008-11-12 15:59:38 +00:00
Eelco Dolstra 4f61f1a7bc * Debian 4.0r5.
svn path=/nixpkgs/trunk/; revision=13261
2008-11-12 12:07:35 +00:00
Michael Raskin c4e1f47334 More Io fixes - hopefully final for now
svn path=/nixpkgs/trunk/; revision=13259
2008-11-12 11:13:49 +00:00
Ludovic Courtès 9ec27e7dfd Gnash: Use gst-ffmpeg and set the right `GST_PLUGIN_PATH'.
This makes viewing YouTube videos work out-of-the-box!

svn path=/nixpkgs/trunk/; revision=13256
2008-11-12 08:37:39 +00:00
Ludovic Courtès 2b9e883591 GStreamer: Add a setup hook to define `GST_PLUGIN_PATH'.
svn path=/nixpkgs/trunk/; revision=13253
2008-11-11 17:05:07 +00:00
Michael Raskin d7528deba0 More Io binding dependencies..
svn path=/nixpkgs/trunk/; revision=13246
2008-11-11 13:07:09 +00:00
Ludovic Courtès ec0aba1ee1 Add `gst-ffmpeg'.
svn path=/nixpkgs/trunk/; revision=13244
2008-11-11 12:08:28 +00:00
Michael Raskin add91332e8 Added Io programming language
svn path=/nixpkgs/trunk/; revision=13241
2008-11-11 08:53:47 +00:00
Ludovic Courtès ee32d677ab GnuTLS 2.6.1.
svn path=/nixpkgs/trunk/; revision=13240
2008-11-10 19:08:10 +00:00
Peter Simons 0eed283de0 maudeUnstable: updated to alpha91d
svn path=/nixpkgs/trunk/; revision=13227
2008-11-07 22:46:03 +00:00
Peter Simons 9018fe1507 libsigsegv: build shared library and run regression test suite
svn path=/nixpkgs/trunk/; revision=13226
2008-11-07 22:45:56 +00:00
Ludovic Courtès cd3f1ecd82 Git 1.6.0.3.
svn path=/nixpkgs/trunk/; revision=13222
2008-11-07 13:45:46 +00:00
Eelco Dolstra 6c107b6706 * CUPS 1.3.9.
svn path=/nixpkgs/trunk/; revision=13217
2008-11-07 13:36:57 +00:00
Eelco Dolstra 2211a319e4 * Samba 3.2.4.
svn path=/nixpkgs/trunk/; revision=13216
2008-11-07 13:05:05 +00:00
Marc Weber 1fd394d0d4 updated dosfstools 3.0.0
patch provided by Pauline (tachermourir@rambler.ru)

svn path=/nixpkgs/trunk/; revision=13215
2008-11-07 12:36:06 +00:00
Marc Weber 558c81fcd9 updated sdparm -> 1.03, patch provided by tachermourir@rambler.ru
svn path=/nixpkgs/trunk/; revision=13212
2008-11-06 19:01:30 +00:00
Marc Weber 36487462a2 update opera i686 linux provided by tachermourir@rambler.ru
svn path=/nixpkgs/trunk/; revision=13209
2008-11-06 14:42:57 +00:00
Eelco Dolstra 3f06bc1dc4 * Subversion 1.5.4.
svn path=/nixpkgs/trunk/; revision=13204
2008-11-06 13:13:55 +00:00
Marc Weber 5333a271a3 bump darcs to 2.1.0 (release) - patch provided by Ben Franksen
svn path=/nixpkgs/trunk/; revision=13201
2008-11-05 20:20:42 +00:00
Peter Simons 2866ccfc71 Replaced a tabs with blanks.
svn path=/nixpkgs/trunk/; revision=13200
2008-11-05 20:03:10 +00:00
Peter Simons 52e1bb158c Added python's implementation for the www.stringtemplate.org language.
svn path=/nixpkgs/trunk/; revision=13199
2008-11-05 20:03:00 +00:00
Marc Weber 2bf82b4470 added examples for composedArgsAndFun, introducing setAttrMerge
svn path=/nixpkgs/trunk/; revision=13193
2008-11-04 21:40:51 +00:00
Marc Weber b9173d8755 added fcron
svn path=/nixpkgs/trunk/; revision=13192
2008-11-04 21:40:39 +00:00
Michael Raskin c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin 8b06e2e228 Try producing release without running bison2.4 testsuite..
svn path=/nixpkgs/trunk/; revision=13189
2008-11-04 18:39:52 +00:00
Armijn Hemel 6ae377d514 update to 1.0
svn path=/nixpkgs/trunk/; revision=13187
2008-11-04 16:13:55 +00:00
Eelco Dolstra 8596239d14 * Thunderbird 2.0.0.17.
svn path=/nixpkgs/trunk/; revision=13186
2008-11-04 12:47:10 +00:00
Michael Raskin 9e48add3e0 Try protecting FreeBSD from instntiating TinyCC
svn path=/nixpkgs/trunk/; revision=13184
2008-11-03 19:16:21 +00:00
Ludovic Courtès 4e3a66df31 Build GNU Bison 2.4.
svn path=/nixpkgs/trunk/; revision=13183
2008-11-03 18:29:48 +00:00
Ludovic Courtès d7a1a64e57 GNU Bison 2.3: Fix `meta.license'.
svn path=/nixpkgs/trunk/; revision=13182
2008-11-03 18:28:13 +00:00
Ludovic Courtès c0960419b2 GNU Bison 2.3: Update `meta' attribute.
svn path=/nixpkgs/trunk/; revision=13181
2008-11-03 18:27:35 +00:00
Ludovic Courtès 8c1408bf27 GNU Bison 2.4 (2.3.x remains the default).
svn path=/nixpkgs/trunk/; revision=13180
2008-11-03 18:25:17 +00:00
Ludovic Courtès 6e9e3c0cc6 GNU Libtool 1.5.x: Add `meta' attribute.
svn path=/nixpkgs/trunk/; revision=13178
2008-11-03 10:23:33 +00:00
Ludovic Courtès fccfff91dd GNU Libtool 2.x: Add `meta' attribute.
svn path=/nixpkgs/trunk/; revision=13177
2008-11-03 10:22:41 +00:00
Ludovic Courtès e967438c48 Add GNU Libtool 2.2.x.
svn path=/nixpkgs/trunk/; revision=13176
2008-11-03 10:15:37 +00:00
Ludovic Courtès 7100e31d96 Don't build TinyCC on non-GNU platforms.
svn path=/nixpkgs/trunk/; revision=13175
2008-11-03 09:13:23 +00:00
Michael Raskin b51888880a One more Atheros snapshot
svn path=/nixpkgs/trunk/; revision=13174
2008-11-02 15:57:37 +00:00
Michael Raskin 7dc297637f URL update for kqemu
svn path=/nixpkgs/trunk/; revision=13173
2008-11-02 15:54:44 +00:00
Michael Raskin 914e93bb01 merging builder.sh into klibc expression
svn path=/nixpkgs/trunk/; revision=13172
2008-11-02 15:53:55 +00:00
Armijn Hemel 57bad22121 2.6.1 -> 2.6.2, still python import problems
svn path=/nixpkgs/trunk/; revision=13171
2008-11-01 08:45:49 +00:00
Ludovic Courtès 0336a2f3bb TinyCC: Fix crt and loader paths.
svn path=/nixpkgs/trunk/; revision=13170
2008-10-31 18:39:49 +00:00
Ludovic Courtès 24a5a221ae Build TinyCC.
svn path=/nixpkgs/trunk/; revision=13169
2008-10-31 16:59:25 +00:00
Ludovic Courtès d0ef8a845e Add TinyCC (TCC), a small, fast, and embeddable C compiler and interpreter.
svn path=/nixpkgs/trunk/; revision=13168
2008-10-31 16:52:44 +00:00
Michael Raskin 63e5663b2e Not failing if not doing chmod +x
svn path=/nixpkgs/trunk/; revision=13167
2008-10-31 12:24:28 +00:00
Michael Raskin 48741bce6e Fixing a typo in writeTextFile
svn path=/nixpkgs/trunk/; revision=13166
2008-10-31 04:58:03 +00:00
Eelco Dolstra 87b3af6a8c svn path=/nixpkgs/trunk/; revision=13165 2008-10-30 16:31:33 +00:00
Eelco Dolstra 1a60a9f900 * Make Firefox 3 the default.
svn path=/nixpkgs/trunk/; revision=13164
2008-10-30 16:29:07 +00:00
Eelco Dolstra 93a49a00f1 * Use xulrunner for chatzilla.
svn path=/nixpkgs/trunk/; revision=13162
2008-10-30 13:13:43 +00:00
Eelco Dolstra f04e3944e5 * Cleanup.
svn path=/nixpkgs/trunk/; revision=13161
2008-10-30 13:08:01 +00:00
Eelco Dolstra afb0530e3d * Build Firefox 3 on top of xulrunner. This significantly reduces the
build time and makes Firefox itself only 3 megabytes or so large.
* Fixed building the mplayerplug-in on Firefox 3.  Since the latter
  now uses xulrunner, we no longer need the firefox3Xul hack.  TODO:
  do this for Icecat as well.

svn path=/nixpkgs/trunk/; revision=13160
2008-10-30 13:00:50 +00:00
Eelco Dolstra b5e0436e5c * Drop prdownloads.sourceforge.net down the list, it tends to have
connection problems.

svn path=/nixpkgs/trunk/; revision=13159
2008-10-30 12:54:28 +00:00
Eelco Dolstra ce4b78f72e * Latest Firefox 2, 3.
svn path=/nixpkgs/trunk/; revision=13158
2008-10-30 09:23:33 +00:00
Ludovic Courtès 866d9c8241 ABCDE: Fix interaction with libcdio's `cd-paranoia'.
svn path=/nixpkgs/trunk/; revision=13157
2008-10-29 21:59:44 +00:00
Eelco Dolstra 000ba65363 * fail() is long gone.
svn path=/nixpkgs/trunk/; revision=13155
2008-10-29 17:19:49 +00:00
Eelco Dolstra 340138cb4d * KVM 77.
svn path=/nixpkgs/trunk/; revision=13153
2008-10-29 15:44:08 +00:00
Eelco Dolstra dbc520876d * Linux 2.6.27.4. Not tested yet.
svn path=/nixpkgs/trunk/; revision=13144
2008-10-29 12:34:54 +00:00
Eelco Dolstra 964b969066 * Remove ... for now.
svn path=/nixpkgs/trunk/; revision=13143
2008-10-29 09:42:11 +00:00
Eelco Dolstra 3a1136f6ad * Linux 2.6.26.7.
svn path=/nixpkgs/trunk/; revision=13139
2008-10-28 16:00:37 +00:00
Marc Weber 1bdbe847f7 removed finalReference not beeing used anywhere
svn path=/nixpkgs/trunk/; revision=13137
2008-10-28 14:20:52 +00:00
Marc Weber 761e7453ab removed eclipse_classic_src (supreseded by eclipseNew)
svn path=/nixpkgs/trunk/; revision=13136
2008-10-28 12:56:34 +00:00
Marc Weber 489620f05c added fdupes-1.40 (utility to find duplicate files) provided by Marco Maggesi
svn path=/nixpkgs/trunk/; revision=13134
2008-10-28 11:56:43 +00:00
Ludovic Courtès 79bcd85e81 GNU cflow: Fix reference to `cpp'.
svn path=/nixpkgs/trunk/; revision=13132
2008-10-28 10:25:10 +00:00
Ludovic Courtès 6921e41e84 Add GNU cflow.
svn path=/nixpkgs/trunk/; revision=13129
2008-10-28 08:43:44 +00:00
Michael Raskin 89c807afc1 Wine update
svn path=/nixpkgs/trunk/; revision=13128
2008-10-28 07:28:39 +00:00
Michael Raskin 3cceb8afd8 Added atheros injection patches (from aircrack)
svn path=/nixpkgs/trunk/; revision=13127
2008-10-28 07:28:16 +00:00
Peter Simons 99893c8aec Improved granularity of the GnuPG 2.x expression.
Use ${NIXPKGS_CONFIG} to enable or disable optional support for various
libraries:

  gnupg =
  {
    ldap = true;        // needs openldap
    bzip2 = true;       // needs libbzip2
    usb = true;         // needs libusb
    curl = true;        // needs curl
  };

Per default, all options are enabled (which is what the expression used
to do prior to this patch).

Furthermore, there is the legacy option

  gnupg =
  {
     idea = false;
  };

for GnuPG version 1.x, which is disabled by default. GnuPG 2 ignores
this option.

svn path=/nixpkgs/trunk/; revision=13126
2008-10-27 10:26:07 +00:00
Peter Simons a7ec87e557 Lower priority of haddock 2.1.0: the package doesn't compile with current GHC.
svn path=/nixpkgs/trunk/; revision=13125
2008-10-27 10:25:50 +00:00
Marc Weber 6e9ab10616 libwww-perl-5.818 -> 5.819
svn path=/nixpkgs/trunk/; revision=13124
2008-10-26 21:20:46 +00:00
Marc Weber 232d0afe8e fltk version bump 2.0.x-r6483
svn path=/nixpkgs/trunk/; revision=13123
2008-10-26 20:29:47 +00:00
Marc Weber fa6b7a742c using private mirror for eclipse
svn path=/nixpkgs/trunk/; revision=13122
2008-10-26 18:19:25 +00:00
Marc Weber 20a15e993b eclipse-new expression (update of eclipse_classic_src)
It supports now insntalling some plugins (however the eclipse path will be copied once)
You can still just copy the whole store path to you home directory to install additional
plugins using update sites

svn path=/nixpkgs/trunk/; revision=13121
2008-10-26 17:45:14 +00:00
Marc Weber a08ed61bba added writeTextFile superseding all the other writeText writeScript(Bin) functions
svn path=/nixpkgs/trunk/; revision=13120
2008-10-26 17:44:44 +00:00
Marc Weber a9b19788fb simplified isOption reusing typeOf
svn path=/nixpkgs/trunk/; revision=13119
2008-10-26 17:44:23 +00:00
Marc Weber 2cb8e66b8f removed dead code. I think this kind of builder is to heavy for hundreds of haskell packages which we might have in the future
svn path=/nixpkgs/trunk/; revision=13118
2008-10-26 17:44:03 +00:00
Michael Raskin 8f633828ed Compiz-Fusion 0.7.8
svn path=/nixpkgs/trunk/; revision=13117
2008-10-26 11:58:42 +00:00
Marc Weber 4ec10291ef liboil update (0.3.13 -> 0.3.15)
svn path=/nixpkgs/trunk/; revision=13116
2008-10-26 08:40:11 +00:00
Marc Weber df75b55ba6 added gtk-doc
svn path=/nixpkgs/trunk/; revision=13115
2008-10-26 08:39:38 +00:00
Michael Raskin 8c3f202c09 Made it easy to build custom xf86videoati version
svn path=/nixpkgs/trunk/; revision=13112
2008-10-25 07:19:07 +00:00
Armijn Hemel f3cb5427d4 2.5.1 -> 2.5.2
svn path=/nixpkgs/trunk/; revision=13111
2008-10-24 21:34:42 +00:00
Michael Raskin b38742e0c2 Adding a more stable X.org ati driver version (more stable for dualview)
svn path=/nixpkgs/trunk/; revision=13108
2008-10-24 05:13:23 +00:00
Eelco Dolstra 663868f6ed * More Catalyst stuff.
svn path=/nixpkgs/trunk/; revision=13107
2008-10-23 23:48:24 +00:00
Peter Simons 574a1aa636 Added build expression for doxygen 1.5.7.1.
svn path=/nixpkgs/trunk/; revision=13106
2008-10-23 14:23:12 +00:00
Peter Simons 775fd2aac2 MonadLab: Haskell tool (and library) for automatic generation of layered monads
svn path=/nixpkgs/trunk/; revision=13105
2008-10-23 14:22:36 +00:00
Michael Raskin 06d01c6d00 Defaukt for python-full is everything-on
svn path=/nixpkgs/trunk/; revision=13104
2008-10-22 22:08:56 +00:00
Eelco Dolstra d5ee2e2dba * Use mirror://cpan/.
svn path=/nixpkgs/trunk/; revision=13103
2008-10-22 19:25:35 +00:00
Eelco Dolstra cd48c1b496 * Unbreak the DB_File / BerkeleyDB Perl modules.
svn path=/nixpkgs/trunk/; revision=13102
2008-10-22 19:25:01 +00:00
Eelco Dolstra 94a773eed3 * Disable make check for now, still investigating...
svn path=/nixpkgs/trunk/; revision=13101
2008-10-21 23:00:31 +00:00
Eelco Dolstra 23ee8eff77 * More Perl packages.
svn path=/nixpkgs/trunk/; revision=13100
2008-10-20 03:58:49 +00:00
Ludovic Courtès da6811d2d2 Build Avahi.
svn path=/nixpkgs/trunk/; revision=13099
2008-10-19 18:57:41 +00:00
Marc Weber ffcfd819f5 added longDescription example usage to ruby-gems
svn path=/nixpkgs/trunk/; revision=13097
2008-10-19 12:59:34 +00:00
Marc Weber ea22df581b added hg2git
svn path=/nixpkgs/trunk/; revision=13096
2008-10-18 21:08:42 +00:00
Wouter den Breejen a4cc4210b5 NTFS-3g version update (tested for compilation)
svn path=/nixpkgs/trunk/; revision=13095
2008-10-18 18:31:10 +00:00
Michael Raskin a3ef6d2fe4 Gnash still fails, this time in its own tests. Let buildfarm do a release..
svn path=/nixpkgs/trunk/; revision=13094
2008-10-18 18:14:45 +00:00
Marc Weber c111811aab mercurial : hgk = hg view = gitk for hg tool support
svn path=/nixpkgs/trunk/; revision=13093
2008-10-18 12:01:24 +00:00
Eelco Dolstra 7efb0e0764 * More Catalyst stuff.
svn path=/nixpkgs/trunk/; revision=13092
2008-10-18 09:32:59 +00:00
Eelco Dolstra cb2095b3d6 * Added Catalyst and lots of (Perl) dependencies. Not finished yet.
We should really generate these from CPAN automatically.

svn path=/nixpkgs/trunk/; revision=13091
2008-10-17 14:14:50 +00:00
Marc Weber 777b377582 dooh - mjpegtools forgotten to bump name version as well
svn path=/nixpkgs/trunk/; revision=13090
2008-10-16 23:24:37 +00:00
Ludovic Courtès 8521b5c73f DejaGNU: Update comments, document chroot impurity.
svn path=/nixpkgs/trunk/; revision=13088
2008-10-16 20:54:32 +00:00
Ludovic Courtès 81542299cc DejaGNU: Disable test suite for now.
svn path=/nixpkgs/trunk/; revision=13087
2008-10-16 20:11:21 +00:00
Eelco Dolstra bbf7342a10 * Added Adobe Flash Player 10.
svn path=/nixpkgs/trunk/; revision=13085
2008-10-16 13:36:27 +00:00
Peter Simons d0266c0818 all-packages.nix: added (low priority) attribute "subversionStatic"
The expression builds entirely statically linked subversion binaries.

svn path=/nixpkgs/trunk/; revision=13084
2008-10-16 12:42:29 +00:00
Peter Simons 4288826941 subversion-1.5.x: added new parameter "static"
If static is set, subversion will be built with "--enable-all-static". The flag
is currently unused (and default to 'false'), because I haven't figured out a
good way to expose that functionality to the user.

svn path=/nixpkgs/trunk/; revision=13083
2008-10-16 12:42:20 +00:00
Peter Simons 17a9d60d01 neon-0.28: add support for a static library build (unused by default)
svn path=/nixpkgs/trunk/; revision=13082
2008-10-16 12:42:07 +00:00
Peter Simons 974bb73947 subversion: generally use version 1.5.x by default
svn path=/nixpkgs/trunk/; revision=13081
2008-10-16 12:41:59 +00:00
Peter Simons b4da0ccf16 git: updated from 1.6.0.1 to 1.6.0.2
svn path=/nixpkgs/trunk/; revision=13080
2008-10-16 12:41:46 +00:00
Marc Weber e4d2d81f9d subversion = subversion15 (was ..14)
svn path=/nixpkgs/trunk/; revision=13079
2008-10-16 11:01:18 +00:00
Marc Weber 9faee768da added swftools
svn path=/nixpkgs/trunk/; revision=13078
2008-10-16 11:01:10 +00:00
Michael Raskin 27c0b887ac Re-enabling Gnash build
svn path=/nixpkgs/trunk/; revision=13077
2008-10-16 03:42:29 +00:00
Michael Raskin e5e8d4307f Temporarily disable gnash to make a release
svn path=/nixpkgs/trunk/; revision=13076
2008-10-15 20:17:59 +00:00
Michael Raskin 0e7e7da6a1 Adding possibility to have rich Python installation for development but use only the base one for, say, OpenOffice (and be able to use buildfarm). Codeville and Bazaar use the rich variant - they do have some use for it..
svn path=/nixpkgs/trunk/; revision=13075
2008-10-15 20:01:39 +00:00