Commit graph

1568 commits

Author SHA1 Message Date
Nicolas Pierron 9768f41783 Add PyX: Python graphics package.
svn path=/nixpkgs/trunk/; revision=11945
2008-06-01 16:06:18 +00:00
Marc Weber 898f448073 added mysql2pgsql (mysql dump to postrges sql converter) script
svn path=/nixpkgs/trunk/; revision=11943
2008-05-31 22:49:00 +00:00
Michael Raskin 47e9ed0386 Fixed tailor expression
svn path=/nixpkgs/trunk/; revision=11941
2008-05-31 07:26:13 +00:00
Michael Raskin ccf2d30c59 Added SVK.
svn path=/nixpkgs/trunk/; revision=11937
2008-05-30 18:15:25 +00:00
Nicolas Pierron 77175d5dc3 Add TaskJuggler: A project management tool.
svn path=/nixpkgs/trunk/; revision=11933
2008-05-29 19:12:53 +00:00
Ludovic Courtès ecc5f11e65 Add Stalin, an efficient Scheme compiler.
svn path=/nixpkgs/trunk/; revision=11927
2008-05-29 12:10:10 +00:00
Eelco Dolstra 6fe2f27877 * We don't have these platforms in the build farm currently.
svn path=/nixpkgs/trunk/; revision=11911
2008-05-27 16:56:08 +00:00
Andres Löh 45f5f8a5b3 * added pqiv image viewer
svn path=/nixpkgs/trunk/; revision=11908
2008-05-27 15:05:16 +00:00
Eelco Dolstra e21b6b6ee5 * curl: build with OpenSSL (https) support by default.
* Some fetchurl-related refactoring.  The `realCurl' attribute is
  gone, `curl' is the real thing.  To prevent an infinite recursion in
  `fetchurl' (because it depends on curl and building curl needs
  fetchurl), curl and its dependencies (openssl, zlib, perl) use
  `fetchurlBoot', which is the fetchurl used by the previous bootstrap
  phase (e.g. the statically linked version of curl for
  stdenv-linux).  So as a result you can use https:// urls almost
  everywhere.

  There's also some hackery to prevent a different curl from being
  built in every stdenv-linux bootstrap phase (namely the
  stdenv.fetchurl attribute which allows fetchurl to be overriden
  everywhere).

