forked from mirrors/nixpkgs
hugo: remove $bin/bin/generate
This is used internally for the build process is not meant to be used.
This commit is contained in:
parent
0eee2f746f
commit
c9c7c987fd
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue