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