8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-yBAxPwgKyFFIX0wuG7oG+FbEDpA5cPwyyJgWrFErJ7I=";
19 nativeBuildInputs = [ gettext which ];
22 description = "Prints an ASCII logo and some system info";
23 mainProgram = "linux_logo";
24 homepage = "http://www.deater.net/weave/vmwprod/linux_logo";
25 changelog = "https://github.com/deater/linux_logo/blob/${src.rev}/CHANGES";
26 license = licenses.gpl2Plus;
27 maintainers = with maintainers; [ azahi ];
28 platforms = platforms.linux;