6 Nov 2023 |
stigo | Usually backwards compat is not a big issue in perl5, but there are of course some issues :) | 17:14:27 |
stigo | I've proposed to also only keep one version of perl5 in nixpkgs to make maintenance a bit easier, maybe two if/when perl7 ships. | 17:15:09 |
@adam:robins.wtf | i suspect that may be fine with slimserver, if we can get it using our perl packages instead of its own | 17:16:00 |
@adam:robins.wtf | so to try and move forward, am i correct in assuming i should be removing this directory and replacing it with buildInputs ? https://github.com/Logitech/slimserver/tree/public/8.3/CPAN | 17:17:19 |
@adam:robins.wtf | and if so, any tips to save me the time of manually tracking down all the associated packages? :) | 17:18:05 |
stigo | In reply to @adam:robins.wtf so to try and move forward, am i correct in assuming i should be removing this directory and replacing it with buildInputs ? https://github.com/Logitech/slimserver/tree/public/8.3/CPAN I'd guess so, unless something needs to be patched for it to not use the CPAN directory. First I'd check what kind of error messages you get from just using the CPAN directory, likely there are some modules that are not compatible with 5.38 or maybe som nix specific patches that are missing. | 17:19:59 |
@adam:robins.wtf | it's currently failing with the error in https://github.com/NixOS/nixpkgs/issues/265488 | 17:21:00 |
stigo | But I think we should wait for staging-next before trying, as it has over 600 commits to perlPackages :) I hope it will be merged into master very soon. | 17:21:08 |