Support dev version of equations

+1 -1
+1 -1
pkgs/development/coq-modules/equations/default.nix
··· 63 maintainers = with maintainers; [ jwiegley ]; 64 }; 65 }).overrideAttrs (o: { 66 - preBuild = "coq_makefile -f _CoqProject -o Makefile${optionalString (versionAtLeast o.version "1.2.1") ".coq"}"; 67 })
··· 63 maintainers = with maintainers; [ jwiegley ]; 64 }; 65 }).overrideAttrs (o: { 66 + preBuild = "coq_makefile -f _CoqProject -o Makefile${optionalString (versionAtLeast o.version "1.2.1" || o.version == "dev") ".coq"}"; 67 })