Skip to content

Commit

Permalink
Support dev version of equations
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Sep 22, 2022
1 parent 9b296be commit 3604bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/coq-modules/equations/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ with lib; (mkCoqDerivation {
maintainers = with maintainers; [ jwiegley ];
};
}).overrideAttrs (o: {
preBuild = "coq_makefile -f _CoqProject -o Makefile${optionalString (versionAtLeast o.version "1.2.1") ".coq"}";
preBuild = "coq_makefile -f _CoqProject -o Makefile${optionalString (versionAtLeast o.version "1.2.1" || o.version == "dev") ".coq"}";
})

0 comments on commit 3604bfd

Please sign in to comment.