with import {}; with rustPlatform; buildRustPackage rec { name = "systemhttpd-${version}"; version = "0.1.0"; src = ./.; depsSha256 = "1zx5s5g2d0q34c4g4prb8wzl0ziwsgwlyqqn28ccm5jlb6ig33xn"; buildInputs = [ openssl sqlite ]; nativeBuildInputs = [ pkgconfig ]; }