mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
cryptol: fix reference to text library
This commit is contained in:
parent
d03b49c88c
commit
401f4a28c1
@ -3040,7 +3040,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
cryptol = callPackage ../development/compilers/cryptol/2.0.x.nix {
|
||||
QuickCheck = self.QuickCheck_2_7_3;
|
||||
text = self.text_1_1_0_1;
|
||||
text = self.text_1_1_1_1;
|
||||
cabalInstall = self.cabalInstall_1_18_0_3;
|
||||
Cabal = self.Cabal_1_18_1_3;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user