1 { mkDerivation, lib, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
4 pname = "pro-office-calculator";
6 src = fetchFromGitHub {
8 repo = "pro_office_calc";
10 sha256 = "1v75cysargmp4fk7px5zgib1p6h5ya4w39rndbzk614fcnv0iipd";
13 buildInputs = [ qtbase qtmultimedia tinyxml-2 ];
15 nativeBuildInputs = [ cmake ];
18 description = "A completely normal office calculator";
19 mainProgram = "procalc";
20 homepage = "https://proofficecalculator.com/";
21 maintainers = [ maintainers.pmiddend ];
22 platforms = platforms.linux;
23 license = licenses.gpl3;