10 stdenv.mkDerivation rec {
11 version_name = "1.2.hanami.6";
14 src = fetchFromGitHub {
18 sha256 = "0vx12v5fm8ar3f1g6jbpmd3b1q652d32nc67ahkf28djbqjgcbnc";
20 nativeBuildInputs = [ imake gccmakedep ];
21 buildInputs = [ libX11 libXext ];
23 makeFlags = [ "BINDIR=$(out)/bin" "MANPATH=$(out)/share/man" ];
24 installTargets = [ "install" "install.man" ];
27 description = "Creates a cute cat chasing around your mouse cursor";
29 Oneko changes your mouse cursor into a mouse
30 and creates a little cute cat, which starts
31 chasing around your mouse cursor.
32 When the cat is done catching the mouse, it starts sleeping.
34 homepage = "https://github.com/IreneKnapp/oneko";
35 license = with licenses; [ publicDomain ];
36 maintainers = with maintainers; [ xaverdh irenes ];
37 platforms = platforms.unix;