mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
kopete: fix build by using libotr_3_2 again
This commit is contained in:
parent
3f0ee819e2
commit
c122eb61fb
@ -8526,11 +8526,13 @@ let
|
||||
kde47 = kdePackagesFor (pkgs.kde47 // {
|
||||
boost = boost149;
|
||||
eigen = eigen2;
|
||||
libotr = libotr_3_2;
|
||||
}) ../desktops/kde-4.7;
|
||||
|
||||
kde48 = kdePackagesFor (pkgs.kde48 // {
|
||||
boost = boost149;
|
||||
eigen = eigen2;
|
||||
libotr = libotr_3_2;
|
||||
}) ../desktops/kde-4.8;
|
||||
|
||||
kdePackagesFor = self: dir:
|
||||
|
Loading…
Reference in New Issue
Block a user