diff options
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -11,19 +11,6 @@ postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"''; }); }; - gitweb = final: prev: { - gitweb = prev.gitweb.overrideAttrs (oldAttrs: { - postPatch = (oldAttrs.postPatch or "") + '' - ls -l gitweb/gitweb.perl - ls -l . ./* - cp ${./patches/gitweb.perl} gitweb/gitweb.perl - exit 1 - ''; - postInstall = (oldAttrs.postInstall or "") + '' - echo hallo - ''; - }); - }; }; inherit (flake-utils.lib.eachDefaultSystem (system: let |
