1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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
version = "2.1.2";
@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildInputs = [
openssl
python27
perl510
perl
];
configureFlags = [
"--localstatedir=/var"