File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1111build: [ make ]
1212install: [ make "install" "VFILES=structures.v" ]
1313depends: [
14- "coq" {>= "8.10 .0" & < "8.12.0~" }
15- "coq-elpi" {>= "1.3 .0" & < "1.4 .0~"}
14+ "coq" {>= "8.11 .0" & < "8.12.0~" }
15+ "coq-elpi" {>= "1.4 .0" & < "1.5 .0~"}
1616 ]
1717synopsis: "Hierarchy Builder"
1818description: """
Original file line number Diff line number Diff line change 88} :
99with import nixpkgs {
1010 overlays = [ ( super : self : {
11- coqPackages = { "8.11" = super . coqPackages_8_11 ; } . "${ coq-version } " ;
11+ coqPackages = { "8.11" = super . coqPackages_8_11 ; } . "${ coq-version } " . overrideScope' ( self : super : {
12+ ## Coq package override example:
13+ # coq-elpi = super.coq-elpi.overrideAttrs (old: {
14+ # name = "coq8.11-elpi-v1.4.0";
15+ # src = fetchTarball https://github.com/LPCIC/coq-elpi/archive/v1.4.0.tar.gz;
16+ } ) ;
1217 coq = self . coqPackages . coq ;
1318 } ) ] ;
1419} ;
You can’t perform that action at this time.
0 commit comments