summary refs log tree commit diff
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2021-11-07 18:48:42 +0800
committerEllie Hermaszewska <git@monoid.al>2021-11-07 18:48:42 +0800
commit8b7c314eae6c608084d3ba5365617405f66167a6 (patch)
tree59fb40ad9770101b627e64b117a1fc4424cbdca1
parent62ecf444fe8c0f2d396754e72b705eabc991d843 (diff)
downloadnixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.tar
nixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.tar.gz
nixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.tar.bz2
nixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.tar.lz
nixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.tar.xz
nixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.tar.zst
nixpkgs-8b7c314eae6c608084d3ba5365617405f66167a6.zip
haskellPackages.lua: remove unnecessary patch
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 09a9779518f..7bf11fa2a45 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2048,14 +2048,6 @@ EOT
   # file revision on hackage was gifted CRLF line endings
   gogol-core = appendPatch super.gogol-core ./patches/gogol-core-144.patch;
 
-  # cabal tries to install files we're supplying from the system
-  # https://github.com/hslua/hslua/pull/103
-  lua = appendPatch super.lua (pkgs.fetchpatch {
-    url = "https://github.com/hslua/hslua/pull/103/commits/814bf1bb284151e827b1c11a7277819ed2779dd2.patch";
-    sha256 = "1kj0g51lkjyf6jv2ikayb3cfh0dcr669swmxl9a2mcrizxcbkrhy";
-    stripLen = 1;
-  });
-
   # 2021-11-05: patch to permit our language-docker version
   # This is based on c931c0a9689cd6dff4d2083fa002414c1f08a586 from
   # language-docker upstream