ssreflect, mathcomp: better package names
This commit is contained in:
parent
01571ab2d7
commit
cd3a7d5be6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user