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