Commit graph

4780 commits

Author SHA1 Message Date
Eelco Dolstra e1410edbc9 * GCC 4.2.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11890
2008-05-26 07:36:32 +00:00
Michael Raskin 82177d1bc2 Added xxdiff
svn path=/nixpkgs/trunk/; revision=11888
2008-05-25 20:43:56 +00:00
Armijn Hemel 5e6eafa332 2.4.1 -> 2.4.2
I disabled quite a few protocols and things (NetworkManager, other stuff). If anyon wants to have them enabled, be my guest :-P

svn path=/nixpkgs/trunk/; revision=11887
2008-05-25 12:26:46 +00:00
Michael Raskin e0caa641c0 Packages changes, needed after recent kernel expression restructurisation
svn path=/nixpkgs/trunk/; revision=11883
2008-05-22 19:29:23 +00:00
Eelco Dolstra 5f4c7bcf53 * Fix build-for-release.nix.
svn path=/nixpkgs/trunk/; revision=11882
2008-05-22 14:01:40 +00:00
Eelco Dolstra 0aea0db581 * Put all packages that depend on a specific kernel (notably kernel
modules) together in an attribute set returned by the function
  "kernelPackagesFor" that takes a kernel as argument.  For instance,
  kernelPackages_2_6_23 is the result of calling this function with
  kernel_2_6_23.

  This is necessary in NixOS to make it easier to override the kernel:
  it's not enough to just specify a different kernel (via the
  boot.kernel option), but you also need matching nvidiaDriver, aufs,
  iwlwifi, etc.  Having a single attribute set that contains all
  kernel-related packages makes this much easier.

* The kernel now has a passthru attribute "features" that allows NixOS
  expressions to test whether a kernel has certain features.  For
  instance, the externel "iwlwifi" kernel module package should only
  be built on kernels < 2.6.24, as kernels >= 2.6.24 have iwlwifi
  support integrated.  So the NixOS expressions can do the test
  "kernel.features ? iwlwifi" to see if the iwlwifi package should be
  built.

  Kernel patches can declare additional features.  E.g., the fbsplash
  patch adds a "fbSplash" feature.

svn path=/nixpkgs/trunk/; revision=11881
2008-05-22 12:01:24 +00:00
Eelco Dolstra c741baeb4e * Proper name attribute.
svn path=/nixpkgs/trunk/; revision=11879
2008-05-22 11:39:30 +00:00
Ludovic Courtès e37d384491 Git: Revert pointless `all-packages.nix' in r11877.
svn path=/nixpkgs/trunk/; revision=11878
2008-05-22 09:58:31 +00:00
Ludovic Courtès 392d2f5acf Git: Don't depend on Perl libs and Subversion when no Subversion support is built.
svn path=/nixpkgs/trunk/; revision=11877
2008-05-22 08:06:52 +00:00
Marc Weber bd0df285fa x264 codec lib added
svn path=/nixpkgs/trunk/; revision=11876
2008-05-22 00:18:45 +00:00
Michael Raskin 7cc066df68 LZMA support in builderDefs; gpm added
svn path=/nixpkgs/trunk/; revision=11874
2008-05-21 13:27:41 +00:00
Michael Raskin ad848d5a01 Added general purpose mouse daemon.
svn path=/nixpkgs/trunk/; revision=11873
2008-05-21 13:26:42 +00:00
Ludovic Courtès 1fffc63a27 GnuTLS 2.2.5 (security fix).
svn path=/nixpkgs/trunk/; revision=11872
2008-05-21 13:17:14 +00:00
Eelco Dolstra 7f9e885071 * Fix building Pan with a recent Glib. Patch courtesy of Gentoo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11871
2008-05-21 11:42:46 +00:00
Eelco Dolstra 90891496d8 * Fixed libgnomeprintui.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11868
2008-05-21 11:07:20 +00:00
Eelco Dolstra 9037d9287a * Added a Fedora 9 image.
svn path=/nixpkgs/trunk/; revision=11865
2008-05-21 09:35:15 +00:00
Eelco Dolstra ae972ce4d3 * Linux 2.6.25.4.
* Updated AUFS for 2.6.25.  Also applied a patch to the kernel that
  AUFS needs, unfortunately.

svn path=/nixpkgs/trunk/; revision=11864
2008-05-21 09:19:44 +00:00
Marc Weber 32bf11a247 updated hasktags (now uses file extension to distingiush between (non) and literate files
svn path=/nixpkgs/trunk/; revision=11862
2008-05-20 18:25:06 +00:00
Eelco Dolstra 8a2c8d8e8f * Disable xulrunner, it's broken on modern gtk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11858
2008-05-20 15:33:41 +00:00
Eelco Dolstra eca684a44b * Gnome 2.22.1.
* Moved some of the Gnome package Nix expressions into
  pkgs/desktops/gnome/default.nix - no need to have them in separate
  files.  This way the code is much shorter.  Still to be done for all
  the other Gnome packages.
* Glib 2.16.3.

svn path=/nixpkgs/branches/stdenv-updates/; revision=11855
2008-05-20 14:25:09 +00:00
Eelco Dolstra 80e0fbb261 * Raise the dpi.
svn path=/nixpkgs/trunk/; revision=11854
2008-05-20 11:57:40 +00:00
Eelco Dolstra c21a987841 * Update libglade to a version that builds with current gtk. We
should update all of Gnome at some point...

svn path=/nixpkgs/branches/stdenv-updates/; revision=11853
2008-05-20 09:36:55 +00:00
Eelco Dolstra 32a4d08be3 * Latest version.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11852
2008-05-20 09:23:28 +00:00
Eelco Dolstra 090642585e * Doh!
svn path=/nixpkgs/branches/stdenv-updates/; revision=11851
2008-05-20 09:23:18 +00:00
Eelco Dolstra a4e77530c8 * nss_ldap: purity fix: don't try to install /etc/ldap.conf.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11850
2008-05-20 09:19:17 +00:00
Marc Weber b4ed67b58a fixed/removed extra git-svn wrapper. Now you can enable svn support by git = { svnSupport = true; }, git-svn executable is removed if you don't enable it
svn path=/nixpkgs/trunk/; revision=11849
2008-05-19 18:29:07 +00:00
Eelco Dolstra 1d6f0ab989 * On Linux, build coreutils with ACL support.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11848
2008-05-19 15:12:03 +00:00
Eelco Dolstra 79ed6fcf36 * Obsolete.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11847
2008-05-19 13:41:40 +00:00
Eelco Dolstra 011179a980 * Updated attr and acl.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11846
2008-05-19 13:39:28 +00:00
Ludovic Courtès e1aea4d59b GnuTLS: ``downgrade'' to 2.2.4 since 2.2.x is the current stable branch anyway.
svn path=/nixpkgs/trunk/; revision=11845
2008-05-19 13:11:05 +00:00
Eelco Dolstra 7ced607acb * Disable some systems that are currently missing in the build farm.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11844
2008-05-19 12:16:48 +00:00
Ludovic Courtès 09f95efe18 ImageMagick: Use the `imagemagick' mirror scheme.
svn path=/nixpkgs/trunk/; revision=11843
2008-05-19 09:32:24 +00:00
Michael Raskin af0fd31e49 Now that there is *.meta.function, *Fun is redundant. Did this for libertine
svn path=/nixpkgs/trunk/; revision=11840
2008-05-18 08:13:07 +00:00
Michael Raskin 9b91af24d3 Now Funpidgin recognizes ScreenSaver extension
svn path=/nixpkgs/trunk/; revision=11839
2008-05-18 06:12:45 +00:00
Michael Raskin 732e12095e Added debug option alwaysFail to builderDefs; fixed a long-time bug in the process..
svn path=/nixpkgs/trunk/; revision=11838
2008-05-18 05:12:39 +00:00
Eelco Dolstra 374ccd290b * runLaTeX: added an option to copy the collected TeX inputs to $out
(useful when you need to send TeX sources for a paper to a third
  party).

