about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/mathcomp
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-06-17 11:06:51 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-06-19 18:11:33 +0200
commitcd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6 (patch)
treea292c7b1a620c8688afc79f6fc741347c900f711 /pkgs/development/coq-modules/mathcomp
parent01571ab2d796d136987c8759fe9b7347ea9a7720 (diff)
downloadnixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.tar
nixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.tar.gz
nixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.tar.bz2
nixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.tar.lz
nixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.tar.xz
nixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.tar.zst
nixlib-cd3a7d5be6f9ae699fd4d1f3f4101fa31ba96ed6.zip
ssreflect, mathcomp: better package names
Diffstat (limited to 'pkgs/development/coq-modules/mathcomp')
-rw-r--r--pkgs/development/coq-modules/mathcomp/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/mathcomp/generic.nix b/pkgs/development/coq-modules/mathcomp/generic.nix
index 3748152b68a7..56838734b6d3 100644
--- a/pkgs/development/coq-modules/mathcomp/generic.nix
+++ b/pkgs/development/coq-modules/mathcomp/generic.nix
@@ -5,7 +5,7 @@
 
 stdenv.mkDerivation {
 
-  name = "coq-${coq.coq-version}-mathcomp-1.5";
+  name = "coq-mathcomp-1.5-${coq.coq-version}";
 
   inherit src;