6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-6cV+S8wTqJxPGsxiJ3hP6/CYPMWdF3qnz4ddL+F/oJU=";
19 install -Dm755 emojify $out/bin/emojify
24 description = "Emoji on the command line";
25 homepage = "https://github.com/mrowa44/emojify";
26 license = licenses.mit;
27 maintainers = with maintainers; [ snowflake ];
28 platforms = platforms.all;
29 mainProgram = "emojify";