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;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm $bin/bin/generate
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A fast and modern static website engine.";
|
description = "A fast and modern static website engine.";
|
||||||
homepage = https://gohugo.io;
|
homepage = https://gohugo.io;
|
||||||
|
Loading…
Reference in New Issue
Block a user