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

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