{ mkDerivation, base, stdenv }: mkDerivation { pname = "events"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base ]; homepage = "https://git.yggdrasil.li/gkleen/pub/events"; description = "An appointment book"; license = stdenv.lib.licenses.mit; }