]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Fix gitweb build
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 9 Apr 2020 17:20:56 +0000 (19:20 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 Apr 2020 22:04:55 +0000 (00:04 +0200)
overlays/gitweb/default.nix

index 2b9c0f6b50227ca17fb2c56c3e7924b4e35f9adc..27a11523dea3ca43849aca9c702735454b9e48f7 100644 (file)
@@ -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;
       '';
   });