* Doh! Qt install doc, not share/doc, but the post-fixup phase

renamed it to that. 

svn path=/nixpkgs/trunk/; revision=14140
This commit is contained in:
Eelco Dolstra 2009-02-20 15:31:29 +00:00
parent d1b98062ab
commit 6d35e85dcb

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation {
# than half of the installed size. Ideally we should put this in a
# separate package (as well as the Qt Designer).
postInstall = ''
rm -rf $out/share/doc
rm -rf $out/doc
'';
meta = {