hugo: remove $bin/bin/generate

This is used internally for the build process is not meant to be used.
This commit is contained in:
Jörg Thalheim 2018-06-18 09:51:13 +01:00
parent 0eee2f746f
commit c9c7c987fd

View file

@ -15,6 +15,10 @@ buildGoPackage rec {
goDeps = ./deps.nix;
postInstall = ''
rm $bin/bin/generate
'';
meta = with stdenv.lib; {
description = "A fast and modern static website engine.";
homepage = https://gohugo.io;