Fixed problem with worddir and ruledir path.

This commit is contained in:
Jonathan Glines 2014-06-08 22:44:06 -06:00
parent 150f6f9ee6
commit 54ba3c7ff4

View File

@ -3,9 +3,12 @@
stdenv.mkDerivation {
name = "typespeed-0.6.5";
buildInputs = [ ncurses ];
configureFlags = "--with-highscoredir=/tmp";
src = fetchurl {
url = http://typespeed.sourceforge.net/typespeed-0.6.5.tar.gz;
sha256 = "5c860385ceed8a60f13217cc0192c4c2b4705c3e80f9866f7d72ff306eb72961";
};
patches = [ ./typespeed-config-in-home.patch ];
configureFlags = "--datadir=\${out}/share/";
}