Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 15 lines 271 B view raw
1{ 2 mkKdeDerivation, 3 qtdeclarative, 4 qttools, 5 pkg-config, 6 aspell, 7 hunspell, 8}: 9mkKdeDerivation { 10 pname = "sonnet"; 11 12 extraNativeBuildInputs = [qttools pkg-config]; 13 extraBuildInputs = [qtdeclarative aspell hunspell]; 14 meta.mainProgram = "parsetrigrams6"; 15}