mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
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 New Issue
Block a user