nixpkgs-suyu/pkgs/os-specific/linux/ffado
Jan Tojnar e40d568daa
ffado: prevent build tools from leaking into closure
FFADO stored paths to various build dependencies and libraries
like gcc or pyuic5 (from PyQT) in $out/lib/libffado/static_info.txt,
thus  bringing them into the runtime closure.

With Nix, this information is not really critical, as we can find
out the exact dependencies from .drv files in Nix store.

This alone reduced the closure size from 914866184B to 132341176B.
2019-06-18 02:46:36 +02:00
..
default.nix ffado: prevent build tools from leaking into closure 2019-06-18 02:46:36 +02:00
fix-build.patch ffado: 2.4.0 → 2.4.1 2019-03-03 12:10:59 +01:00