19 src = fetchFromGitHub {
23 sha256 = "sha256-PqaiZ2eLH8+qRRkIolnQClTL9O9EgHMqFH/nUffosV8=";
26 nativeBuildInputs = [ cmake boost xercesc xalanc ];
27 buildInputs = [ qtbase qttools qtmultimedia qtsvg ];
31 substituteInPlace configure --replace /bin/bash "${bash}/bin/bash"
35 description = "Open source beer recipe creation tool";
36 mainProgram = "brewtarget";
37 homepage = "http://www.brewtarget.org/";
38 license = licenses.gpl3;
39 maintainers = [ maintainers.mmahut ];