From 6d35e85dcb02bd4047b01cbf60c3ccc42ef7e641 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Feb 2009 15:31:29 +0000 Subject: [PATCH] * Doh! Qt install doc, not share/doc, but the post-fixup phase renamed it to that. svn path=/nixpkgs/trunk/; revision=14140 --- pkgs/development/libraries/qt-4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {