mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Add Thrift-0.6.0.1
This commit is contained in:
parent
f666bf4ddf
commit
7efe90a6e3
14
pkgs/development/libraries/haskell/Thrift/0.6.0.1.nix
Normal file
14
pkgs/development/libraries/haskell/Thrift/0.6.0.1.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, binary, HTTP, network }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Thrift";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "0yk496zql0jpyj83ybdzffc03sylf5pwn093k831m99j54l2r5yv";
|
||||
buildDepends = [ binary HTTP network ];
|
||||
meta = {
|
||||
homepage = "http://thrift.apache.org";
|
||||
description = "Haskell bindings for the Apache Thrift RPC system";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2284,6 +2284,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
threads = callPackage ../development/libraries/haskell/threads {};
|
||||
|
||||
Thrift_0_6_0_1 = callPackage ../development/libraries/haskell/Thrift/0.6.0.1.nix {};
|
||||
Thrift = self.Thrift_0_6_0_1;
|
||||
|
||||
thyme = callPackage ../development/libraries/haskell/thyme {};
|
||||
|
||||
threepennyGui = callPackage ../development/libraries/haskell/threepenny-gui {};
|
||||
|
Loading…
Reference in New Issue
Block a user