about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2022-09-25 11:09:09 +0100
committerDomen Kožar <domen@dev.si>2022-09-25 11:09:09 +0100
commitba9342a67b58df0b39aeeea3d014082b5205a9d9 (patch)
treebfb9af4022c7b6b27beab56821bfaad7fa0ae2e0 /pkgs/development/haskell-modules/patches
parentacc740181041a973e9870cdb76dcfb385a2ad200 (diff)
haskellPackages.cachix: fix build
Diffstat (limited to 'pkgs/development/haskell-modules/patches')
-rwxr-xr-xpkgs/development/haskell-modules/patches/cachix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/patches/cachix.patch b/pkgs/development/haskell-modules/patches/cachix.patch
new file mode 100755
index 0000000000000..21f1496933a71
--- /dev/null
+++ b/pkgs/development/haskell-modules/patches/cachix.patch
@@ -0,0 +1,10 @@
+--- a/src/Cachix/Client/OptionsParser.hs
++++ b/src/Cachix/Client/OptionsParser.hs
+@@ -15,7 +15,7 @@
+ import qualified Cachix.Client.URI as URI
+ import qualified Cachix.Deploy.OptionsParser as DeployOptions
+ import Options.Applicative
+-import Protolude hiding (toS)
++import Protolude hiding (option, toS)
+ import Protolude.Conv
+ import qualified URI.ByteString as URI