{ pkgs ? import {} }: with pkgs; stdenv.mkDerivation { name = "socket-notify"; buildInputs = [ dbus ]; nativeBuildInputs = [ pkgconfig ]; }