mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
compcert: add missing semicolon in all-packages.nix
This commit is contained in:
parent
8d5c4e8b4b
commit
e06124731c
|
@ -2568,7 +2568,7 @@ let
|
|||
|
||||
cmucl_binary = callPackage ../development/compilers/cmucl/binary.nix { };
|
||||
|
||||
compcert = callPackage ../development/compilers/compcert {}
|
||||
compcert = callPackage ../development/compilers/compcert {};
|
||||
|
||||
cryptol1 = lowPrio (callPackage ../development/compilers/cryptol/1.8.x.nix {});
|
||||
cryptol2 = haskellPackages.cryptol;
|
||||
|
|
Loading…
Reference in a new issue