Merge pull request #5154 from luke-clifton/lc-lzmaConduit
Added lzma-conduit package
This commit is contained in:
commit
9f1b3c497c
24
pkgs/development/libraries/haskell/lzma-conduit/default.nix
Normal file
24
pkgs/development/libraries/haskell/lzma-conduit/default.nix
Normal file
@ -0,0 +1,24 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, bindingsDSL, conduit, HUnit, lzma, QuickCheck, resourcet
|
||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lzma-conduit";
|
||||
version = "1.1.1";
|
||||
sha256 = "1i1khkxpia5hp3f0p7h656yvbgwsxffpl2czxjbkiw6iz31rapwg";
|
||||
buildDepends = [ bindingsDSL conduit resourcet transformers ];
|
||||
testDepends = [
|
||||
conduit HUnit QuickCheck resourcet testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
extraLibraries = [ lzma ];
|
||||
meta = {
|
||||
homepage = "http://github.com/alphaHeavy/lzma-conduit";
|
||||
description = "Conduit interface for lzma/xz compression";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1584,6 +1584,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
lushtags = callPackage ../development/libraries/haskell/lushtags {};
|
||||
|
||||
lzmaConduit = callPackage ../development/libraries/haskell/lzma-conduit {};
|
||||
|
||||
lzmaEnumerator = callPackage ../development/libraries/haskell/lzma-enumerator {};
|
||||
|
||||
maccatcher = callPackage ../development/libraries/haskell/maccatcher {};
|
||||
|
Loading…
Reference in New Issue
Block a user