19 lines
550 B
Nix
19 lines
550 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "vk-posix-pty";
|
|
version = "0.2.0.2";
|
|
sha256 = "0dp9kpn1qzfqykmyq20sg0snyk8zrqa2g8c5xp9rfp0zfgmh37dh";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
meta = {
|
|
homepage = "https://bitbucket.org/merijnv/posix-pty
|
|
https://github.com/proger/posix-pty/tree/fork";
|
|
description = "Pseudo terminal interaction with subprocesses";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|