mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
* Search in "share/man" relative to each path in $PATH (in addition to "man").
svn path=/nixpkgs/trunk/; revision=7589
This commit is contained in:
parent
e28b109fc4
commit
1d468f451e
@ -8,4 +8,8 @@ stdenv.mkDerivation {
|
||||
};
|
||||
buildInputs = [db4 groff];
|
||||
configureFlags = "--disable-setuid";
|
||||
patches = [
|
||||
# Search in "share/man" relative to each path in $PATH (in addition to "man").
|
||||
./share.patch
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user