ffado: prevent build tools from leaking into closure (#63393)

ffado: prevent build tools from leaking into closure
This commit is contained in:
Jan Tojnar
2019-06-18 11:39:38 +02:00
committed by GitHub
2 changed files with 14 additions and 5 deletions
+5
View File
@@ -53,6 +53,11 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''
# prevent build tools from leaking into closure
echo 'See `nix-store --query --tree ${placeholder "out"}`.' > $out/lib/libffado/static_info.txt
'';
meta = with stdenv.lib; {
homepage = http://www.ffado.org;
description = "FireWire audio drivers";