mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-12-04 02:09:30 +00:00
nix: remove libllvm, libgcc, and llvm from OCI images as well
aarch64 OCI images love llvm?? Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b92b4e043c
commit
7f96b2f92a
|
@ -176,7 +176,7 @@ commonAttrs = {
|
||||||
#
|
#
|
||||||
# <https://github.com/input-output-hk/haskell.nix/issues/829>
|
# <https://github.com/input-output-hk/haskell.nix/issues/829>
|
||||||
postInstall = with pkgsBuildHost; ''
|
postInstall = with pkgsBuildHost; ''
|
||||||
find "$out" -type f -exec remove-references-to -t ${stdenv.cc} -t ${gcc} -t ${rustc.unwrapped} -t ${rustc} -t ${libidn2} -t ${libunistring} '{}' +
|
find "$out" -type f -exec remove-references-to -t ${stdenv.cc} -t ${gcc} -t ${libgcc} -t ${llvm} -t ${libllvm} -t ${rustc.unwrapped} -t ${rustc} -t ${libidn2} -t ${libunistring} '{}' +
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue