libav: fixup sandboxed builds after parent commit
This commit is contained in:
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;
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user