Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
This commit is contained in:
14
pkgs/development/libraries/haskell/bmp/default.nix
Normal file
14
pkgs/development/libraries/haskell/bmp/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, binary}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "bmp";
|
||||
version = "1.1.1.2";
|
||||
sha256 = "1hxsl9gip5icjbmr5y48nkb10csqwzcswssqfaq6cqwnfhpi7813";
|
||||
propagatedBuildInputs = [binary];
|
||||
meta = {
|
||||
description = "Read and write uncompressed BMP image files";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user