mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #30453 from dtzWill/fix/robotfindskitten
robotfindskitten: install req'd data and put bin in $out/bin
This commit is contained in:
commit
bee8066e45
@ -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