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