1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{ mkDerivation, cmake, extra-cmake-modules, aspell, hunspell, qtbase, qttools, }: mkDerivation { pname = "sonnet"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ aspell hunspell qttools ]; propagatedBuildInputs = [ qtbase ]; }