LambdaHack: use consistent versions of the 'binary' package
This commit is contained in:
parent
a9056be563
commit
368ce12cd5
@ -2885,7 +2885,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||||||
|
|
||||||
# Games.
|
# Games.
|
||||||
|
|
||||||
LambdaHack = callPackage ../games/LambdaHack {};
|
LambdaHack = callPackage ../games/LambdaHack {
|
||||||
|
binary = self.binary_0_7_1_0;
|
||||||
|
vectorBinaryInstances = self.vectorBinaryInstances.override { binary = self.binary_0_7_1_0; };
|
||||||
|
};
|
||||||
|
|
||||||
MazesOfMonad = callPackage ../games/MazesOfMonad {};
|
MazesOfMonad = callPackage ../games/MazesOfMonad {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user