Remove gnutar man page hack
It's no longer needed since the gnutar package contains a (much more extensive) man page.
This commit is contained in:
parent
dd3d3110a7
commit
3e732f65cb
|
@ -7,12 +7,6 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
extraManpages = pkgs.runCommand "extra-manpages" { buildInputs = [ pkgs.help2man ]; }
|
|
||||||
''
|
|
||||||
mkdir -p $out/share/man/man1
|
|
||||||
help2man ${pkgs.gnutar}/bin/tar > $out/share/man/man1/tar.1
|
|
||||||
'';
|
|
||||||
|
|
||||||
requiredPackages =
|
requiredPackages =
|
||||||
[ config.nix.package
|
[ config.nix.package
|
||||||
pkgs.acl
|
pkgs.acl
|
||||||
|
@ -47,7 +41,6 @@ let
|
||||||
pkgs.time
|
pkgs.time
|
||||||
pkgs.texinfoInteractive
|
pkgs.texinfoInteractive
|
||||||
pkgs.utillinux
|
pkgs.utillinux
|
||||||
extraManpages
|
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user