mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Merge pull request #11213 from mitchty/ncftp-manpages-prefix-fix
Ncftp manpage /usr/local workaround
This commit is contained in:
commit
831aa518fd
|
@ -23,10 +23,12 @@ stdenv.mkDerivation {
|
|||
sed 's@/bin/rm@${coreutils}/bin/rm@g' -i configure
|
||||
'';
|
||||
|
||||
configureFlags = [ "--mandir=$out/share/man/" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line FTP (File Transfer Protocol) client";
|
||||
homepage = http://www.ncftp.com/ncftp/;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue