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