Commit graph

486 commits

Author SHA1 Message Date
Marc Weber 9b6d60f961 svn path=/nixpkgs/trunk/; revision=9250 2007-09-04 13:26:33 +00:00
Marc Weber 8544d7313f additionally copying the lib/opera/plugin/libnpp.so into the executable
directory to make plugins work and get rid of the missing library warning

svn path=/nixpkgs/trunk/; revision=9244
2007-09-03 15:07:19 +00:00
Marc Weber 088a6817db added:
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul

changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added                                                 

svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Eelco Dolstra 1adacdf150 * Make screenshots work in the Gimp, add it to the channel.
svn path=/nixpkgs/trunk/; revision=9229
2007-08-31 13:14:20 +00:00
Andres Löh 6399d000a2 * upgrade darcs to 1.0.9
svn path=/nixpkgs/trunk/; revision=9214
2007-08-28 19:50:55 +00:00
Eelco Dolstra 867e7e2847 * Subversion 1.4.5.
svn path=/nixpkgs/trunk/; revision=9205
2007-08-28 08:33:30 +00:00
Eelco Dolstra d39fd2a578 * Rewrite all the kernel.org URLs to mirror://kernel/.
svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +00:00
Eelco Dolstra 544cb9cb83 * Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra 45a2c87402 * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of
fetchurl {
      url = http://heanet.dl.sourceforge.net/sourceforge/zapping/zapping-0.9.6.tar.bz2;
      md5 = "8306775c6a11de4d72345b5eee970ea6";
    };

  you can write

    fetchurl {
      url = mirror://sourceforge/zapping/zapping-0.9.6.tar.bz2;
      md5 = "8306775c6a11de4d72345b5eee970ea6";
    };

  which causes fetchurl to try the SourceForge mirrors listed in the
  `sourceforge' attribute in build-support/fetchurl/mirrors.nix.
  (They're currently tried in sequence, and the lists of mirrors are
  not configurable yet.)

  The syntax for mirror URLs is mirror://site/path/to/file, where
  `site' is currently one of `sourceforge', `gnu' (mirrors of
  ftp://ftp.gnu.org/pub/gnu) and `kernel' (mirrors of
  http://www.all.kernel.org/pub/).

svn path=/nixpkgs/trunk/; revision=9197
2007-08-27 12:44:01 +00:00
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Armijn Hemel ec9d5c9471 update to 2.1.1
svn path=/nixpkgs/trunk/; revision=9187
2007-08-22 12:29:26 +00:00
Eelco Dolstra 16c6da0129 * Emacs 22.1. This is the default now, but 21.4 is still around
(as is the 23.0.0.1 alpha).

