Merge pull request #14734 from sheenobu/sipsak_fixbuild_gnu89
sipsak: fix build by using --std=gnu89
This commit is contained in:
commit
dabacbb211
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||
c-ares
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "--std=gnu89";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/sipwise/sipsak/archive/mr${version}.tar.gz";
|
||||
sha256 = "769fe59966b1962b67aa35aad7beb9a2110ebdface36558072a05c6405fb5374";
|
||||
|
|
Loading…
Reference in a new issue