svn path=/nixpkgs/trunk/; revision=11837
2008-05-16 11:48:46 +00:00
Eelco Dolstra 3042994875 * ImageMagick: don't need to keep old versions I guess.
* texFunctions.simpleTexToPNG: purity (use our own ImageMagick).

svn path=/nixpkgs/trunk/; revision=11836
2008-05-16 11:26:23 +00:00
Eelco Dolstra 4bbd9bab29 * ImageMagick: code cleanup and added another source URL
(ftp.imagemagick.org seems to be down now).

svn path=/nixpkgs/trunk/; revision=11835
2008-05-16 11:05:37 +00:00
Michael Raskin 86b0350dba Some more details about texLiveAggregation in comment
svn path=/nixpkgs/trunk/; revision=11832
2008-05-16 04:52:47 +00:00
Nicolas Pierron 6cbefd2f91 Update ImageMagick version.
svn path=/nixpkgs/trunk/; revision=11831
2008-05-15 22:02:56 +00:00
Michael Raskin 09ab1882a9 top-level changes ..
svn path=/nixpkgs/trunk/; revision=11829
2008-05-15 17:51:41 +00:00
Michael Raskin 5b98b7ac77 Added 3.Head version of Squid. Supports IPv6 servers.
svn path=/nixpkgs/trunk/; revision=11828
2008-05-15 17:51:22 +00:00
Michael Raskin e0d76ed8b2 Added Funpidgin - a pidgin IM fork
svn path=/nixpkgs/trunk/; revision=11827
2008-05-15 17:50:49 +00:00
Marc Weber bc8505609d blender compiles with physics engine now
svn path=/nixpkgs/trunk/; revision=11826
2008-05-14 13:39:20 +00:00
Marc Weber 95dd111ba8 leksah doesnt build yet
svn path=/nixpkgs/trunk/; revision=11825
2008-05-14 09:34:08 +00:00
Nicolas Pierron b96a83dc06 Add iodine-0.4.1
svn path=/nixpkgs/trunk/; revision=11824
2008-05-14 08:01:03 +00:00
Nicolas Pierron a0e09761e5 Add diffstat. (by Vincent Ordy)
svn path=/nixpkgs/trunk/; revision=11823
2008-05-14 07:58:32 +00:00
Andres Löh d54af59148 * enabled header cache support for mutt
svn path=/nixpkgs/trunk/; revision=11822
2008-05-13 19:21:09 +00:00
Marc Weber 29fb522f0a missing fetch info
svn path=/nixpkgs/trunk/; revision=11821
2008-05-13 13:53:02 +00:00
Marc Weber aa8cc3222b missing piece hopefully fixing server build
svn path=/nixpkgs/trunk/; revision=11820
2008-05-13 13:19:52 +00:00
Marc Weber c59433ffda updated ghc stuff (added WashNGo, readded support for using local package db)
svn path=/nixpkgs/trunk/; revision=11819
2008-05-13 08:40:57 +00:00
Marc Weber 1f15a6abfd updated cmake to 2.6.0 (Pierre on #cmake told me it's almost compatible with 2.4) so I don't expect any trouble
svn path=/nixpkgs/trunk/; revision=11814
2008-05-11 14:52:09 +00:00
Armijn Hemel 7ab6fe7900 add libmicrohttpd
svn path=/nixpkgs/trunk/; revision=11813
2008-05-11 11:46:48 +00:00
Marc Weber e38b426fda fixing bad location of hddtemp (spotted by gour) (tools -> tools/misc)
svn path=/nixpkgs/trunk/; revision=11812
2008-05-11 11:18:16 +00:00
Michael Raskin acf7290ae7 Added MDBtools
svn path=/nixpkgs/trunk/; revision=11811
2008-05-11 09:45:26 +00:00
Michael Raskin 66f306ac4e Removing tetex reference in E Prover
svn path=/nixpkgs/trunk/; revision=11810
2008-05-10 09:19:50 +00:00
Tobias Hammerschmidt 2741145987 updatet qt4 to 4.4.0 and cleaned up the nix expression a little bit, breaks a lot of stuff depending on qt4 I suppose ;-)
svn path=/nixpkgs/trunk/; revision=11809
2008-05-10 09:09:56 +00:00
Michael Raskin 1696499db2 URL fix
svn path=/nixpkgs/trunk/; revision=11808
2008-05-10 07:15:35 +00:00
Armijn Hemel fca723a4a7 2.6.0 -> 2.6.3
svn path=/nixpkgs/trunk/; revision=11807
2008-05-10 00:20:15 +00:00
Eelco Dolstra 7736d51d6d * Minor type error.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11806
2008-05-09 16:30:08 +00:00
Eelco Dolstra 537dc07161 * libpng 1.2.29.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11805
2008-05-09 16:12:46 +00:00
Eelco Dolstra def8943aeb svn path=/nixpkgs/branches/stdenv-updates/; revision=11804 2008-05-09 16:02:14 +00:00
Eelco Dolstra 75fa800307 * GNU tar 1.20.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11800
2008-05-09 14:56:29 +00:00
Eelco Dolstra 90f1d76790 * Bash 3.2 patchlevel 39.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11799
2008-05-09 14:55:03 +00:00
Ludovic Courtès 7cc1d84272 GNU Guile 1.8.5.
svn path=/nixpkgs/trunk/; revision=11798
2008-05-09 12:12:26 +00:00
Ludovic Courtès 5052fe194d vpnc: Fix `pcf2vpnc'.
svn path=/nixpkgs/trunk/; revision=11791
2008-05-09 08:02:56 +00:00
Ludovic Courtès 8b838d3cb2 dhcp: Fix path of dhclient-script' used in dhclient', fix dependencies of `dhclient-script'.
svn path=/nixpkgs/trunk/; revision=11788
2008-05-08 22:08:58 +00:00
Eelco Dolstra fb790c15e9 * Check against accidentally mixing kernel versions (e.g. Linux 2.6.25
with AUFS built against Linux 2.6.23).

