File: shell.nix

package info (click to toggle)
opensmtpd-table-socketmap 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: ansic: 2,008; makefile: 19; sh: 1
file content (7 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  nativeBuildInputs = with pkgs; [ autoreconfHook pkg-config gdb mandoc ];

  buildInputs = with pkgs; [ libbsd ];
}