1 { lib, buildGoModule, fetchFromGitHub, go-bindata }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-qYceijC/u8G9vr7uhApWWyWD9P65pLJCTjePEvh+oXA=";
14 vendorSha256 = "sha256-CBPvtc3K9hr1oEmC+yUe3kPSWx20k6eMRqoxsf3NfCE=";
16 nativeBuildInputs = [ go-bindata ];
22 ldflags = [ "-s" "-w" "-X github.com/writeas/writefreely.softwareVer=${version}" ];
26 subPackages = [ "cmd/writefreely" ];
29 description = "Build a digital writing community";
30 homepage = "https://github.com/writeas/writefreely";
31 license = licenses.agpl3Only;
32 maintainers = with maintainers; [ SuperSandro2000 ];