Oops, typespeed branch got merged somehow. Removed.

This commit is contained in:
Jonathan Glines 2014-06-13 10:11:42 -06:00
parent 93ea13874c
commit 57450acaca
2 changed files with 0 additions and 14 deletions

View File

@ -1,2 +0,0 @@
source $stdenv/setup
genericBuild

View File

@ -1,12 +0,0 @@
{ stdenv, fetchurl, ncurses }:
stdenv.mkDerivation {
name = "typespeed-0.6.5";
builder = ./builder.sh;
buildInputs = [ ncurses ];
configureFlags = "--with-highscoredir=/tmp";
src = fetchurl {
url = http://typespeed.sourceforge.net/typespeed-0.6.5.tar.gz;
sha256 = "5c860385ceed8a60f13217cc0192c4c2b4705c3e80f9866f7d72ff306eb72961";
};
}