cryptol: remove (#95948)

Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Jon
2020-08-22 07:39:46 +01:00
committed by GitHub
co-authored by Daniël de Kok Jörg Thalheim
parent d59d4be98f
commit ae1898a70d
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -87,6 +87,7 @@ mapAliases ({
coprthr = throw "coprthr has been removed."; # added 2019-12-08
corebird = throw "deprecated 2019-10-02: See https://www.patreon.com/posts/corebirds-future-18921328. Please use Cawbird as replacement.";
coredumper = throw "coredumper has been removed: Abandoned by upstream."; # added 2019-11-16
cryptol = throw "cryptol was remove for prolonged broken build"; # added 2020-08-21
cpp-gsl = microsoft_gsl; # added 2019-05-24
cupsBjnp = cups-bjnp; # added 2016-01-02
cups_filters = cups-filters; # added 2016-08
-2
View File
@@ -8431,8 +8431,6 @@ in
'';
};
cryptol = haskell.lib.justStaticExecutables haskellPackages.cryptol;
inherit (callPackages ../development/compilers/crystal {
inherit (llvmPackages_10) stdenv clang llvm;
})