about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/text/patchutils/generic.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/text/patchutils/generic.nix b/pkgs/tools/text/patchutils/generic.nix
index aaf656abe4088..d1cd4334e1196 100644
--- a/pkgs/tools/text/patchutils/generic.nix
+++ b/pkgs/tools/text/patchutils/generic.nix
@@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
     inherit sha256;
   };
 
-  outputs = [ "man" "out" ];
-
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ perl ] ++ extraBuildInputs;
   hardeningDisable = [ "format" ];
@@ -25,9 +23,6 @@ stdenv.mkDerivation rec {
       wrapProgram "$bin" \
         --prefix PATH : "$out/bin"
     done
-
-    mkdir -p $man/share/man/man1
-    cp doc/*.1 $man/share/man/man1
   '';
 
   doCheck = lib.versionAtLeast version "0.3.4";