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