add haskell/libffi
This commit is contained in:
committed by
Peter Simons
parent
d3761e6acc
commit
bf310f322e
13
pkgs/development/libraries/haskell/libffi/default.nix
Normal file
13
pkgs/development/libraries/haskell/libffi/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ cabal, libffi }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "libffi";
|
||||
version = "0.1";
|
||||
sha256 = "0g7jnhng3j7z5517aaqga0144aamibsbpgm3yynwyfzkq1kp0f28";
|
||||
pkgconfigDepends = [ libffi ];
|
||||
meta = {
|
||||
description = "A binding to libffi";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user