forked from mirrors/nixpkgs
Merge pull request #16013 from nicknovitski/typespeed-darwin
typespeed: fix darwin compatibility
This commit is contained in:
commit
a357edc0c6
|
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
|||
patches = [ ./typespeed-config-in-home.patch ];
|
||||
|
||||
configureFlags = "--datadir=\${out}/share/";
|
||||
makeFlags = ["CC=cc"];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A curses based typing game";
|
||||
|
|
Loading…
Reference in a new issue