enblend/enfuse: making it build again, with boost 1.49.

Boost 1.50 broke its build.
This commit is contained in:
Lluís Batlle i Rossell 2012-07-02 19:44:12 +02:00
parent f9d9a0c4ca
commit 77da6ba734

View File

@ -654,7 +654,9 @@ let
efibootmgr = callPackage ../tools/system/efibootmgr { };
enblendenfuse = callPackage ../tools/graphics/enblend-enfuse { };
enblendenfuse = callPackage ../tools/graphics/enblend-enfuse {
boost = boost149;
};
encfs = callPackage ../tools/filesystems/encfs { };