tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.cachix: fix build
Domen Kožar
3 years ago
ba9342a6
acc74018
+13
2 changed files
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
patches
cachix.patch
+3
pkgs/development/haskell-modules/configuration-common.nix
···
121
121
postPatch = "sed -i s/home/tmp/ test/Spec.hs";
122
122
}) super.shell-conduit;
123
123
124
124
+
# https://github.com/cachix/cachix/pull/451
125
125
+
cachix = appendPatch ./patches/cachix.patch super.cachix;
126
126
+
124
127
# https://github.com/froozen/kademlia/issues/2
125
128
kademlia = dontCheck super.kademlia;
126
129
+10
pkgs/development/haskell-modules/patches/cachix.patch
···
1
1
+
--- a/src/Cachix/Client/OptionsParser.hs
2
2
+
+++ b/src/Cachix/Client/OptionsParser.hs
3
3
+
@@ -15,7 +15,7 @@
4
4
+
import qualified Cachix.Client.URI as URI
5
5
+
import qualified Cachix.Deploy.OptionsParser as DeployOptions
6
6
+
import Options.Applicative
7
7
+
-import Protolude hiding (toS)
8
8
+
+import Protolude hiding (option, toS)
9
9
+
import Protolude.Conv
10
10
+
import qualified URI.ByteString as URI