Commit graph

6 commits

Author SHA1 Message Date
Bjørn Forsman 4b61edb390 coredumper: mark as broken
It doesn't build. Bumping to latest version (1.2.1) didn't fix it. It
has no maintainers and the last time the expression was touched was in
2007.
2014-06-22 23:10:32 +02:00
Armijn Hemel f2cf59e511 -> 1.1
download location moved to googlecode.com

svn path=/nixpkgs/trunk/; revision=10008
2007-12-31 18:58:04 +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 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
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel 3e2dbd185d add Google's coredumper helper library (snapshots/coredumps for running programs)
svn path=/nixpkgs/trunk/; revision=5485
2006-06-21 21:05:39 +00:00