Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 9faa4ef101 - Show all commits

View File

@@ -43,9 +43,7 @@ in stdenv.mkDerivation {
wrapProgram $pls --prefix PERL5LIB : "$out/${perl.libPrefix}"
done
# Remove any non-library as we are not using them
rm -rf $out/etc
rm -rf $out/lib/systemd
# Remove the binaries as they pull systemd
rm -rf $out/bin
rm -rf $out/sbin
'';