robotfindskitten: install req'd data and put bin in $out/bin
This commit is contained in:
parent
19997f0100
commit
e333df225e
|
@ -14,6 +14,12 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
makeFlags = [ "execgamesdir=$(out)/bin" ];
|
||||
|
||||
postInstall = ''
|
||||
install -Dm644 {nki,$out/share/games/robotfindskitten}/vanilla.nki
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Yet another zen simulation; A simple find-the-kitten game";
|
||||
homepage = http://robotfindskitten.org/;
|
||||
|
|
Loading…
Reference in New Issue