about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-12-02 08:51:36 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-12-02 08:51:36 +0000
commitf6284c76daae2e8a739772ef3fc0e431f57fce69 (patch)
treec2c45842f2b505a41347108733391423d15408b1
parentf307634f9d17a106d759d1f12e40203211280a48 (diff)
downloadnixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.tar
nixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.tar.gz
nixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.tar.bz2
nixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.tar.lz
nixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.tar.xz
nixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.tar.zst
nixlib-f6284c76daae2e8a739772ef3fc0e431f57fce69.zip
coqPackages_8_4.ssreflect: remove
-rw-r--r--pkgs/development/coq-modules/ssreflect/default.nix6
-rw-r--r--pkgs/top-level/all-packages.nix1
2 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/coq-modules/ssreflect/default.nix b/pkgs/development/coq-modules/ssreflect/default.nix
index 35c23842158d..3b53a2831e8c 100644
--- a/pkgs/development/coq-modules/ssreflect/default.nix
+++ b/pkgs/development/coq-modules/ssreflect/default.nix
@@ -2,12 +2,6 @@
 
 let param =
   {
-    "8.4" =  {
-      version = "1.6.1";
-      url = https://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz;
-      sha256 = "1j9ylggjzrxz1i2hdl2yhsvmvy5z6l4rprwx7604401080p5sgjw";
-    };
-
     "8.5" =  {
       version = "1.6.1";
       url = https://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz;
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index fb9b6750c06a..49e77b4b413e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -18806,7 +18806,6 @@ with pkgs;
       in
         recurseIntoAttrs contribs;
 
-    ssreflect = callPackage ../development/coq-modules/ssreflect {};
     tlc = callPackage ../development/coq-modules/tlc {};
     unimath = callPackage ../development/coq-modules/unimath {};
     ynot = callPackage ../development/coq-modules/ynot {};