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