svn path=/nixpkgs/trunk/; revision=11905
2008-05-27 07:49:55 +00:00
Ludovic Courtès 2ead4b20b5 Add abcde, a command-line CD encoder.
svn path=/nixpkgs/trunk/; revision=11904
2008-05-26 20:54:34 +00:00
Ludovic Courtès 53be6f7ba4 Add cd-discid, a utility to retrieve a CD's CDDB ID.
svn path=/nixpkgs/trunk/; revision=11903
2008-05-26 20:18:45 +00:00
Eelco Dolstra d5bb11ed06 * noNoBDB attribute for building the unstable Nix no-bdb branch.
svn path=/nixpkgs/trunk/; revision=11896
2008-05-26 13:28:11 +00:00
Michael Raskin 99c9108757 OpenSSL support for Python
svn path=/nixpkgs/trunk/; revision=11894
2008-05-26 12:27:17 +00:00
Michael Raskin 9d3b0a2cb7 Added bazaar tools (not installed globally, just copied to share, you have to symlink them to your ~/.bazaar/plugins). Also readline support for python.
svn path=/nixpkgs/trunk/; revision=11893
2008-05-26 11:39:08 +00:00
Michael Raskin 642ff45e22 Added codeville - a distributed revision control system with special efforts spent on merging. Heh, efforts into RCS availability seem to have side effects on Python side, too..
svn path=/nixpkgs/trunk/; revision=11891
2008-05-26 07:47:07 +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
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
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
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 090642585e * Doh!
svn path=/nixpkgs/branches/stdenv-updates/; revision=11851
2008-05-20 09:23:18 +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 011179a980 * Updated attr and acl.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11846
2008-05-19 13:39:28 +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
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 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
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
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 aa8cc3222b missing piece hopefully fixing server build
svn path=/nixpkgs/trunk/; revision=11820
2008-05-13 13:19:52 +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
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 180018f3c4 * Build Linux 2.6.25 as well.
svn path=/nixpkgs/trunk/; revision=11777
2008-05-08 10:57:18 +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 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 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
Marc Weber 36afa85e4d belongs to previous patch
svn path=/nixpkgs/trunk/; revision=11743
2008-04-28 22:33:20 +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
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 e89e85c210 all-packages.nix changes for two previous commits
svn path=/nixpkgs/trunk/; revision=11728
2008-04-26 15:23:46 +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
Ludovic Courtès 51bf90108f Move GNU ed, add meta-information.
svn path=/nixpkgs/trunk/; revision=11715
2008-04-25 16:13:36 +00:00
Michael Raskin 65bf14f91b Minor updates
svn path=/nixpkgs/trunk/; revision=11708
2008-04-24 17:00:28 +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 64222f4f33 * Linux 2.6.25 (not tested yet).
svn path=/nixpkgs/trunk/; revision=11684
2008-04-22 12:01:53 +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
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 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 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
Pjotr Prins 370d7a4a16 Added toplevel clustalw2
svn path=/nixpkgs/trunk/; revision=11632
2008-04-15 09:35:52 +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
Michael Raskin d30797b8ac Updated gw6c and cleaned up the expression
svn path=/nixpkgs/trunk/; revision=11614
2008-04-13 08:23:58 +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
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
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 1cf96f65bf * XML::Simple 2.18.
svn path=/nixpkgs/trunk/; revision=11569
2008-04-11 11:49:14 +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
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
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
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
Michael Raskin 2b9c9ab559 Added Lazarus IDE for Free Pascal Compiler.
svn path=/nixpkgs/trunk/; revision=11492
2008-04-08 15:11:34 +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
Marc Weber 1923d17a7d gegl added (needs recent glibc)
svn path=/nixpkgs/trunk/; revision=11465
2008-04-04 20:57:09 +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
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 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
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
Tobias Hammerschmidt d333c4ee09 added xosd
svn path=/nixpkgs/trunk/; revision=11340
2008-03-29 00:49:26 +00:00
Michael Raskin fa40aa96f5 Added ddrescue
svn path=/nixpkgs/trunk/; revision=11320
2008-03-28 11:59:50 +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
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
Ludovic Courtès 9383efc9ba Add GNU Idutils, a text searching utility.
svn path=/nixpkgs/trunk/; revision=11300
2008-03-27 11:09:40 +00:00
Marc Weber 8c3e522f79 gitsvn wrapper adding needed perl libs to environment so that you can use git-svn out of the box
svn path=/nixpkgs/trunk/; revision=11299
2008-03-27 10:57:54 +00:00
Ludovic Courtès 62bcc0f821 Add `doCheck' for Guile-Lint and Guile-Library.
svn path=/nixpkgs/trunk/; revision=11289
2008-03-26 15:20:25 +00:00
Eelco Dolstra 31bc21974d * Purity fix in fontforge: don't look for /usr/include/libxml.
svn path=/nixpkgs/trunk/; revision=11288
2008-03-26 12:57:30 +00:00
Tobias Hammerschmidt 402126b350 changed tex dependency of auctex from tetex to texLive
svn path=/nixpkgs/trunk/; revision=11282
2008-03-25 11:33:20 +00:00
Marc Weber 1c36a32ce7 added jwm expression provided by tachermourir (mailinglist)
svn path=/nixpkgs/trunk/; revision=11281
2008-03-25 09:50:54 +00:00
Michael Raskin 57f29aca82 all-packages.nix changes for all previous commits..
svn path=/nixpkgs/trunk/; revision=11276
2008-03-24 19:40:15 +00:00
Marc Weber 438f35dac0 removed wmii includeUnpack hack having been used to support old and new setup script
svn path=/nixpkgs/trunk/; revision=11270
2008-03-23 16:52:27 +00:00
Michael Raskin 32bc662263 Zenmap - nmap graphical interface - now works
svn path=/nixpkgs/trunk/; revision=11269
2008-03-22 20:56:23 +00:00
Michael Raskin 712ba6a25c Updated nmap
svn path=/nixpkgs/trunk/; revision=11267
2008-03-22 19:52:11 +00:00
Michael Raskin b7ee7d1999 TeXLive. Now more configurable, and more options included. Beamer class for conference slides added. Before asking questions, look in configurations/misc/raskin.nix or in all-packages.nix .
svn path=/nixpkgs/trunk/; revision=11257
2008-03-22 13:04:04 +00:00
Marc Weber 43172fcb6a forgotten to commit this change (location fix documentation/hs2hs -> misc/hsc2hs)
svn path=/nixpkgs/trunk/; revision=11255
2008-03-21 18:07:02 +00:00
Marc Weber 1061800db4 added hsc2hs (makes interfacing C -> haskell easier)
svn path=/nixpkgs/trunk/; revision=11248
2008-03-21 01:24:43 +00:00
Marc Weber df0825351f added wxhaskell (wx,wxcore libs)
svn path=/nixpkgs/trunk/; revision=11246
2008-03-20 19:29:52 +00:00
Michael Raskin 71fe97475a Updated template for composing builder
svn path=/nixpkgs/trunk/; revision=11237
2008-03-20 15:56:17 +00:00
Michael Raskin 5f2bcdbdb6 Some refactorings in builderDefs. Psi is a simple showcase. TeXLive now works as far as English is concerned, and it is also updated up to newest builderDefs.
svn path=/nixpkgs/trunk/; revision=11235
2008-03-20 15:40:26 +00:00
Michael Raskin b0eb7aaa4b all-packages.nix changes for previous commits
svn path=/nixpkgs/trunk/; revision=11217
2008-03-20 09:52:40 +00:00
Tobias Hammerschmidt 1e2a4064f4 fixed references to /bin/mount and /bin/umount
svn path=/nixpkgs/trunk/; revision=11204
2008-03-19 13:08:11 +00:00
Marc Weber 2514c86033 reverted diff r11163-11164 (rgb not needed for tightvnc)
svn path=/nixpkgs/trunk/; revision=11188
2008-03-18 19:45:31 +00:00
Eelco Dolstra 113fafd778 * buildRPM: print out the RPMs in the image.
svn path=/nixpkgs/trunk/; revision=11168
2008-03-17 17:29:07 +00:00
Marc Weber 2a20ef9694 Added xlibs (rgb) to tightvnc as dependency (I still get error "Couldnt add screen")
svn path=/nixpkgs/trunk/; revision=11164
2008-03-17 14:32:08 +00:00
Eelco Dolstra 26a152653d * Adde xpra. Doesn't quite work yet.
* Removed python_alts.

svn path=/nixpkgs/trunk/; revision=11161
2008-03-17 13:45:50 +00:00
Ludovic Courtès a47057c615 Add nss-mdns', an NSS plug-in for the .local' domain, using mDNS.
svn path=/nixpkgs/trunk/; revision=11160
2008-03-17 13:41:54 +00:00
Arie Middelkoop 85f6478f93 Almost working nix-expression for EHC
(it installs EHC but is not able to produce code)

svn path=/nixpkgs/trunk/; revision=11158
2008-03-17 11:59:12 +00:00
Arie Middelkoop 33cd1691a6 Removed some of the buildInputs for the LLVM nix-expression that are not required.
svn path=/nixpkgs/trunk/; revision=11157
2008-03-17 11:28:52 +00:00
Arie Middelkoop c65d00efeb LLVM compiler
Low Level Virtual Machine
http://www.llvm.org/

svn path=/nixpkgs/trunk/; revision=11156
2008-03-17 11:18:21 +00:00
Eelco Dolstra 3ee0b9bb74 * makeInitrd, makeModulesClosure: moved from NixOS.
* Use sh from klibc in the initrd.

svn path=/nixpkgs/trunk/; revision=11154
2008-03-17 10:40:47 +00:00
Eelco Dolstra ed9107e33c * kernelscripts: seems to be obsolete.
svn path=/nixpkgs/trunk/; revision=11151
2008-03-17 09:44:14 +00:00
Eelco Dolstra 84d55847d2 * Clean up indentation (expanded tabs etc.).
svn path=/nixpkgs/trunk/; revision=11150
2008-03-17 09:41:28 +00:00
Michael Raskin 7698f380a0 Added x2vnc, a tool to control physically close but formally remote VNC display as an extension of local one.
svn path=/nixpkgs/trunk/; revision=11148
2008-03-17 06:29:32 +00:00
Ludovic Courtès d9fb721e1a Add `makePortmap' function, for use by NixOS.
svn path=/nixpkgs/trunk/; revision=11139
2008-03-15 23:39:18 +00:00
Ludovic Courtès fa2f6c5272 Add portmap, an ONC RPC directory service.
svn path=/nixpkgs/trunk/; revision=11138
2008-03-15 22:51:46 +00:00
Ludovic Courtès ac2f2f6cc5 Add `tcp-wrapper'.
svn path=/nixpkgs/trunk/; revision=11136
2008-03-15 22:41:31 +00:00
Eelco Dolstra 9f4d91df34 * Aangifte 2007.
svn path=/nixpkgs/trunk/; revision=11134
2008-03-15 21:45:57 +00:00
Ludovic Courtès 2788bf2902 Git: Wrap `gitk' so that it finds Tcl/Tk.
svn path=/nixpkgs/trunk/; revision=11133
2008-03-15 20:52:21 +00:00
Michael Raskin f87e85c2a8 Added LinuxDC++. Claimed to support newer protocol - claim is by valknut team..
svn path=/nixpkgs/trunk/; revision=11132
2008-03-15 06:11:45 +00:00
Marc Weber acf8a34a9a used bleeding edge source for synergy. Got different hash from cvs checkout.
svn path=/nixpkgs/trunk/; revision=11130
2008-03-15 04:35:29 +00:00
Eelco Dolstra 4624c8bc3f * klibShrunk: just the klibc binaries without header files etc; useful
for installation in initrds.

