mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
d57e6466e0
commit
46ce1047b6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue