DEBSOURCES
Skip Quicknav
sources / ddclient / 3.11.2-2.1 / shell.nix
1234567891011
{ pkgs ? import <nixpkgs> { } }: with pkgs; mkShellNoCC { buildInputs = [ autoconf automake gnumake ]; }