aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/sproxy2/http-client-tls.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-06-28 17:05:27 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-06-28 17:05:27 +0300
commit98b9d61bc33b42699b70830fa5a77d8dfac3b30b (patch)
treed63c40b331ab91d3dd2bc218f11143c94987d535 /modules/pkgs/sproxy2/http-client-tls.nix
parent6ea2011f8a4b92418fc66fda7b5cd082275838b5 (diff)
downloadnixsap-98b9d61bc33b42699b70830fa5a77d8dfac3b30b.tar.gz
sproxy2: drop overrides
Fails to build with recent nixpkgs.
Diffstat (limited to 'modules/pkgs/sproxy2/http-client-tls.nix')
-rw-r--r--modules/pkgs/sproxy2/http-client-tls.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/pkgs/sproxy2/http-client-tls.nix b/modules/pkgs/sproxy2/http-client-tls.nix
deleted file mode 100644
index b89489f..0000000
--- a/modules/pkgs/sproxy2/http-client-tls.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ mkDerivation, base, bytestring, case-insensitive, connection
-, cryptonite, data-default-class, exceptions, hspec, http-client
-, http-types, memory, network, stdenv, tls, transformers
-}:
-mkDerivation {
- pname = "http-client-tls";
- version = "0.3.3";
- sha256 = "0r50h7lhrwmxcmiq5nw1rxnpda3k6mhz4jsd86m56ymai5lnf77c";
- libraryHaskellDepends = [
- base bytestring case-insensitive connection cryptonite
- data-default-class exceptions http-client http-types memory network
- tls transformers
- ];
- testHaskellDepends = [ base hspec http-client http-types ];
- homepage = "https://github.com/snoyberg/http-client";
- description = "http-client backend using the connection package and tls library";
- license = stdenv.lib.licenses.mit;
-}