mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
LambdaHack: use consistent versions of the 'binary' package
This commit is contained in:
parent
a9056be563
commit
368ce12cd5
1 changed files with 4 additions and 1 deletions
|
@ -2885,7 +2885,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||
|
||||
# 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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue