Skip to content

Commit

Permalink
perlPackages.ConfigIniFiles: Use buildPerlPackage
Browse files Browse the repository at this point in the history
This is to fix cross NixOS builds. buildPerlModule uses Module::Build
which does not cross-build. The package doesn't seem to need
Module::Build so switching to buildPerlPackage seems to be safe.
  • Loading branch information
dasJ committed Feb 3, 2022
1 parent 42a14b7 commit 1ec30a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3683,7 +3683,7 @@ let
};
};

ConfigIniFiles = buildPerlModule {
ConfigIniFiles = buildPerlPackage {
pname = "Config-IniFiles";
version = "3.000003";
src = fetchurl {
Expand Down

0 comments on commit 1ec30a9

Please sign in to comment.