ring-daemon: mark as broken since the patched pjsip fails to build
The patches do no longer apply on-top of the pjsip version we provice. One of the maintainers (@Radvendii @olynch) should have a look what can be done about this. The build has been failing since 2017-07-31…
This commit is contained in:
parent
77dba4865f
commit
7c105205ad
@ -145,5 +145,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ taeer olynch ];
|
maintainers = with maintainers; [ taeer olynch ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
# pjsip' fails to compile with the supplied patch set, see: https://hydra.nixos.org/build/68667921/nixlog/4
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user