knot-dns: remove .out/lib/*.la

They're really useless here AFAIK. _Currently_ this doesn't
reduce the (transitive) closure at all, but perhaps in future...
This commit is contained in:
Vladimír Čunát 2018-04-24 17:01:29 +02:00
parent d57e6466e0
commit 46ce1047b6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
#doCheck = true; problems in combination with dynamic linking
postInstall = ''rm -r "$out"/var'';
postInstall = ''rm -r "$out"/var "$out"/lib/*.la'';
meta = with stdenv.lib; {
description = "Authoritative-only DNS server from .cz domain registry";