forked from mirrors/nixpkgs
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:
parent
a51fc5c66d
commit
f79ba3cde3
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue