9 stdenvNoCC.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-1GdIC1vC/SG9duQkrOXIe24OyIwdLgeEiG7i+KYP8Cs=";
21 substituteInPlace index.php \
22 --replace "define('ENVIRONMENT', 'development');" "define('ENVIRONMENT', 'production');"
32 inherit (nixosTests) cloudlog;
34 updateScript = nix-update-script { };
38 description = "Web based amateur radio logging application built using PHP & MySQL";
39 license = licenses.mit;
40 homepage = "https://www.magicbug.co.uk/cloudlog";
41 platforms = php.meta.platforms;
42 maintainers = with maintainers; [ melling ];