mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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";
|
url = "${meta.homepage}/releases/${name}.tar.xz";
|
||||||
inherit sha1; # upstream directly provides sha1 of releases over https
|
inherit sha1; # upstream directly provides sha1 of releases over https
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure = "patchShebangs doc/texi2pod.pl";
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
assert stdenv.lib.all (x: x!=null) buildInputs;
|
assert stdenv.lib.all (x: x!=null) buildInputs;
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user