* 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];
|
buildInputs = [db4 groff];
|
||||||
configureFlags = "--disable-setuid";
|
configureFlags = "--disable-setuid";
|
||||||
|
patches = [
|
||||||
|
# Search in "share/man" relative to each path in $PATH (in addition to "man").
|
||||||
|
./share.patch
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user