Skip to content

Commit

Permalink
Add haskell/xtest
Browse files Browse the repository at this point in the history
  • Loading branch information
errge committed Jun 14, 2013
1 parent 7346eb6 commit efb4672
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/development/libraries/haskell/xtest/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{ cabal, X11, libXtst }:

cabal.mkDerivation (self: {
pname = "xtest";
version = "0.2";
sha256 = "118xxx7sydpsvdqz0x107ngb85fggn630ysw6d2ckky75fmhmxk7";
buildDepends = [ X11 ];
extraLibraries = [ libXtst ];
meta = {
description = "Thin FFI bindings to X11 XTest library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})
2 changes: 2 additions & 0 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);

xmlTypes = callPackage ../development/libraries/haskell/xml-types {};

xtest = callPackage ../development/libraries/haskell/xtest {};

xssSanitize = callPackage ../development/libraries/haskell/xss-sanitize {};

yaml = callPackage ../development/libraries/haskell/yaml {};
Expand Down

0 comments on commit efb4672

Please sign in to comment.