Don't specify Perl version

This commit is contained in:
Michael Raskin 2014-09-02 03:04:17 +04:00
parent d33a20ef4a
commit 416b20fbd5

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, openssl, python27, iproute, perl510, kernel ? null}: { stdenv, fetchurl, openssl, python27, iproute, perl, kernel ? null}:
let let
version = "2.1.2"; version = "2.1.2";
@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildInputs = [ buildInputs = [
openssl openssl
python27 python27
perl510 perl
]; ];
configureFlags = [ configureFlags = [
"--localstatedir=/var" "--localstatedir=/var"