kamailio: fix test src

This commit is contained in:
Felix Buehler 2024-05-17 23:08:12 +02:00
parent 72d09fc932
commit da4927ffa8

View File

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