mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
freeswitch: fix build when sandboxed
This commit is contained in:
parent
38bd2c4425
commit
686bb1a6e4
@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
||||
url = "http://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
|
||||
sha256 = "0g0x4m8rb2ybpxwrszb4w37rb10v9fbszm7l2skjakf4dx0gw5i7";
|
||||
};
|
||||
postPatch = "patchShebangs libs/libvpx/build/make/rtcd.pl";
|
||||
|
||||
buildInputs = [
|
||||
ncurses curl pkgconfig gnutls readline openssl perl libjpeg
|
||||
|
Loading…
Reference in New Issue
Block a user