Merge pull request #312519 from Stunkymonkey/kamailio-fix-scr-include

kamailio: fix test src
This commit is contained in:
Pol Dellaiera 2024-05-19 11:02:26 +02:00 committed by GitHub
commit f096c8c106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
stdenv.mkDerivation {
name = "kamailio-bin-test";
meta.timeout = 60;
src = ./.;
dontUnpack = true;
dontInstall = true;
buildPhase = ''