phpipam: enable submodules

This commit is contained in:
Sean Buckley 2021-02-23 10:15:31 -05:00
parent d27d4550be
commit 89cf5730af

View file

@ -11,7 +11,8 @@ let
owner = "phpipam";
repo = "phpipam";
rev = "v${version}";
sha256 = "1mm2f8a63m3rvhwbls4099dskr42rip3khbqiq3vix5r1647wg71";
sha256 = "1yqlqcfclq331ssv2hz44mp6f4r9d8mwi26wsca51nlar43w40xg";
fetchSubmodules = true;
};
installPhase = ''
cp -r "$src" "$out"