Don't specify Perl version
This commit is contained in:
parent
d33a20ef4a
commit
416b20fbd5
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user