7 stdenvNoCC.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "LukeSmithxyz";
15 sha256 = "sha256-1/+awwoAqD8Xm3hULcbpeTaLOHVuYRA4PPr3cq5Gy20=";
18 makeFlags = [ "PREFIX=$(out)" ];
21 description = "System for automatically configuring mutt and isync";
22 homepage = "https://github.com/LukeSmithxyz/mutt-wizard";
23 license = licenses.gpl3Plus;
24 maintainers = with maintainers; [ shamilton ];
25 platforms = platforms.unix;