forked from rarias/bscpkgs
rdma-core: only remove binaries
This commit is contained in:
parent
cd3afe4ad6
commit
9faa4ef101
@ -43,9 +43,7 @@ in stdenv.mkDerivation {
|
|||||||
wrapProgram $pls --prefix PERL5LIB : "$out/${perl.libPrefix}"
|
wrapProgram $pls --prefix PERL5LIB : "$out/${perl.libPrefix}"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Remove any non-library as we are not using them
|
# Remove the binaries as they pull systemd
|
||||||
rm -rf $out/etc
|
|
||||||
rm -rf $out/lib/systemd
|
|
||||||
rm -rf $out/bin
|
rm -rf $out/bin
|
||||||
rm -rf $out/sbin
|
rm -rf $out/sbin
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user