summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 14:39:08 +0100
committerGitHub <noreply@github.com>2021-01-31 14:39:08 +0100
commit31784f15b964635d5fe3c4b8f5276d971d2adb28 (patch)
treed5a09c2a2bf131a29e2b6eb8ca7483cfed3cc2dc /pkgs
parent3a76b7d9f5ac68edaeb75106a36ec2411da49812 (diff)
parentd03a9d2f2a4891486c0122911f59977f6eb4fed5 (diff)
Merge pull request #111380 from stigtsp/package/perl-math-bigint-lite-fix
perlPackages.MathBigIntLite: fix for perl530
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 515069b03c04..3a10ac7bb513 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -12221,7 +12221,7 @@ let
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/Math-BigInt-Lite-0.19.tar.gz";
sha256 = "06hm4vgihxr7m4jrq558phnnxy4am6ifba447j0h4p6jym5h7xih";
};
-
+ propagatedBuildInputs = [ MathBigInt ];
meta = {
license = with lib.licenses; [ artistic1 gpl1Plus ];
};