diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-09 19:20:56 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:55 +0200 |
commit | 1e9558437b62e99dac4ee14ca54b9bb8409066e8 (patch) | |
tree | 3fa4bb17a3b12e6e2390e4104793b46fbfaf6cab /overlays/gitweb | |
parent | 5b1c5dbdcce9d4bf63662ecb7acf954a640ffef6 (diff) | |
download | NUR-1e9558437b62e99dac4ee14ca54b9bb8409066e8.tar.gz NUR-1e9558437b62e99dac4ee14ca54b9bb8409066e8.tar.zst NUR-1e9558437b62e99dac4ee14ca54b9bb8409066e8.zip |
Fix gitweb build
Diffstat (limited to 'overlays/gitweb')
-rw-r--r-- | overlays/gitweb/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/gitweb/default.nix b/overlays/gitweb/default.nix index 2b9c0f6b..27a11523 100644 --- a/overlays/gitweb/default.nix +++ b/overlays/gitweb/default.nix | |||
@@ -1,6 +1,6 @@ | |||
1 | self: super: { | 1 | self: super: { |
2 | gitweb = super.gitweb.overrideAttrs(old: { | 2 | gitweb = super.gitweb.overrideAttrs(old: { |
3 | postInstall = old.postInstall or "" + '' | 3 | postBuild = old.postBuild or "" + '' |
4 | cp -r ${./theme} $out/gitweb-theme; | 4 | cp -r ${./theme} $out/gitweb-theme; |
5 | ''; | 5 | ''; |
6 | }); | 6 | }); |