svn path=/nixpkgs/trunk/; revision=11784
2008-05-08 15:36:19 +00:00
Eelco Dolstra e6028ae5f4 * Doh, wrong hash.
svn path=/nixpkgs/trunk/; revision=11779
2008-05-08 11:00:18 +00:00
Eelco Dolstra c30b6e0476 * Linux 2.6.25.2.
svn path=/nixpkgs/trunk/; revision=11778
2008-05-08 10:58:22 +00:00
Eelco Dolstra 180018f3c4 * Build Linux 2.6.25 as well.
svn path=/nixpkgs/trunk/; revision=11777
2008-05-08 10:57:18 +00:00
Eelco Dolstra 2fa9669469 * e2fsprogs 1.40.8.
svn path=/nixpkgs/trunk/; revision=11776
2008-05-08 10:56:59 +00:00
Eelco Dolstra 8245a813fe * Latest Gentoo patches for Grub. Includes a fix for booting from
ext3 filesystems with 256-byte inodes (created by mke2fs >= 1.40.5
  by default).

svn path=/nixpkgs/trunk/; revision=11775
2008-05-08 10:40:17 +00:00
Tobias Hammerschmidt 326a234888 version update
svn path=/nixpkgs/trunk/; revision=11774
2008-05-07 18:37:55 +00:00
Tobias Hammerschmidt d3fa67d742 thunderbird-2.0.0.12 -> thunderbird-2.0.0.14
svn path=/nixpkgs/trunk/; revision=11773
2008-05-07 18:32:33 +00:00
Ludovic Courtès 800f4d31e9 Fix the iwl4965 firmware (Intel Wi-Fi).
svn path=/nixpkgs/trunk/; revision=11770
2008-05-07 12:15:00 +00:00
Pjotr Prins 4609c9dae9 Support for R-language (statistical)
svn path=/nixpkgs/trunk/; revision=11769
2008-05-07 11:24:28 +00:00
Michael Raskin 99ae50d128 Security update for Thunderbird
svn path=/nixpkgs/trunk/; revision=11768
2008-05-07 10:17:22 +00:00
Michael Raskin d7b1fdabd3 all-packages.nix changes; now builderDefsPackage includes .meta.function attribute
svn path=/nixpkgs/trunk/; revision=11767
2008-05-07 07:23:20 +00:00
Michael Raskin 8fa23b53af Added tailor
svn path=/nixpkgs/trunk/; revision=11766
2008-05-07 07:22:41 +00:00
Michael Raskin cfff8a9c1a Converted Socat package to uilderDefsPackage format
svn path=/nixpkgs/trunk/; revision=11765
2008-05-07 07:22:04 +00:00
Eelco Dolstra c3e2c90fb6 * Linux 2.6.25.1.
svn path=/nixpkgs/trunk/; revision=11764
2008-05-06 12:49:37 +00:00
Michael Raskin bbb2ccf825 removed lowPrio wrapping of stdenv.curl which could be null
svn path=/nixpkgs/trunk/; revision=11760
2008-05-06 07:22:17 +00:00
Michael Raskin 8e898fff8f all-packages.nix changes for previous commits
svn path=/nixpkgs/trunk/; revision=11758
2008-05-06 07:03:41 +00:00
Michael Raskin 9b2cc890eb Updated customisable Nix expression
svn path=/nixpkgs/trunk/; revision=11757
2008-05-06 07:03:09 +00:00
Michael Raskin 2e1be8618b Upgraded Squid. IPv6 does not work fully yet.
svn path=/nixpkgs/trunk/; revision=11756
2008-05-06 07:02:33 +00:00
Michael Raskin e9b3f798ba Added Ikarus Scheme
svn path=/nixpkgs/trunk/; revision=11755
2008-05-06 07:01:50 +00:00
Michael Raskin 26bdb2a619 Added option for SQLite support to Python2.5
svn path=/nixpkgs/trunk/; revision=11754
2008-05-06 07:01:34 +00:00
Eelco Dolstra 03f51200c2 * A function `runInGenericVM' that performs a build in an arbitrary VM
image (i.e., it can contain any OS that obeys the interface
  documented in the comment).  See `testFreeBSD' for an example that
  performs a build of the ATerm library on FreeBSD 7.0.  This will be
  used in the build farm to perform builds for platforms for which we
  cannot synthesize VM images automatically.

svn path=/nixpkgs/trunk/; revision=11753
2008-04-29 12:32:17 +00:00
Michael Raskin 1d06f6f78e .ttf font file supports OpenType features better than .otf for XeLaTeX..
svn path=/nixpkgs/trunk/; revision=11744
2008-04-29 01:38:46 +00:00
Marc Weber 36afa85e4d belongs to previous patch
svn path=/nixpkgs/trunk/; revision=11743
2008-04-28 22:33:20 +00:00
Marc Weber e17c96c881 Support for profiling (all libraries) enabled by custom config
moved flapjax to ghcExecutables
added haskelldb mysql
added ghc darcs build (left in comments)

