summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2020-11-06 14:53:08 +0800
committerPeter Simons <simons@cryp.to>2020-11-13 21:37:56 +0100
commit4f0af81b01bf3c4640b2318159b51dd49f757dfe (patch)
tree68f217b75ccdbc1aa73892557dc914b6b2776a7a /pkgs/development/haskell-modules/configuration-common.nix
parenta3d8c1284f573486267f5387fef354f92eb20a67 (diff)
downloadnixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.tar
nixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.tar.gz
nixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.tar.bz2
nixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.tar.lz
nixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.tar.xz
nixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.tar.zst
nixpkgs-4f0af81b01bf3c4640b2318159b51dd49f757dfe.zip
haskellPackages.optparse-applicative_0_16_0_0: Fix for compgen error
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4ede06883ce..02bf9fa2cea 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -85,6 +85,11 @@ self: super: {
     url = "https://github.com/hercules-ci/optparse-applicative/compare/0.15.1...hercules-ci:0.15.1-nixpkgs-compgen.diff";
     sha256 = "1bcp6b7gvc8pqbn1n1ybhizkkl5if7hk9ipgl746vk08v0d3xxql";
   });
+  optparse-applicative_0_16_0_0 = appendPatch super.optparse-applicative_0_16_0_0 (pkgs.fetchpatch {
+    name = "optparse-applicative-0.15.1-hercules-ci-compgen.diff";
+    url = "https://github.com/hercules-ci/optparse-applicative/compare/0.15.1...hercules-ci:0.15.1-nixpkgs-compgen.diff";
+    sha256 = "1bcp6b7gvc8pqbn1n1ybhizkkl5if7hk9ipgl746vk08v0d3xxql";
+  });
 
   # Fix test trying to access /home directory
   shell-conduit = overrideCabal super.shell-conduit (drv: {