libav: fixup sandboxed builds after parent commit

This commit is contained in:
Vladimír Čunát 2016-03-21 09:56:25 +01:00
parent f3f8da4a5f
commit 02b13f7bdb

@ -38,6 +38,9 @@ let
url = "${meta.homepage}/releases/${name}.tar.xz";
inherit sha1; # upstream directly provides sha1 of releases over https
};
preConfigure = "patchShebangs doc/texi2pod.pl";
configureFlags =
assert stdenv.lib.all (x: x!=null) buildInputs;
[