svn path=/nixpkgs/trunk/; revision=11742
2008-04-28 22:27:03 +00:00
Michael Raskin 0875919fa1 Now Linux Libertine font works in TeX
svn path=/nixpkgs/trunk/; revision=11740
2008-04-28 11:06:56 +00:00
Michael Raskin c6cf72aaa9 Added font building support to builder-defs; made realCurl configurable; added Linux Libertine font; added ConTEXt
svn path=/nixpkgs/trunk/; revision=11739
2008-04-28 10:10:44 +00:00
Michael Raskin c9c55bd3fd Added Linux Libertine font
svn path=/nixpkgs/trunk/; revision=11738
2008-04-28 10:08:40 +00:00
Michael Raskin 87a1c3d55e Now making font accessible to freetype in standart location
svn path=/nixpkgs/trunk/; revision=11736
2008-04-28 01:09:58 +00:00
Michael Raskin c9027b1cba Added ConTEXt; cyrillic seems to be fundamentally broken...
svn path=/nixpkgs/trunk/; revision=11735
2008-04-28 00:25:42 +00:00
Michael Raskin 55f4987f42 Added optionalString (similar to optional)
svn path=/nixpkgs/trunk/; revision=11733
2008-04-27 23:17:24 +00:00
Armijn Hemel 10ca296d82 change 'name' to version number of the tarball (was still at 0.99.7)
svn path=/nixpkgs/trunk/; revision=11732
2008-04-27 21:47:21 +00:00
Marc Weber 675af79fb8 hsql updated
svn path=/nixpkgs/trunk/; revision=11731
2008-04-27 21:28:00 +00:00
Marc Weber 52c3910434 added cproto ( C function prototype generator )
svn path=/nixpkgs/trunk/; revision=11730
2008-04-27 18:20:57 +00:00
Michael Raskin d05d1e3af5 Stupid package name typo
svn path=/nixpkgs/trunk/; revision=11729
2008-04-26 15:54:37 +00:00
Michael Raskin e89e85c210 all-packages.nix changes for two previous commits
svn path=/nixpkgs/trunk/; revision=11728
2008-04-26 15:23:46 +00:00
Michael Raskin 60c21a2a38 Updated Atheros MadWiFi driver
svn path=/nixpkgs/trunk/; revision=11727
2008-04-26 15:23:17 +00:00
Michael Raskin 07d8e53774 Added LModern TeX Fonts
svn path=/nixpkgs/trunk/; revision=11726
2008-04-26 15:22:48 +00:00
Marc Weber 1c85e0fc2b added missing top-level attribute pinentry
svn path=/nixpkgs/trunk/; revision=11725
2008-04-25 23:43:14 +00:00
Marc Weber 7d2df0d5a1 moved pidgin near packages starting with p (was near f maybe because pidgin was called gaim?)
svn path=/nixpkgs/trunk/; revision=11724
2008-04-25 23:40:18 +00:00
Tobias Hammerschmidt 1ad80e8dbc java 6 update 6
svn path=/nixpkgs/trunk/; revision=11723
2008-04-25 21:49:54 +00:00
Tobias Hammerschmidt 1b5ef4d462 xine-lib 1.1.12
svn path=/nixpkgs/trunk/; revision=11722
2008-04-25 21:49:25 +00:00
Ludovic Courtès d07956e45f GNU ed: Fix typo in description.
svn path=/nixpkgs/trunk/; revision=11717
2008-04-25 16:14:49 +00:00
Ludovic Courtès 578b598fbb Remove former GNU ed expression.
svn path=/nixpkgs/trunk/; revision=11716
2008-04-25 16:14:08 +00:00
Ludovic Courtès 51bf90108f Move GNU ed, add meta-information.
svn path=/nixpkgs/trunk/; revision=11715
2008-04-25 16:13:36 +00:00
Eelco Dolstra 8d1d839579 * Fix for building Linux 2.6.25.
svn path=/nixpkgs/trunk/; revision=11712
2008-04-25 10:22:09 +00:00
Michael Raskin 6af82b0239 Typo fix
svn path=/nixpkgs/trunk/; revision=11709
2008-04-24 18:31:47 +00:00
Michael Raskin 65bf14f91b Minor updates
svn path=/nixpkgs/trunk/; revision=11708
2008-04-24 17:00:28 +00:00
Marc Weber d3a5cca1a1 Added pinentry (now needed to generate gnupg2 keys)
There are different versions (qt/gtk and console)
Shall we strive for a solution working out of the box (see comments in gnupg2)
I think a gui pinentry is more suitable because it also works invoked from guil email clients

svn path=/nixpkgs/trunk/; revision=11695
2008-04-23 19:42:10 +00:00
Marc Weber 454b9875d4 added keychain, a gentoo tool to start gnupg and ssh daemon writing pids to a file so that you can share them easily on different shells
svn path=/nixpkgs/trunk/; revision=11693
2008-04-23 10:51:23 +00:00
Eelco Dolstra 319feed942 * Latest Cairo / GTK.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11692
2008-04-23 10:48:10 +00:00
Eelco Dolstra 6aae26a1d8 * Curl 7.18.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11691
2008-04-23 09:30:09 +00:00
Eelco Dolstra 09ab596e0f * Remove calls to fail().
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00
Eelco Dolstra fc56e69590 * Remove some obsolete stuff.
svn path=/nixpkgs/trunk/; revision=11689
2008-04-23 07:22:55 +00:00
Eelco Dolstra 16f2d8b2d5 * Implement the succeedOnFailure flag by trapping EXIT. This makes
the fail() function unnecessary.
* Flag showBuildStats to print execution times on builder exit.

