lemmy-server: fix darwin (#531541)
This commit is contained in:
@@ -66,7 +66,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
# This gets installed automatically by cargoInstallHook,
|
||||
# but we don't actually need it, and it leaks a reference to rustc.
|
||||
postInstall = ''
|
||||
postInstall = lib.optionals (!stdenv.hostPlatform.isDarwin) ''
|
||||
rm $out/lib/libhtml2md.so
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user