Merge pull request #30453 from dtzWill/fix/robotfindskitten

robotfindskitten: install req'd data and put bin in $out/bin
This commit is contained in:
Joachim F 2017-10-29 10:26:05 +00:00 committed by GitHub
commit bee8066e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/;