svn path=/nixpkgs/branches/stdenv-updates/; revision=11688
2008-04-23 07:19:48 +00:00
Tobias Hammerschmidt 3490452490 corrected site-lisp directory
svn path=/nixpkgs/trunk/; revision=11687
2008-04-22 20:28:25 +00:00
Marc Weber dcd4ea7fad Modified eclipse wrapper so that options are possed to the real eclipse executable now (so you can extend perm space easily.. )
svn path=/nixpkgs/trunk/; revision=11686
2008-04-22 18:26:57 +00:00
Eelco Dolstra a218b9b2e7 * Updated coreutils and findutils.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11685
2008-04-22 13:12:45 +00:00
Eelco Dolstra 64222f4f33 * Linux 2.6.25 (not tested yet).
svn path=/nixpkgs/trunk/; revision=11684
2008-04-22 12:01:53 +00:00
Ludovic Courtès 4c87a1d285 Remember: Fix tiny things.
svn path=/nixpkgs/trunk/; revision=11680
2008-04-22 09:07:34 +00:00
Ludovic Courtès 629754cc94 Update Exuberant Ctags.
svn path=/nixpkgs/trunk/; revision=11678
2008-04-22 08:50:10 +00:00
Eelco Dolstra ab14de7316 * Put back the longDescription.
svn path=/nixpkgs/trunk/; revision=11673
2008-04-22 07:57:31 +00:00
Eelco Dolstra ad2b8b43f1 * Comment out ghc68extraLibs (it breaks the Nixpkgs release due to
missing files and I don't understand the code...).

svn path=/nixpkgs/trunk/; revision=11672
2008-04-22 07:20:34 +00:00
Eelco Dolstra ba767eab2e * Audacious: enable support for playing CDs.
svn path=/nixpkgs/trunk/; revision=11671
2008-04-22 07:14:47 +00:00
Marc Weber 9152db766f kde shipped with a copy of this lib. They have removed it. I guess we need id nevertheless?
svn path=/nixpkgs/trunk/; revision=11669
2008-04-21 15:20:49 +00:00
Sander van der Burg ccb0730d5e Added kile editor
svn path=/nixpkgs/trunk/; revision=11665
2008-04-21 13:12:44 +00:00
Sander van der Burg fda958f307 Added my favourite IRC client konversation
svn path=/nixpkgs/trunk/; revision=11663
2008-04-21 12:11:34 +00:00
Marc Weber ddc5ab4472 wpa_supplicant updated to 0.6.3
svn path=/nixpkgs/trunk/; revision=11662
2008-04-21 08:32:30 +00:00
Tobias Hammerschmidt 4e57926353 wine 0.9.60
svn path=/nixpkgs/trunk/; revision=11659
2008-04-18 21:08:38 +00:00
Michael Raskin 34460a0b56 Moved pidgin-latex to TeXLive
svn path=/nixpkgs/trunk/; revision=11658
2008-04-18 20:23:26 +00:00
Ludovic Courtès f7d9bb93bf numactl: Fix post-install.
svn path=/nixpkgs/trunk/; revision=11657
2008-04-18 14:46:29 +00:00
Ludovic Courtès aaf6f7b7e4 Add numactl/libnuma, Linux-specific NUMA support tools.
svn path=/nixpkgs/trunk/; revision=11656
2008-04-18 14:38:27 +00:00
Ludovic Courtès 7ea8e8a363 Add Remember, an Emacs mode to remember things.
svn path=/nixpkgs/trunk/; revision=11655
2008-04-18 14:27:42 +00:00
Tobias Hammerschmidt 8449e0bbe6 version 2.0.0.14
svn path=/nixpkgs/trunk/; revision=11654
2008-04-17 21:03:32 +00:00
Marc Weber 7e2bedae24 +tagsoup hxt libraries, patch for hsql to support new time library
svn path=/nixpkgs/trunk/; revision=11651
2008-04-17 15:27:08 +00:00
Marc Weber f6b653238c added polyparse
svn path=/nixpkgs/trunk/; revision=11649
2008-04-16 08:45:50 +00:00
Tobias Hammerschmidt cfc9624c08 X11 version 1.4.2, added xmobar a minimalistic status bar written in haskell (integrates fine with xmonad)
svn path=/nixpkgs/trunk/; revision=11645
2008-04-15 20:03:25 +00:00
Marc Weber 5f5fb2ce5d exposing /bin/* as well because of helper applications such as hsc2hs
svn path=/nixpkgs/trunk/; revision=11636
2008-04-15 17:05:28 +00:00
Ludovic Courtès ec9950c07a git-svn: Don't produce any binary other than `git-svn'.
svn path=/nixpkgs/trunk/; revision=11635
2008-04-15 14:49:36 +00:00
Ludovic Courtès 7e4f1e74c8 Git: Wrap `git-citool'.
svn path=/nixpkgs/trunk/; revision=11634
2008-04-15 12:37:44 +00:00
Marc Weber b6c405fac6 bazaar update 1.3.1
svn path=/nixpkgs/trunk/; revision=11633
2008-04-15 11:46:43 +00:00
Pjotr Prins 370d7a4a16 Added toplevel clustalw2
svn path=/nixpkgs/trunk/; revision=11632
2008-04-15 09:35:52 +00:00
Pjotr Prins 849e3eb21c biology/clustalw2 package
svn path=/nixpkgs/trunk/; revision=11631
2008-04-15 09:32:12 +00:00
Tobias Hammerschmidt cb6bb1aaa3 added xmonad-contrib a huge extension library for xmonad
svn path=/nixpkgs/trunk/; revision=11625
2008-04-14 20:57:28 +00:00
Marc Weber 23264b9db7 darcs2 has a stable version now. This patch reflects this change
svn path=/nixpkgs/trunk/; revision=11624
2008-04-14 19:59:26 +00:00
Ludovic Courtès f875c682d4 Add DejaGNU, a testing framework.
svn path=/nixpkgs/trunk/; revision=11623
2008-04-14 11:47:26 +00:00
Martin Bravenboer 2086656c45 getopt is in util-linux on opensuse
svn path=/nixpkgs/trunk/; revision=11620
2008-04-13 21:04:21 +00:00
Martin Bravenboer 4dfe3d704f suse doesn't have getopt ...
svn path=/nixpkgs/trunk/; revision=11619
2008-04-13 20:55:21 +00:00
Martin Bravenboer a99990c5f6 Added getopt to the opensuse package list.
svn path=/nixpkgs/trunk/; revision=11617
2008-04-13 20:31:07 +00:00
Michael Raskin d30797b8ac Updated gw6c and cleaned up the expression
svn path=/nixpkgs/trunk/; revision=11614
2008-04-13 08:23:58 +00:00
Armijn Hemel 1898afa254 add 2.12 GTK plus dependencies. I just took the latest of every dependency, so this might not be correct. Feel free to fix.
svn path=/nixpkgs/trunk/; revision=11612
2008-04-12 18:48:48 +00:00
Ludovic Courtès 4579a2a530 Git 1.5.5.
svn path=/nixpkgs/trunk/; revision=11611
2008-04-12 12:52:31 +00:00
Marc Weber 7e43554ace Updated wireshark (used all-versions/ url now so if version changes url will still be valid in the future) - is this good or bad?
svn path=/nixpkgs/trunk/; revision=11610
2008-04-12 12:44:56 +00:00
Andres Löh 8a58e5fe49 * changed xmonad to use generic Cabal builder
* version bump to 0.7

svn path=/nixpkgs/trunk/; revision=11609
2008-04-12 12:34:21 +00:00
Eelco Dolstra ec8d275ded * Commented out some stuff that breaks the Nixpkgs release (missing
files: pg_darcsone.nix and xmonad.nix).

svn path=/nixpkgs/trunk/; revision=11607
2008-04-12 10:18:48 +00:00
Martin Bravenboer d3411fd235 svn path=/nixpkgs/trunk/; revision=11605 2008-04-12 05:19:37 +00:00
Martin Bravenboer ec52a66db4 Install all RPMs at the same time
svn path=/nixpkgs/trunk/; revision=11603
2008-04-12 05:03:36 +00:00
Tobias Hammerschmidt d62d2eea35 doh!
svn path=/nixpkgs/trunk/; revision=11595
2008-04-11 22:13:51 +00:00
Tobias Hammerschmidt 7b9624cda6 doh!
svn path=/nixpkgs/trunk/; revision=11594
2008-04-11 22:10:44 +00:00
Tobias Hammerschmidt d5d1cd93de added scala an object oriented and functional programming language
svn path=/nixpkgs/trunk/; revision=11593
2008-04-11 22:06:32 +00:00
Tobias Hammerschmidt 085dc5bc74 added ant-contrib, expression works but is really really ugly - maybe someone else can have a look at it?
svn path=/nixpkgs/trunk/; revision=11588
2008-04-11 21:32:00 +00:00
Eelco Dolstra 2f52d09204 * Use another Red Hat mirror.
svn path=/nixpkgs/trunk/; revision=11577
2008-04-11 16:20:09 +00:00
Marc Weber b9e87b09aa updated cabal version
svn path=/nixpkgs/trunk/; revision=11576
2008-04-11 15:39:27 +00:00
Eelco Dolstra 631586df47 * Don't run the RPM post-install scripts for Fedora 2/3. It seems to
hang.

svn path=/nixpkgs/trunk/; revision=11575
2008-04-11 15:36:03 +00:00
Marc Weber 6f08f0723d Fix only the source folder is tagged now when creating tags for ghc-extra libraries
svn path=/nixpkgs/trunk/; revision=11574
2008-04-11 15:26:51 +00:00
Ludovic Courtès 4ca098cdbc Add Mpage, a tool to print multiple pages per sheet on a PostScript printer.
svn path=/nixpkgs/trunk/; revision=11572
2008-04-11 13:22:35 +00:00
Eelco Dolstra 75222355db * Image generation for openSUSE 10.3.
svn path=/nixpkgs/trunk/; revision=11570
2008-04-11 11:52:40 +00:00
Eelco Dolstra 1cf96f65bf * XML::Simple 2.18.
svn path=/nixpkgs/trunk/; revision=11569
2008-04-11 11:49:14 +00:00
Michael Raskin a082b5df68 Now msfweb works with user-installed Ruby on rails.
svn path=/nixpkgs/trunk/; revision=11567
2008-04-11 10:40:30 +00:00
Marc Weber b40945afba still missing piece
svn path=/nixpkgs/trunk/; revision=11566
2008-04-11 10:25:28 +00:00
Marc Weber 05ebf87bbf missing files previous patch
svn path=/nixpkgs/trunk/; revision=11565
2008-04-11 10:22:52 +00:00
Michael Raskin 79bd6ee48a all-packages.nix changes for all the previous commits
svn path=/nixpkgs/trunk/; revision=11564
2008-04-11 09:32:27 +00:00
Michael Raskin 784d94c258 Adding Berkeley Labs Checkpointing/Restarting kernel module.. Work in progress - does not work with my 2.6.25-rc5-mm1. Maybe works on 2.6.23.. Added just not to comment out from all-packages.nix
svn path=/nixpkgs/trunk/; revision=11563
2008-04-11 09:30:46 +00:00
Michael Raskin 4ca642f1ad Added metasploit framework for security testing using exploit database
svn path=/nixpkgs/trunk/; revision=11562
2008-04-11 09:28:01 +00:00
Michael Raskin de117209bc Added uucp; this package also contains cu utility
svn path=/nixpkgs/trunk/; revision=11561
2008-04-11 09:27:18 +00:00
Michael Raskin 87ce868112 Added minicom
svn path=/nixpkgs/trunk/; revision=11560
2008-04-11 09:26:56 +00:00
Michael Raskin 938e11754e Compiz 0.7.4. Unfortunately, open-source ATi drivers do not support 3D on my card, so it is not tested.
svn path=/nixpkgs/trunk/; revision=11559
2008-04-11 09:25:58 +00:00
Michael Raskin 6f35c8fdf8 Added option for newer ATi drivers in X.org
svn path=/nixpkgs/trunk/; revision=11558
2008-04-11 09:24:16 +00:00
Michael Raskin c0426f6fe7 Added Ruby Gems. I have no idea how to better use repository-provided dependencies.
svn path=/nixpkgs/trunk/; revision=11557
2008-04-11 09:23:33 +00:00
Michael Raskin 0ef3e9e148 Added zlib and OpenSSL optional support to ruby
svn path=/nixpkgs/trunk/; revision=11556
2008-04-11 09:21:27 +00:00
Marc Weber 772fd74b99 Updated my ghc stuff.
New is the file containing executables (such as alex/ happy)
some new libraries
The wrapper no longer installs tags by default. You have to add it to your config
So I'm ready to start merging

svn path=/nixpkgs/trunk/; revision=11554
2008-04-11 00:40:10 +00:00
Nicolas Pierron 5efc5fe707 Add new game: openttd.
svn path=/nixpkgs/trunk/; revision=11553
2008-04-10 22:12:20 +00:00
Nicolas Pierron 4485ebdea6 Add real players codecs for MPlayer. (can now play *.rmvb files)
svn path=/nixpkgs/trunk/; revision=11552
2008-04-10 22:12:14 +00:00
Nicolas Pierron 0c4bd745ce Add Tk in the environment to run git-gui.
svn path=/nixpkgs/trunk/; revision=11551
2008-04-10 22:12:11 +00:00
Eelco Dolstra 64425af409 * Glibc must be in Java's RPATH.
svn path=/nixpkgs/trunk/; revision=11544
2008-04-10 12:11:53 +00:00
Arie Middelkoop 1a715e22e2 uuagc 0.9.6
svn path=/nixpkgs/trunk/; revision=11515
2008-04-09 14:26:47 +00:00
Eelco Dolstra 9c8f2009f8 * Generate the Fedora 5 RPM closure automatically.
svn path=/nixpkgs/trunk/; revision=11514
2008-04-09 12:51:54 +00:00
Eelco Dolstra d000918941 * Moved the Debian and RPM closure generators to vm/default.nix.
* In addition to the `diskImages' set, there now is a `diskImageFuns'
  set that holds functions to build a disk image for a specific
  distribution, given a list of names of top-level packages that
  should be included in the image.  This makes it easier to customise
  an image (e.g. if you want to build an RPM in an image with some
  very specific dependencies that aren't in the default image).

* Added Fedora 6.

svn path=/nixpkgs/trunk/; revision=11513
2008-04-09 12:02:15 +00:00
Eelco Dolstra 17bc8a1b90 * Use the `import <derivation>' feature to generate and import the Nix
expression for a Debian closure automatically (so that we don't have
  to remember to regenerate those files ourselves).  The `import
  <derivation>' feature generally shouldn't be used in Nixpkgs, but
  since it's only used in the buildfarm it should be fine.

svn path=/nixpkgs/trunk/; revision=11512
2008-04-09 11:19:17 +00:00
Eelco Dolstra 8e92a44ecf * Doh!
svn path=/nixpkgs/trunk/; revision=11511
2008-04-09 10:11:53 +00:00
Eelco Dolstra 19bcfb8231 * A tool for generating the closure of a set of top-level RPM packages
from the "primary.xml.gz" file of Fedora and OpenSUSE distributions.
  Analogous to the Deb closure generator.
  
* Image for Fedora 8.

svn path=/nixpkgs/trunk/; revision=11510
2008-04-09 10:06:16 +00:00
Eelco Dolstra bcb90548ab * Added a description.
svn path=/nixpkgs/trunk/; revision=11509
2008-04-09 10:02:26 +00:00
Ludovic Courtès 144e3b4e9d Guile: Use `share/guile/site' as the standard Guile module location.
svn path=/nixpkgs/trunk/; revision=11507
2008-04-09 08:15:30 +00:00
Ludovic Courtès 4126f26c7e Add G-Wrap, a binding generator for Guile.
svn path=/nixpkgs/trunk/; revision=11506
2008-04-09 07:56:52 +00:00
Ludovic Courtès 48f590e95c Add libffi, a foreign function interface library.
svn path=/nixpkgs/trunk/; revision=11505
2008-04-09 07:40:48 +00:00
Eelco Dolstra cde64235b3 * mirror://fedora.
svn path=/nixpkgs/trunk/; revision=11504
2008-04-09 07:36:33 +00:00
Armijn Hemel 1dec7caa10 2.4.0 -> 2.4.1
svn path=/nixpkgs/trunk/; revision=11503
2008-04-09 07:36:06 +00:00
Ludovic Courtès 38411d756d GnuTLS: Upgrade, run test suite, add support for Guile bindings.
svn path=/nixpkgs/trunk/; revision=11502
2008-04-09 07:30:05 +00:00
Eelco Dolstra 6b852ab38f * Optionally install extra RPMs before doing the build.
svn path=/nixpkgs/trunk/; revision=11500
2008-04-09 06:37:59 +00:00
Tobias Hammerschmidt ff87b2ffa9 version update
svn path=/nixpkgs/trunk/; revision=11495
2008-04-08 18:19:15 +00:00
Michael Raskin 44644a059f Updated TeXLive source URLs. Converted everything to mirror://debian, switched to dfsg.1.orig where orig unavailable
svn path=/nixpkgs/trunk/; revision=11493
2008-04-08 18:00:47 +00:00
Michael Raskin 2b9c9ab559 Added Lazarus IDE for Free Pascal Compiler.
svn path=/nixpkgs/trunk/; revision=11492
2008-04-08 15:11:34 +00:00
Michael Raskin 14eeb7fb50 Added Lazarus IDE for Free Pascal Compiler
svn path=/nixpkgs/trunk/; revision=11491
2008-04-08 15:10:09 +00:00
Eelco Dolstra 7d96471775 * Ignore services in nsswitch.conf that cannot be found (like
"mdns4_mininal" on Ubuntu).  This is a fix for NIXPKGS-79.  It
  doesn't *quite* fix the problem in all cases (there might be people
  actually using mDNS; they should just run the "nscd" daemon) but at
  least it should keep curl from failing in Nixpkgs downloads.

svn path=/nixpkgs/branches/stdenv-updates/; revision=11487
2008-04-08 12:28:03 +00:00
Eelco Dolstra 8a60c1726d * Removed some unused files.
svn path=/nixpkgs/trunk/; revision=11486
2008-04-08 10:44:06 +00:00
Ludovic Courtès d0d98958d2 Python 2.5: Add GDBM support.
svn path=/nixpkgs/trunk/; revision=11485
2008-04-08 07:37:49 +00:00
Ludovic Courtès 1f161a2789 Add GDBM, a key/value database library.
svn path=/nixpkgs/trunk/; revision=11480
2008-04-06 23:18:25 +00:00
Ludovic Courtès b5e0ee02aa cvs: Use SHA256 instead of MD5.
svn path=/nixpkgs/trunk/; revision=11473
2008-04-06 20:43:39 +00:00
Ludovic Courtès 07e3e56082 cvsps: Add Debian patches.
svn path=/nixpkgs/trunk/; revision=11472
2008-04-06 20:04:40 +00:00
Marc Weber 1923d17a7d gegl added (needs recent glibc)
svn path=/nixpkgs/trunk/; revision=11465
2008-04-04 20:57:09 +00:00
Eelco Dolstra 15a322f887 * php_unstable: caused nix-env to barf on FreeBSD.
svn path=/nixpkgs/trunk/; revision=11464
2008-04-04 18:49:49 +00:00
Eelco Dolstra 6fa8de41fa * Referring to stdenv.coreutils breaks on FreeBSD.
svn path=/nixpkgs/trunk/; revision=11463
2008-04-04 18:24:41 +00:00
Wouter den Breejen afc76c65c6 Firefox 3.5beta
svn path=/nixpkgs/trunk/; revision=11462
2008-04-04 17:37:57 +00:00
Marc Weber 9e83312bd1 svn path=/nixpkgs/trunk/; revision=11461 2008-04-04 16:58:19 +00:00
Marc Weber b82c4debb8 Added babl (pixel image transformation library usesd by gegl)
svn path=/nixpkgs/trunk/; revision=11460
2008-04-04 15:11:27 +00:00
Michael Raskin 359fc13fc6 Looks like needed to build php
svn path=/nixpkgs/trunk/; revision=11459
2008-04-03 06:01:08 +00:00
Ludovic Courtès 4a4e9a87f5 Add Bigloo, a fast Scheme compiler.
svn path=/nixpkgs/trunk/; revision=11458
2008-04-02 20:54:42 +00:00
Michael Raskin a693c53ec4 Attempts to get LLVM-gcc working are not yet succesful; but builder-defs updates are useful.
svn path=/nixpkgs/trunk/; revision=11457
2008-04-02 19:55:40 +00:00
Eelco Dolstra 76b73720da * Sometime LaTeX needs 4 passes.
svn path=/nixpkgs/trunk/; revision=11456
2008-04-02 15:10:49 +00:00
Sander van der Burg 99d512a41f Added hacky fetchsvn component which allows users to fetch code over svn+ssh
svn path=/nixpkgs/trunk/; revision=11455
2008-04-02 13:28:55 +00:00
Marc Weber d453801a76 added missing dependency gnumake to bigloo
svn path=/nixpkgs/trunk/; revision=11454
2008-04-02 12:41:33 +00:00
Marc Weber 0b6e4828cc added php curl support
svn path=/nixpkgs/trunk/; revision=11446
2008-04-01 18:16:01 +00:00
Ludovic Courtès 9231ea99d9 hibernate: Fix impurities.
svn path=/nixpkgs/trunk/; revision=11445
2008-04-01 17:31:31 +00:00
Michael Raskin bd9b19c180 GNU Fortran from GCC 4.2 works now
svn path=/nixpkgs/trunk/; revision=11442
2008-04-01 16:54:05 +00:00
Michael Raskin 9b67b4ba0f Updated MPFR
svn path=/nixpkgs/trunk/; revision=11441
2008-04-01 16:53:18 +00:00
Ludovic Courtès 415a837c3d Add `hibernate', an swsusp/Tux-on-Ice convenience script.
svn path=/nixpkgs/trunk/; revision=11438
2008-04-01 14:02:54 +00:00
Ludovic Courtès aa720c8431 Add At, the classical Unix command scheduler.
svn path=/nixpkgs/trunk/; revision=11434
2008-04-01 09:08:17 +00:00
Armijn Hemel d784268531 abiword 2.6.0
svn path=/nixpkgs/trunk/; revision=11398
2008-03-31 21:41:18 +00:00
Sander van der Burg 9dccbcfc55 Resolved issue with hard-corded path to /sbin/stty
svn path=/nixpkgs/trunk/; revision=11389
2008-03-31 12:57:12 +00:00
Ludovic Courtès b936188ce8 Add Quack, an Emacs mode for Scheme.
svn path=/nixpkgs/trunk/; revision=11388
2008-03-31 12:22:39 +00:00
Ludovic Courtès 2d5d545818 Git: Fix more impurities.
svn path=/nixpkgs/trunk/; revision=11373
2008-03-30 22:19:20 +00:00
Ludovic Courtès 1a64758585 Add Linux nfs-utils.
svn path=/nixpkgs/trunk/; revision=11367
2008-03-30 17:42:49 +00:00
Ludovic Courtès 553a3af3ce Update GNU Freefont.
svn path=/nixpkgs/trunk/; revision=11344
2008-03-29 22:07:15 +00:00
Tobias Hammerschmidt d333c4ee09 added xosd
svn path=/nixpkgs/trunk/; revision=11340
2008-03-29 00:49:26 +00:00
Tobias Hammerschmidt 87176f8dd3 doh
svn path=/nixpkgs/trunk/; revision=11321
2008-03-28 12:00:48 +00:00
Michael Raskin fa40aa96f5 Added ddrescue
svn path=/nixpkgs/trunk/; revision=11320
2008-03-28 11:59:50 +00:00
Tobias Hammerschmidt ff2fe8dce9 version update
svn path=/nixpkgs/trunk/; revision=11319
2008-03-28 11:58:36 +00:00
Michael Raskin 58a111421e Added jfsrec - JFS recovery tool
svn path=/nixpkgs/trunk/; revision=11318
2008-03-28 11:16:43 +00:00
Tobias Hammerschmidt 62478d6e0e lyx version update, use texLive instead of tetex
svn path=/nixpkgs/trunk/; revision=11315
2008-03-27 23:33:10 +00:00
Michael Raskin 112c78fa5c Added JFS utils and XFS progs
svn path=/nixpkgs/trunk/; revision=11313
2008-03-27 19:12:14 +00:00
Eelco Dolstra aa2a573225 * Latest unstable version.
svn path=/nixpkgs/trunk/; revision=11310
2008-03-27 17:54:17 +00:00
Ludovic Courtès 9ff94543d0 Add `doCheck = true' for GNU libcdio and GNU Idutils.
svn path=/nixpkgs/trunk/; revision=11308
2008-03-27 15:27:30 +00:00
Ludovic Courtès e63159998b Add R[345]RS, revisions of the Report on the Algorithmic Language Scheme.
svn path=/nixpkgs/trunk/; revision=11307
2008-03-27 14:40:08 +00:00