svn path=/nixpkgs/trunk/; revision=11125
2008-03-14 13:46:47 +00:00
Ludovic Courtès c02aea1925 ISC DHCP: Add a proper wrapper for dhclient-script' so that it finds hostname'
and friends; add a patch so that "make install" doesn't try to
"mkdir /var/run"; add `meta' attribute.

svn path=/nixpkgs/trunk/; revision=11123
2008-03-14 13:40:32 +00:00
Marc Weber 5695543482 added 2 repos and renamed ghc_68_extra to ghc68extraLibs
svn path=/nixpkgs/trunk/; revision=11109
2008-03-13 22:55:18 +00:00
Andres Löh 03a9016049 * added a preliminary nix expression for EHC, *DOESN'T WORK YET*
svn path=/nixpkgs/trunk/; revision=11103
2008-03-13 18:02:29 +00:00
Ludovic Courtès c1389c4f36 Guile: Run the test suite.
Warning: This makes `nix-worker' hang at the very end of the process,
once "make install" has completed and all installed files have been
scanned for references.

svn path=/nixpkgs/trunk/; revision=11099
2008-03-13 14:18:29 +00:00
Eelco Dolstra d8745d57b2 * mirror://debian: stripped the /pool part; there are other Debian
files that can be useful.
* mirror://ubuntu.

