mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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
Block a user