mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
* 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:
parent
d1b98062ab
commit
6d35e85dcb
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue