zanshin: fixup build by using older boost again

160 seems a popular version in nixpkgs.
This commit is contained in:
Vladimír Čunát 2017-10-20 19:08:10 +02:00
parent c3263fcaa1
commit ddc41d7c6d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -17450,6 +17450,7 @@ with pkgs;
zanshin = libsForQt5.callPackage ../applications/office/zanshin { zanshin = libsForQt5.callPackage ../applications/office/zanshin {
inherit (kdeApplications) akonadi-calendar akonadi-notes akonadi-search kidentitymanagement kontactinterface kldap; inherit (kdeApplications) akonadi-calendar akonadi-notes akonadi-search kidentitymanagement kontactinterface kldap;
inherit (kdeFrameworks) krunner kwallet; inherit (kdeFrameworks) krunner kwallet;
boost = boost160;
}; };
zathura = callPackage ../applications/misc/zathura { zathura = callPackage ../applications/misc/zathura {