2014-11-26 21:55:10 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "vk-posix-pty";
|
2014-12-13 12:04:33 +01:00
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "1kj06niwcsb4lyhppv5bs67cf8frcs4g8fyyzv3cpipn0xdhsr97";
|
2014-11-26 21:55:10 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
meta = {
|
2014-12-13 12:04:33 +01:00
|
|
|
homepage = "https://github.com/proger/posix-pty/tree/fork";
|
2014-11-26 21:55:10 +01:00
|
|
|
description = "Pseudo terminal interaction with subprocesses";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|