File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1414 system :
1515 let
1616 pkgs = nixpkgs . legacyPackages . ${ system } ;
17- ocamlPackagesBase = pkgs . ocamlPackages ;
18-
19- ocamlPackages = ocamlPackagesBase // {
20- spectrum = ocamlPackagesBase . buildDunePackage {
17+ ocamlPackages = pkgs . ocamlPackages // {
18+ spectrum = ocamlPackages . buildDunePackage {
2119 pname = "spectrum" ;
2220 version = "0.6.1" ;
2321 src = pkgs . fetchFromGitHub {
2422 owner = "RisGar" ;
2523 repo = "ocaml-spectrum" ;
26- rev = "437e3797de66fa919703409665c5a1ef2df09328 " ;
24+ rev = "v0.6.1 " ;
2725 hash = "sha256-aEATXTSbRA5Y0fO71Ca4+OGr7NTBJjQl+ecr3LacqlE=" ;
2826 } ;
2927 propagatedBuildInputs = [
30- ocamlPackagesBase . color
31- ocamlPackagesBase . ppx_deriving
32- ocamlPackagesBase . opam-state
33- ocamlPackagesBase . pcre2
28+ ocamlPackages . color
29+ ocamlPackages . ppx_deriving
30+ ocamlPackages . opam-state
31+ ocamlPackages . pcre2
3432 ] ;
3533 } ;
3634 } ;
You can’t perform that action at this time.
0 commit comments