File: shell.nix

package info (click to toggle)
ddclient 3.11.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: perl: 14,597; sh: 916; makefile: 146; xml: 55
file content (11 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs ? import <nixpkgs> { } }:

with pkgs;

mkShellNoCC {
  buildInputs = [
    autoconf
    automake
    gnumake
  ];
}