From c9c7c987fdfceaa71338ae7532b7f508585bea76 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Mon, 18 Jun 2018 09:51:13 +0100 Subject: hugo: remove $bin/bin/generate This is used internally for the build process is not meant to be used. --- pkgs/applications/misc/hugo/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/misc') diff --git a/pkgs/applications/misc/hugo/default.nix b/pkgs/applications/misc/hugo/default.nix index f2be640a34d6..110d17492f87 100644 --- a/pkgs/applications/misc/hugo/default.nix +++ b/pkgs/applications/misc/hugo/default.nix @@ -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; -- cgit 1.4.1