svn path=/nixpkgs/trunk/; revision=9175
2007-08-20 13:48:56 +00:00
Eelco Dolstra b5db5e6e61 * Fix /bin/pwd and /bin/ls so that `firefox <filename>' works on
NixOS.

svn path=/nixpkgs/trunk/; revision=9173
2007-08-20 13:04:14 +00:00
Armijn Hemel cf9bc5c79c update to 2.4.0-rc1. Does not fix NIXPKGS-54
svn path=/nixpkgs/trunk/; revision=9151
2007-08-18 01:20:34 +00:00
Michael Raskin 282c064669 Moved pidgin-latex to pidgin-plugins, added aggregatable link for pidgin-otr.
svn path=/nixpkgs/trunk/; revision=9147
2007-08-17 09:31:09 +00:00
Armijn Hemel c8c3eb7c18 add Off The Record, encryption plugin for pidgin. Needs a pidgin wrapper to work nicely.
svn path=/nixpkgs/trunk/; revision=9146
2007-08-16 23:16:42 +00:00
Armijn Hemel 813f26af95 move some buildInputs to propagatedBuildInputs, since these are also used by some external Pidgin plugins
svn path=/nixpkgs/trunk/; revision=9145
2007-08-16 23:14:52 +00:00
Armijn Hemel 63aa0fbb30 update to 2.1.0
svn path=/nixpkgs/trunk/; revision=9141
2007-08-16 21:07:45 +00:00
Michael Raskin 54a1f25c4c Added conditional concatenation and used it for name and configureFlags generation.
svn path=/nixpkgs/trunk/; revision=9136
2007-08-15 21:17:11 +00:00
Andres Löh e00feaaad1 * added gv (ghostscript-with-X is a dependency)
svn path=/nixpkgs/trunk/; revision=9122
2007-08-14 14:09:58 +00:00
Eelco Dolstra 06a60d35d5 * xine-ui now needs pkgconfig.
svn path=/nixpkgs/trunk/; revision=9119
2007-08-14 12:58:09 +00:00
Eelco Dolstra fbfed1e2d8 * xine-lib 1.1.7, xine-ui 0.99.5.
svn path=/nixpkgs/trunk/; revision=9118
2007-08-14 12:10:11 +00:00
Eelco Dolstra 5ede228a68 * Thunderbird 2.0.0.6.
svn path=/nixpkgs/trunk/; revision=9115
2007-08-14 10:15:49 +00:00
Andres Löh 86874956a5 * be more fault tolerant in the unison wrapper
svn path=/nixpkgs/trunk/; revision=9114
2007-08-13 17:08:14 +00:00
Michael Raskin 118e9d6ebf Corrected a flaw that made automated package silently accept any extra arguments
svn path=/nixpkgs/trunk/; revision=9101
2007-08-11 11:14:36 +00:00
Michael Raskin efbabdb598 Converted Vim package to a template-based form with only lists filled in manually. Added library functions to support it. Added two proposed package templates to top-level, so that every discussion about package format can result in just editing templates or adding new ones.
svn path=/nixpkgs/trunk/; revision=9100
2007-08-11 10:34:07 +00:00
Michael Raskin 2d6a65b666 Included some configuration for Vim.
svn path=/nixpkgs/trunk/; revision=9099
2007-08-10 19:53:30 +00:00
Andres Löh 3d519c2bed * add unison
- unison uses a wrapper script to add font-schumacher-misc to the local X font path
    if the font isn't already present; this is necessary for it to work, but not terribly
    nice ...
* lablgtk is a dependency of unison
  - handling of library dirs with ocaml is a hack so far; in principle, ocaml needs
    a general setup for library dirs like ghc

svn path=/nixpkgs/trunk/; revision=9094
2007-08-10 08:21:31 +00:00
Eelco Dolstra e9aa891e4a * Pan 0.132.
svn path=/nixpkgs/trunk/; revision=9079
2007-08-09 13:38:19 +00:00
Armijn Hemel fcd736f20b add PythonMagick 0.7
svn path=/nixpkgs/trunk/; revision=9078
2007-08-09 01:11:51 +00:00
Armijn Hemel 9ca1e31d3e 6.3.5-0 -> 6.3.5-5
svn path=/nixpkgs/trunk/; revision=9076
2007-08-09 00:14:14 +00:00
Eelco Dolstra 081b456a17 * Revert to a version that works.
svn path=/nixpkgs/trunk/; revision=9073
2007-08-08 22:34:50 +00:00
Andres Löh 681551d96c * add mercurial
svn path=/nixpkgs/trunk/; revision=9069
2007-08-08 13:36:58 +00:00
Andres Löh e539c80d47 * add SSL and IMAP support to mutt
svn path=/nixpkgs/trunk/; revision=9056
2007-08-06 12:18:55 +00:00
Andres Löh d1f24e346f * added mutt (almost unusable so far, since no extra stuff is compiled in)
svn path=/nixpkgs/trunk/; revision=9052
2007-08-05 18:23:53 +00:00
Andres Löh 2527df90cd * added irssi
svn path=/nixpkgs/trunk/; revision=9051
2007-08-05 18:22:12 +00:00
Michael Raskin 908786f816 Added ratpoison window manager
svn path=/nixpkgs/trunk/; revision=9039
2007-08-03 22:25:15 +00:00
Michael Raskin c3529a7a73 Changed hash to match updated download on macromedia site.
svn path=/nixpkgs/trunk/; revision=9032
2007-08-02 21:37:38 +00:00
Eelco Dolstra f643c7bcb8 * Another security critical release.
svn path=/nixpkgs/trunk/; revision=9028
2007-08-01 15:48:26 +00:00
Eelco Dolstra 259f619d8d * VLC 0.8.6c.
svn path=/nixpkgs/trunk/; revision=9027
2007-07-28 22:23:58 +00:00
Eelco Dolstra 327ceccecb * Thunderbird 2.0.0.5.
svn path=/nixpkgs/trunk/; revision=9026
2007-07-28 20:21:57 +00:00
Eelco Dolstra 7d5152714e * Some updates.
svn path=/nixpkgs/trunk/; revision=9025
2007-07-28 20:19:33 +00:00
Michael Raskin 6b2b602299 Corrected handling of latex errors.
svn path=/nixpkgs/trunk/; revision=9000
2007-07-18 20:32:51 +00:00
Wouter den Breejen 860a5d0b70 Worked on openoffice (2)
svn path=/nixpkgs/trunk/; revision=8998
2007-07-18 16:45:50 +00:00
Wouter den Breejen fa88a69936 Worked on openoffice
svn path=/nixpkgs/trunk/; revision=8997
2007-07-18 16:45:07 +00:00
Yury G. Kudryashov 4b33c46279 * ion-3 and elinks added, missprint in qt-4 corrected
svn path=/nixpkgs/trunk/; revision=8993
2007-07-17 19:29:53 +00:00
Michael Raskin 26ad059fb5 Added cdrkit to burn DVDs.
svn path=/nixpkgs/trunk/; revision=8958
2007-07-07 22:31:37 +00:00
Michael Raskin ee4bc350af Added pidgin-latex.
svn path=/nixpkgs/trunk/; revision=8957
2007-07-07 19:22:28 +00:00
Michael Raskin 1253a722f5 Updated ImageMagick version. Old version seems to be unavailable, and earlier had a checksum change.
svn path=/nixpkgs/trunk/; revision=8956
2007-07-07 13:34:39 +00:00