mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:47:35 +00:00
Merge pull request #5231 from luke-clifton/lc-linear-opengl
Haskell package: linear-opengl
This commit is contained in:
commit
6b45125f59
18
pkgs/development/libraries/haskell/linear-opengl/default.nix
Normal file
18
pkgs/development/libraries/haskell/linear-opengl/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, distributive, lens, linear, OpenGL, OpenGLRaw, tagged }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "linear-opengl";
|
||||
version = "0.2.0.4";
|
||||
sha256 = "11pdif2w730jqknajr2si77a0z4v4k5spm5zdks642i25ya135ba";
|
||||
buildDepends = [
|
||||
distributive lens linear OpenGL OpenGLRaw tagged
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.github.com/bgamari/linear-opengl";
|
||||
description = "Isomorphisms between linear and OpenGL types";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1564,6 +1564,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
linear = callPackage ../development/libraries/haskell/linear {};
|
||||
|
||||
linearOpenGL = callPackage ../development/libraries/haskell/linear-opengl {};
|
||||
|
||||
linuxInotify = callPackage ../development/libraries/haskell/linux-inotify {};
|
||||
|
||||
List = callPackage ../development/libraries/haskell/List {};
|
||||
|
Loading…
Reference in New Issue
Block a user