* dnssort requires Perl.

svn path=/nixpkgs/trunk/; revision=26494
This commit is contained in:
Eelco Dolstra 2011-03-24 15:26:11 +00:00
parent be0d0b8a13
commit 6080181882

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, perl }:
stdenv.mkDerivation rec {
name = "ndisc6-1.0.1";
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1pggc9x3zki1sv08rs8x4fm7pmd3sn1nwkan3szax19xg049xbqx";
};
buildInputs = [ perl ];
meta = {
homepage = http://www.remlab.net/ndisc6/;
description = "A small collection of useful tools for IPv6 networking";