Merge pull request #192431 from mattam82/support-equations-dev
This commit is contained in:
commit
ba9c49900a
@ -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"}";
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user