about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-02-21 14:03:22 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:42:24 +0100
commit16b8ab5329143d36425b71ecc03617240bc4c709 (patch)
tree8d6bd29d1845f59c3a06d99de35bd1b8bc4fe291 /pkgs/development
parent7e5690c088a542d979afab26a5f0f60f37fe2a98 (diff)
downloadnixlib-16b8ab5329143d36425b71ecc03617240bc4c709.tar
nixlib-16b8ab5329143d36425b71ecc03617240bc4c709.tar.gz
nixlib-16b8ab5329143d36425b71ecc03617240bc4c709.tar.bz2
nixlib-16b8ab5329143d36425b71ecc03617240bc4c709.tar.lz
nixlib-16b8ab5329143d36425b71ecc03617240bc4c709.tar.xz
nixlib-16b8ab5329143d36425b71ecc03617240bc4c709.tar.zst
nixlib-16b8ab5329143d36425b71ecc03617240bc4c709.zip
haskellPackages.crpytonite: fix build
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f154fbdf3b84..81804ce619c8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -683,15 +683,6 @@ self: super: {
   # https://github.com/goldfirere/singletons/issues/122
   singletons = dontCheck super.singletons;
 
-  # Fix an aarch64 issue with cryptonite-0.25:
-  # https://github.com/haskell-crypto/cryptonite/issues/234
-  # This has been committed upstream, but there is, as of yet, no new release.
-  # Also, disable the test suite to avoid https://github.com/haskell-crypto/cryptonite/issues/260.
-  cryptonite = appendPatch (dontCheck super.cryptonite) (pkgs.fetchpatch {
-    url = https://github.com/haskell-crypto/cryptonite/commit/4622e5fc8ece82f4cf31358e31cd02cf020e558e.patch;
-    sha256 = "1m2d47ni4jbrpvxry50imj91qahr3r7zkqm157clrzlmw6gzpgnq";
-  });
-
   # Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal
   # https://github.com/augustss/djinn/pull/8
   djinn = appendPatch super.djinn (pkgs.fetchpatch {