15 lines
473 B
Nix
15 lines
473 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, bencode, binary, filepath, syb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "torrent";
|
|
version = "10000.0.0";
|
|
sha256 = "030ll4m80ljkvq72n1aa8a2ygqa56ykkndzy5g40vh9j9j5vq52r";
|
|
buildDepends = [ bencode binary filepath syb ];
|
|
meta = {
|
|
description = "BitTorrent file parser and generater";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|