pkgs/top-level/all-packages.nix: don't use getPkgConfig to configure Doxygen; use override instead

svn path=/nixpkgs/trunk/; revision=23443
This commit is contained in:
Peter Simons 2010-08-26 09:44:53 +00:00
parent a51fc5c66d
commit f79ba3cde3

View file

@ -2330,7 +2330,7 @@ let
};
doxygen = callPackage ../development/tools/documentation/doxygen {
qt = if getPkgConfig "doxygen" "qt4" true then qt4 else null;
qt = qt4;
};
eggdbus = callPackage ../development/tools/misc/eggdbus { };