gogs: patch gogs to include default STATIC_ROOT_PATH

This commit is contained in:
Bob van der Linden
2017-10-02 23:15:13 +02:00
parent 9d841295f3
commit 41c2fb3f25
2 changed files with 18 additions and 2 deletions
@@ -16,9 +16,12 @@ buildGoPackage rec {
sha256 = "1xn1b4dxf7r8kagps3yvp31zskfxn50k1gfic9abl4kjwpwk78c0";
};
patchPhase = ''
patches = [ ./static-root-path.patch ];
postPatch = ''
patchShebangs .
'';
substituteInPlace pkg/setting/setting.go --subst-var data
'';
nativeBuildInputs = [ makeWrapper ];