ssreflect, mathcomp: better package names
This commit is contained in:
parent
01571ab2d7
commit
cd3a7d5be6
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "coq-${coq.coq-version}-mathcomp-1.5";
|
name = "coq-mathcomp-1.5-${coq.coq-version}";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "coq-${coq.coq-version}-ssreflect-1.5";
|
name = "coq-ssreflect-1.5-${coq.coq-version}";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user