mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
perl-packages.nix: min version set to 5.28.1 (so the modules bundled with this version can be removed from nixpkgs)
This commit is contained in:
parent
b22f1b0e9e
commit
5229e8be63
@ -7,8 +7,8 @@
|
||||
|
||||
{config, pkgs, fetchurl, fetchFromGitHub, stdenv, gnused, perl, overrides}:
|
||||
|
||||
# cpan2nix assumes that perl-packages.nix will be used only with perl 5.26 or above
|
||||
assert stdenv.lib.versionAtLeast perl.version "5.26";
|
||||
# cpan2nix assumes that perl-packages.nix will be used only with perl 5.28.1 or above
|
||||
assert stdenv.lib.versionAtLeast perl.version "5.28.1";
|
||||
let
|
||||
inherit (stdenv.lib) maintainers;
|
||||
self = _self // overrides;
|
||||
|
Loading…
Reference in New Issue
Block a user