summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/GLFW-b/default.nix
blob: f3bdfebbe675104fe35afc0171b81b7896b598b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, bindingsGLFW, HUnit, testFramework, testFrameworkHunit }:

cabal.mkDerivation (self: {
  pname = "GLFW-b";
  version = "1.4.6";
  sha256 = "1d9vacb9nsf5cqqwxhn49wsfbhmw1263kgimk5qxpqpg1jiy35hy";
  buildDepends = [ bindingsGLFW ];
  testDepends = [
    bindingsGLFW HUnit testFramework testFrameworkHunit
  ];
  doCheck = false;
  meta = {
    description = "Bindings to GLFW OpenGL library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})