diff --git a/pkgs/development/libraries/qt-4/default.nix b/pkgs/development/libraries/qt-4/default.nix index f93ea9e8272..a378a9dd94b 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 = {