spidermonkey_17: remove *.a to save 8 MB

The sole user (polkit) still builds fine.
Inspired by #8147.
This commit is contained in:
Vladimír Čunát 2015-06-03 08:44:12 +02:00
parent 5df1aadd68
commit 4c475520d9

View File

@ -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;