DEBSOURCES
Skip Quicknav
sources / opensmtpd-table-sqlite / 1.0.1-1 / shell.nix
1234567
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ autoreconfHook pkg-config gdb mandoc ]; buildInputs = with pkgs; [ libbsd sqlite ]; }