uchiwa: fix build

This commit is contained in:
Silvan Mosberger 2018-08-09 20:39:59 +02:00
parent f1f8a0c2dc
commit 81634e8498
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -15,6 +15,7 @@ let
goPackagePath = "github.com/${owner}/${repo}";
inherit src;
postInstall = ''
mkdir $out
cp go/src/github.com/sensu/uchiwa/public/index.html $out/
'';
};