performous: fix build by using boost 166 (#58418)
This commit is contained in:
parent
607c07d8ae
commit
910c1d05b7
@ -21061,7 +21061,9 @@ in
|
||||
|
||||
pacvim = callPackage ../games/pacvim { };
|
||||
|
||||
performous = callPackage ../games/performous { };
|
||||
performous = callPackage ../games/performous {
|
||||
boost = boost166;
|
||||
};
|
||||
|
||||
pingus = callPackage ../games/pingus {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user