forked from mirrors/nixpkgs
typespeed: fix darwin compatibility
This commit is contained in:
parent
236cfe4e78
commit
487140e8ef
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
||||||
patches = [ ./typespeed-config-in-home.patch ];
|
patches = [ ./typespeed-config-in-home.patch ];
|
||||||
|
|
||||||
configureFlags = "--datadir=\${out}/share/";
|
configureFlags = "--datadir=\${out}/share/";
|
||||||
|
makeFlags = ["CC=cc"];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A curses based typing game";
|
description = "A curses based typing game";
|
||||||
|
|
Loading…
Add table
Reference in a new issue