1{ mkDerivation 2, extra-cmake-modules, qttools, qtbase 3}: 4 5mkDerivation { 6 pname = "kplotting"; 7 nativeBuildInputs = [ extra-cmake-modules ]; 8 propagatedBuildInputs = [ qtbase qttools ]; 9 outputs = [ "out" "dev" ]; 10}