svn path=/nixpkgs/trunk/; revision=11097
2008-03-13 13:31:39 +00:00
Ludovic Courtès fdf6a69b3a Add CVSps, needed for instance by `git-cvsimport'.
svn path=/nixpkgs/trunk/; revision=11094
2008-03-13 10:02:57 +00:00
Ludovic Courtès ee5789b266 CVS: Depend on GNU Nano rather than Vim.
The former is a more reasonable dependency, and a standard one.

svn path=/nixpkgs/trunk/; revision=11093
2008-03-13 10:01:21 +00:00
Marc Weber 68e08a006a updated ghc pakcages (now contains gtk2hs and hdbc-postgresql)
introduced .meta.sourceWithTags (insteod of .passthru.sourceWithTags)
hack to get back all tags :-)

svn path=/nixpkgs/trunk/; revision=11092
2008-03-13 09:46:12 +00:00
Marc Weber 9d5e5ddc9e yap prolog system added
svn path=/nixpkgs/trunk/; revision=11090
2008-03-13 01:13:53 +00:00
Eelco Dolstra 6ea7522ba2 * Added dpkg.
svn path=/nixpkgs/trunk/; revision=11088
2008-03-12 20:46:47 +00:00
Ludovic Courtès 2d75587897 Docbook2X: Fix --to-stdout' option of docbook2texi', fix Perl dependencies
of all the perl scripts, add dependency on Texinfo since `makeinfo' can be
invoked directly by `docbook2texi --info'.

svn path=/nixpkgs/trunk/; revision=11083
2008-03-12 15:19:54 +00:00
Marc Weber 8939f24475 added svnmerge.py contrib tool
svn path=/nixpkgs/trunk/; revision=11075
2008-03-12 10:36:15 +00:00
Marc Weber ce75fe523a fixed missing fcgi
svn path=/nixpkgs/trunk/; revision=11069
2008-03-11 22:34:17 +00:00
Marc Weber bc76a1574e added missing sqlite on trunk
svn path=/nixpkgs/trunk/; revision=11067
2008-03-11 22:24:05 +00:00
Ludovic Courtès 59708608cb Git: Fix caller.
svn path=/nixpkgs/trunk/; revision=11059
2008-03-11 14:19:54 +00:00
Eelco Dolstra 90e3e57995 svn path=/nixpkgs/trunk/; revision=11058 2008-03-11 14:11:48 +00:00
Ludovic Courtès 03b5ac1b6c Git: Build documentation.
svn path=/nixpkgs/trunk/; revision=11057
2008-03-11 14:07:58 +00:00
Ludovic Courtès 498f57b9a8 AsciiDoc: Fix `CONF_DIR' in the executables.
svn path=/nixpkgs/trunk/; revision=11056
2008-03-11 14:06:52 +00:00
Ludovic Courtès 92246defa5 Add docbook2x.
svn path=/nixpkgs/trunk/; revision=11051
2008-03-11 09:34:17 +00:00
Marc Weber d36558d45a moved all the haskell packages within it's own file to keep all-packages smaller (suggested by niksnut)
svn path=/nixpkgs/trunk/; revision=11050
2008-03-11 09:18:14 +00:00
Ludovic Courtès f528309936 Remove dependencies on stdenv' components from xmlto'.
svn path=/nixpkgs/trunk/; revision=11049
2008-03-11 09:16:12 +00:00
Ludovic Courtès d195542ac3 Add `xmlto', a front-end to an XSL toolchain.
svn path=/nixpkgs/trunk/; revision=11048
2008-03-11 08:44:22 +00:00
Marc Weber 6a3f5200a7 Added a comment on how to get help about mkDerivationByConfiguration in all-packages.nix
svn path=/nixpkgs/trunk/; revision=11046
2008-03-11 08:11:06 +00:00
Marc Weber 8b7d3bff69 corrected nonsense sentence in my comment
svn path=/nixpkgs/trunk/; revision=11045
2008-03-10 20:47:26 +00:00
Armijn Hemel c16b552bac update liboil to 0.3.13 (and add some (new) missing deps)
add schroedinger, a free codec (might be moved to its own category instead of libs)

svn path=/nixpkgs/trunk/; revision=11043
2008-03-10 20:13:44 +00:00
Marc Weber c88710749b fixed two typos
svn path=/nixpkgs/trunk/; revision=11042
2008-03-10 19:29:40 +00:00
Ludovic Courtès bd361daf06 Add AsciiDoc.
svn path=/nixpkgs/trunk/; revision=11039
2008-03-10 15:57:14 +00:00
Ludovic Courtès bd680bfc0b wrapFirefox: Use GNU Gnash as the default Flash player, allow use of Adobe Flash
through the `firefox.enableAdobeFlash' Nixpkgs config attribute.

