Trying to make digikam build with boost 1.47 (http://trac.macports.org/ticket/32524),
as it fails with 1.48. svn path=/nixpkgs/trunk/; revision=31082
This commit is contained in:
parent
0efe938292
commit
331d4d13da
1 changed files with 3 additions and 1 deletions
|
@ -8040,7 +8040,9 @@ let
|
|||
|
||||
bluedevil = callPackage ../tools/bluetooth/bluedevil { };
|
||||
|
||||
digikam = callPackage ../applications/graphics/digikam { };
|
||||
digikam = callPackage ../applications/graphics/digikam {
|
||||
boost = boost147;
|
||||
};
|
||||
|
||||
k3b = callPackage ../applications/misc/k3b { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue