ssreflect, mathcomp: better package names

This commit is contained in:
Vincent Laporte 2015-06-17 11:06:51 +02:00
parent 01571ab2d7
commit cd3a7d5be6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
stdenv.mkDerivation {
name = "coq-${coq.coq-version}-mathcomp-1.5";
name = "coq-mathcomp-1.5-${coq.coq-version}";
inherit src;

View file

@ -5,7 +5,7 @@
stdenv.mkDerivation {
name = "coq-${coq.coq-version}-ssreflect-1.5";
name = "coq-ssreflect-1.5-${coq.coq-version}";
inherit src;