From ce7436ddf74c8720240135ac618f8f80c620c4b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 9 Apr 2020 19:20:56 +0200 Subject: [PATCH] Fix gitweb build --- overlays/gitweb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/gitweb/default.nix b/overlays/gitweb/default.nix index 2b9c0f6..27a1152 100644 --- a/overlays/gitweb/default.nix +++ b/overlays/gitweb/default.nix @@ -1,6 +1,6 @@ self: super: { gitweb = super.gitweb.overrideAttrs(old: { - postInstall = old.postInstall or "" + '' + postBuild = old.postBuild or "" + '' cp -r ${./theme} $out/gitweb-theme; ''; }); -- 2.41.0