spidermonkey_17: remove *.a to save 8 MB
The sole user (polkit) still builds fine. Inspired by #8147.
This commit is contained in:
parent
5df1aadd68
commit
4c475520d9
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
||||
paxmark mr jsapi-tests/jsapi-tests
|
||||
'';
|
||||
|
||||
postInstall = ''rm "$out"/lib/*.a''; # halve the output size
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Mozilla's JavaScript engine written in C/C++";
|
||||
homepage = https://developer.mozilla.org/en/SpiderMonkey;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user