1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Remove former GNU ed expression.

svn path=/nixpkgs/trunk/; revision=11716
This commit is contained in:
Ludovic Courtès 2008-04-25 16:14:08 +00:00
parent 51bf90108f
commit 578b598fbb

View file

@ -1,7 +0,0 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "ed-0.9";
src = fetchurl {
url = mirror://gnu/ed/ed-0.9.tar.bz2;
sha256 = "1xy746g7ai9gmv6iq2x1ll8x6wy4fi9anfh7gj5ifsdnaiahgyi2";
};
}