{ pkgs ? import {} }: pkgs.stdenv.mkDerivation { name = "pjournal"; buildInputs = with pkgs; [ rustup clang openssl sqlite pkgconfig postgresql ]; }