]> gitweb.ps.run Git - ps-gitweb/blobdiff - flake.nix
fix perl shebang
[ps-gitweb] / flake.nix
index 5094ebe8c5cfd3797357901b9ce443ba1eee8708..7f24b128578857d431d0d9bfcc40868e124b78b0 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,6 @@
             # Assuming source is in the same directory
             src = ./.;
 
-            nativeBuildInputs = [ pkgs.makeWrapper ];
             buildInputs = [ pkgs.perl pkgs.gzip ] ++ perlDeps;
 
             buildFlags = [ "gitweb" ];