Skip to content

Commit

Permalink
Merge pull request #334609 from jecaro/fix-slimserver-scan
Browse files Browse the repository at this point in the history
slimserver: Fix bug in scanner
  • Loading branch information
adamcstephens authored Aug 14, 2024
2 parents aa21d6c + 93da4cd commit 203ea78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/sl/slimserver/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ perlPackages.buildPerlPackage rec {
ExporterLite
FileBOM
FileCopyRecursive
FileNext
# FileNext # https://github.com/LMS-Community/slimserver/pull/1140
FileReadBackwards
FileSlurp
FileWhich
Expand Down Expand Up @@ -125,10 +125,11 @@ perlPackages.buildPerlPackage rec {
rm -rf Bin
# remove most vendored modules, keeping necessary ones
mkdir -p CPAN_used/Class/C3/ CPAN_used/SQL
mkdir -p CPAN_used/Class/C3/ CPAN_used/SQL/ CPAN_used/File/
rm -r CPAN/SQL/Abstract/Limit.pm
cp -rv CPAN/Class/C3/Componentised.pm CPAN_used/Class/C3/
cp -rv CPAN/DBIx CPAN_used/
cp -rv CPAN/File/Next.pm CPAN_used/File/
cp -rv CPAN/Log CPAN_used/
cp -rv CPAN/SQL/* CPAN_used/SQL/
rm -r CPAN
Expand Down

0 comments on commit 203ea78

Please sign in to comment.