svn path=/nixpkgs/trunk/; revision=11037
2008-03-10 15:13:06 +00:00
Ludovic Courtès d35b3240fd Gnash: Add libXext' to the RPATH' of `gtk-gnash'.
svn path=/nixpkgs/trunk/; revision=11036
2008-03-10 15:05:32 +00:00
Tobias Hammerschmidt 8c5c656fb5 fixed skype, wesnoth updated to version 1.4
svn path=/nixpkgs/trunk/; revision=11033
2008-03-10 13:09:47 +00:00
Ludovic Courtès 7c7639a888 GNU Gnash 0.8.2, Agg 2.5.
svn path=/nixpkgs/trunk/; revision=11030
2008-03-10 09:48:17 +00:00
Wouter den Breejen d2c93e47a7 svn path=/nixpkgs/trunk/; revision=11028 2008-03-09 20:07:03 +00:00
Marc Weber bad0d45562 jdk updated to 1.5.0.15
updated bleeding edge stuff (should now work for the bulidfarm as well because
  dist files are stored on my server)
moved experimental my_env into its own file

svn path=/nixpkgs/trunk/; revision=11026
2008-03-09 00:08:45 +00:00
Marc Weber 227e6aa8a4 Commented ghcLibraryWrapper68
svn path=/nixpkgs/trunk/; revision=11019
2008-03-08 08:07:32 +00:00
Eelco Dolstra 5ebab60b5e * Latest GTK+, glib, ATK, Pango, FreeType, Cairo, Fontconfig.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11017
2008-03-07 15:43:43 +00:00
Ludovic Courtès d8bcaa4398 Add rsnapshot, an rsync-based remote backup tool.
svn path=/nixpkgs/trunk/; revision=11009
2008-03-07 09:33:51 +00:00
Michael Raskin b20aba1d92 Updated: RelFS. Added DictDB aggregation.
svn path=/nixpkgs/trunk/; revision=11006
2008-03-07 06:11:08 +00:00
Nicolas Pierron aec4356a10 * Add swi-prolog without any options.
svn path=/nixpkgs/trunk/; revision=11003
2008-03-06 21:53:54 +00:00
Marc Weber ddda0112e5 renamed bleeding_edge_* and createGhcWrapper -> ghc-wrapper
svn path=/nixpkgs/trunk/; revision=11001
2008-03-06 19:48:55 +00:00
Marc Weber 2d6940061e revert of my last commit to stdenv-update nix-env -qa \* --out-path works for me again
- sorry for the inconvinience

svn path=/nixpkgs/branches/stdenv-updates/; revision=11000
2008-03-06 18:44:09 +00:00
Ludovic Courtès 95c977a008 Remove gettext' dependency from e2fsprogsDiet'.
svn path=/nixpkgs/trunk/; revision=10998
2008-03-06 17:06:59 +00:00
Ludovic Courtès d1ed48981c Avahi: Make Qt4 support optional and configurable.
svn path=/nixpkgs/trunk/; revision=10997
2008-03-06 16:42:34 +00:00
Eelco Dolstra f41df276c6 e2fsprogs: drop the gettext dependency.
svn path=/nixpkgs/trunk/; revision=10992
2008-03-06 16:10:01 +00:00
Michael Raskin 003a6d10b5 Added CDDA support to MPlayer
svn path=/nixpkgs/trunk/; revision=10978
2008-03-06 09:34:36 +00:00
Michael Raskin 3b2f272341 Added dict and working on adding dictionaries
svn path=/nixpkgs/trunk/; revision=10976
2008-03-06 04:39:05 +00:00
Marc Weber a277b420ee annotatedDerivation removed
svn path=/nixpkgs/trunk/; revision=10975
2008-03-06 02:48:09 +00:00
Marc Weber 1b51b70317 - fetchdarcs supports now partial
- fetchdarcs_2pre added
- flapjax added
- no longer used : annotatedDerivations
- added bleeding edge repos with a tiny nix repository manager which dowloads and
  updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source
  (darcs tested only by now)
- added experimental my_environment with example

svn path=/nixpkgs/trunk/; revision=10974
2008-03-06 02:46:29 +00:00
Marc Weber 328da81b30 - fetchdarcs supports now partial
- fetchdarcs_2pre added
- flapjax added
- no longer used : annotatedDerivations
- added bleeding edge repos with a tiny nix repository manager which dowloads and
  updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source
  (darcs tested only by now)
- added experimental my_environment with example

svn path=/nixpkgs/branches/stdenv-updates/; revision=10973
2008-03-06 01:58:13 +00:00
Ludovic Courtès f6fc5661b8 Add PAM support to lsh.
svn path=/nixpkgs/trunk/; revision=10970
2008-03-05 16:49:51 +00:00
Ludovic Courtès ddb9d11f1c Add libcddb and GNU libcdio.
svn path=/nixpkgs/trunk/; revision=10960
2008-03-05 09:10:23 +00:00
Ludovic Courtès 8b34b723f7 Add GCC-UPC, a compiler for the UPC distributed shared memory language.
svn path=/nixpkgs/trunk/; revision=10956
2008-03-04 16:20:11 +00:00
Wouter den Breejen cfe56735b0 SNix update.
svn path=/nixpkgs/trunk/; revision=10950
2008-03-04 14:23:33 +00:00
Eelco Dolstra 167aa686ee * DBus 1.1.20.
svn path=/nixpkgs/trunk/; revision=10945
2008-03-04 13:30:34 +00:00
Michael Raskin 7001d91ba7 Added seccureUser, uild variant that does not lock memory.
svn path=/nixpkgs/trunk/; revision=10938
2008-03-03 23:32:50 +00:00
Michael Raskin 9f393398e2 Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcrypt
svn path=/nixpkgs/trunk/; revision=10928
2008-03-03 12:30:39 +00:00
Eelco Dolstra f30f36104b * Added Audacious, a fork of beep-media-player (which doesn't seem to
work very well after the Glibc update), plus its dependencies.

  TODO: make an audacious-wrapper that lets Audacious find its plugins
  automatically.  Currently you have to install audacious-plugins and
  symlink ~/.nix-profile/lib/audacious/* in
  ~/.local/share/audacious/Plugins.

svn path=/nixpkgs/trunk/; revision=10927
2008-03-03 10:55:20 +00:00
Michael Raskin 74aba16126 Added FontForge with X11 interface
svn path=/nixpkgs/trunk/; revision=10918
2008-03-02 22:02:28 +00:00
Marc Weber 4d6eef7a28 eclipse from source expression
svn path=/nixpkgs/trunk/; revision=10916
2008-03-02 21:17:23 +00:00
Michael Raskin 7d5ddd88a9 Added UCS-fonts
svn path=/nixpkgs/trunk/; revision=10915
2008-03-02 19:19:34 +00:00
Michael Raskin 71f8e0911a Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin 5ed88513ef Added template to use deb-package wrapper.
svn path=/nixpkgs/trunk/; revision=10911
2008-03-02 18:41:32 +00:00
Ludovic Courtès 26d4ecd5ad Add Bogofilter, a fast bayesian spam filter.
svn path=/nixpkgs/trunk/; revision=10908
2008-03-02 18:35:04 +00:00
Tobias Hammerschmidt b1ec2a1eb2 fixed ghc-6.6.1 and darcs
svn path=/nixpkgs/trunk/; revision=10901
2008-03-02 08:22:26 +00:00
Eelco Dolstra 50348f5258 * fetchsvn: Nix already checks the hash, no need for the builder to do it.
svn path=/nixpkgs/trunk/; revision=10896
2008-02-29 10:30:29 +00:00
Eelco Dolstra afe69eecbe * Use kernel 2.6 libcap.
svn path=/nixpkgs/trunk/; revision=10895
2008-02-29 09:42:12 +00:00
Eelco Dolstra 66738cc356 * fetchcvs: cleanup, use nix-store --add-fixed like fetchurl/svn.
Argument "url" renamed to "cvsRoot" (it's not a URL).

svn path=/nixpkgs/trunk/; revision=10889
2008-02-28 22:36:37 +00:00
Michael Raskin 5883330e2c Updated ImageMagick
svn path=/nixpkgs/trunk/; revision=10886
2008-02-28 18:53:39 +00:00
Michael Raskin dcddcf0d87 Updated QEmu.
svn path=/nixpkgs/trunk/; revision=10882
2008-02-28 09:59:34 +00:00
Eelco Dolstra 1c65ea4e20 * Added expect.
svn path=/nixpkgs/trunk/; revision=10877
2008-02-27 15:48:53 +00:00
Eelco Dolstra d1b9dcd68f * Added Emma, a Java code coverage tool.
svn path=/nixpkgs/trunk/; revision=10865
2008-02-26 15:48:14 +00:00
Eelco Dolstra 65dcf5ffa4 * Fix jre, and some cleanups.
svn path=/nixpkgs/trunk/; revision=10863
2008-02-26 15:24:33 +00:00
Eelco Dolstra 639f426905 * Moving stuff.
svn path=/nixpkgs/trunk/; revision=10861
2008-02-26 14:15:37 +00:00
Sander van der Burg a40f5bee8a Added jetty 6.1
svn path=/nixpkgs/trunk/; revision=10858
2008-02-26 09:26:17 +00:00
Sander van der Burg 1974f19dff Added smack library
svn path=/nixpkgs/trunk/; revision=10857
2008-02-26 09:07:12 +00:00
Sander van der Burg 80d4c9ed4a Added gwt-dragdrop library
svn path=/nixpkgs/trunk/; revision=10856
2008-02-26 08:48:40 +00:00
Eelco Dolstra 421e413507 * Added Findbugs.
svn path=/nixpkgs/trunk/; revision=10854
2008-02-25 14:55:30 +00:00
Sander van der Burg 23622f6cda Added gwt-widgets
svn path=/nixpkgs/trunk/; revision=10851
2008-02-25 12:45:17 +00:00
Eelco Dolstra 5ea761b23f * Merged the last of the trunk, preparing for switch...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Michael Raskin 6eaa389efa MySQL5 should be default already.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10846
2008-02-25 03:16:07 +00:00
Eelco Dolstra b0f3e2c543 * Disable darcs, it does not build with current GHC.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10845
2008-02-24 14:31:20 +00:00
Tobias Hammerschmidt e7f99973e1 Added libtorrent a bittorent library written in C++ for *nix and rtorrent a ncurses client for libtorrent.
svn path=/nixpkgs/trunk/; revision=10842
2008-02-23 12:11:27 +00:00
Michael Raskin 34d02fef81 Fixes to builderDefs related to PATH_DELIMITER..
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10841
2008-02-23 07:26:34 +00:00
Eelco Dolstra 2e92cabb37 * substitute: support patterns starting with a dash.
* Updated the kernel headers.
* ghc: setup hooks are now generated using substituteAll.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10838
2008-02-22 18:19:04 +00:00
Ludovic Courtès adc77fc0c7 Git: Make dependency on Emacs optional, per Yuri's request.
This works by looking for `git.useEmacs', a boolean, in the user's Nixpkgs
config file.  The default is `true' since it's only a build-time dependency
and most users are expected to install the pre-compiled substitute, which
doesn't pull Emacs.

svn path=/nixpkgs/trunk/; revision=10837
2008-02-22 16:51:51 +00:00
Ludovic Courtès c800565c73 Make Inkscape properly depend on Python, which is needed for some features.
svn path=/nixpkgs/trunk/; revision=10836
2008-02-22 16:24:58 +00:00
Eelco Dolstra 59d88c1772 * Revert r10833, it doesn't really work. Instead build ghcboot
with Perl 5.8.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10834
2008-02-22 14:43:00 +00:00
Eelco Dolstra d2d8d83f37 * A clever hack (due to Audrey Tang, see
http://consttype.blogspot.com/2007_07_01_archive.html) around the 
  fact that Perl 5.10 no longer supports the $* variable, which GHC's
  evil mangler requires.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10833
2008-02-22 14:09:29 +00:00
Ludovic Courtès c18141227f Add PyXML.
svn path=/nixpkgs/trunk/; revision=10832
2008-02-22 13:53:45 +00:00
Eelco Dolstra 3e72751bd9 * ghcboot was broken: the combination of patchelf and strip -S generates
broken binaries (NIXPKGS-85).  Worked around by not stripping.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10831
2008-02-22 12:25:00 +00:00
Eelco Dolstra 212148ec84 * Disable some packages on platforms where replace is still missing.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10830
2008-02-22 11:43:00 +00:00
Eelco Dolstra 01cf8be620 * Disable Quake 3 for now (fails with a warning treated as error).
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10829
2008-02-22 11:03:57 +00:00
Tobias Hammerschmidt 1ca69f74e5 svn path=/nixpkgs/trunk/; revision=10828 2008-02-22 10:12:01 +00:00
Tobias Hammerschmidt b567be7836 Added SSL support to fetchmail, maybe its better to add an argument withSSL?
svn path=/nixpkgs/trunk/; revision=10827
2008-02-22 10:09:54 +00:00
Michael Raskin 8ea6496a10 -
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +00:00
Eelco Dolstra b7e2573912 * Don't build gcc42 with texinfo. Texinfo has a dependency on ncurses which
doesn't compile in the bootstrap environment...

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10821
2008-02-21 20:32:53 +00:00
Ludovic Courtès 96d354f193 Add ACPI, a tiny ACPI client tool for Linux
svn path=/nixpkgs/trunk/; revision=10820
2008-02-21 20:13:36 +00:00