summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-4/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-02-20 15:31:29 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-02-20 15:31:29 +0000
commit6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641 (patch)
tree9bd4b383f0c86aed1c76a2f62b71cf8325855a4e /pkgs/development/libraries/qt-4/default.nix
parentd1b98062ab662aab6c57a13f6f1194f64bce04ea (diff)
downloadnixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.tar
nixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.tar.gz
nixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.tar.bz2
nixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.tar.lz
nixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.tar.xz
nixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.tar.zst
nixlib-6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641.zip
* Doh! Qt install doc, not share/doc, but the post-fixup phase
  renamed it to that. 

svn path=/nixpkgs/trunk/; revision=14140
Diffstat (limited to 'pkgs/development/libraries/qt-4/default.nix')
-rw-r--r--pkgs/development/libraries/qt-4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-4/default.nix b/pkgs/development/libraries/qt-4/default.nix
index f93ea9e8272f..a378a9dd94b4 100644
--- a/pkgs/development/libraries/qt-4/default.nix
+++ b/pkgs/development/libraries/qt-4/default.nix
@@ -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 = {