ssreflect, mathcomp: better package names

This commit is contained in:
Vincent Laporte
2015-06-19 18:11:33 +02:00
parent 01571ab2d7
commit cd3a7d5be6
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
stdenv.mkDerivation {
name = "coq-${coq.coq-version}-mathcomp-1.5";
name = "coq-mathcomp-1.5-${coq.coq-version}";
inherit src;
@@ -5,7 +5,7 @@
stdenv.mkDerivation {
name = "coq-${coq.coq-version}-ssreflect-1.5";
name = "coq-ssreflect-1.5-${coq.coq-version}";
inherit src;