haskell-codec-image-devil: re-generate with cabal2nix
This commit is contained in:
parent
fc4d3254f8
commit
159649aeb4
@ -4,10 +4,9 @@ cabal.mkDerivation (self: {
|
|||||||
pname = "Codec-Image-DevIL";
|
pname = "Codec-Image-DevIL";
|
||||||
version = "0.2.3";
|
version = "0.2.3";
|
||||||
sha256 = "1kv3hns9f0bhfb723nj9szyz3zfqpvy02azzsiymzjz4ajhqmrsz";
|
sha256 = "1kv3hns9f0bhfb723nj9szyz3zfqpvy02azzsiymzjz4ajhqmrsz";
|
||||||
buildDepends = [ libdevil ];
|
extraLibraries = [ libdevil ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hackage.haskell.org/package/Codec-Image-DevIL";
|
description = "An FFI interface to the DevIL library";
|
||||||
description = "Simple FFI interface to the DevIL image library";
|
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user