Fixing purity in 'man' build.
svn path=/nixpkgs/trunk/; revision=17409
This commit is contained in:
parent
a5fdba90e2
commit
f55439cbf5
@ -19,6 +19,10 @@ stdenv.mkDerivation {
|
|||||||
./share.patch
|
./share.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
sed 's/^PREPATH=.*/PREPATH=$PATH/' -i configure
|
||||||
|
'';
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
# Use UTF-8 by default. Otherwise man won't know how to deal
|
# Use UTF-8 by default. Otherwise man won't know how to deal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user