lean: fixup nativeBuildInputs vs buildInputs

+2 -1
+2 -1
pkgs/applications/science/logic/lean/default.nix
··· 11 sha256 = "0irh9b4haz0pzzxrb4hwcss91a0xb499kjrcrmr2s59p3zq8bbd9"; 12 }; 13 14 - buildInputs = [ gmp cmake ]; 15 enableParallelBuilding = true; 16 17 preConfigure = ''
··· 11 sha256 = "0irh9b4haz0pzzxrb4hwcss91a0xb499kjrcrmr2s59p3zq8bbd9"; 12 }; 13 14 + nativeBuildInputs = [ cmake ]; 15 + buildInputs = [ gmp ]; 16 enableParallelBuilding = true; 17 18 preConfigure = ''