tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Support dev version of equations
Matthieu Sozeau
3 years ago
3604bfdf
9b296be9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
coq-modules
equations
default.nix
+1
-1
pkgs/development/coq-modules/equations/default.nix
···
63
63
maintainers = with maintainers; [ jwiegley ];
64
64
};
65
65
}).overrideAttrs (o: {
66
66
-
preBuild = "coq_makefile -f _CoqProject -o Makefile${optionalString (versionAtLeast o.version "1.2.1") ".coq"}";
66
66
+
preBuild = "coq_makefile -f _CoqProject -o Makefile${optionalString (versionAtLeast o.version "1.2.1" || o.version == "dev") ".coq"}";
67
67
})