mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00: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 ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
|
makeFlags = [ "execgamesdir=$(out)/bin" ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -Dm644 {nki,$out/share/games/robotfindskitten}/vanilla.nki
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Yet another zen simulation; A simple find-the-kitten game";
|
description = "Yet another zen simulation; A simple find-the-kitten game";
|
||||||
homepage = http://robotfindskitten.org/;
|
homepage = http://robotfindskitten.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user