haskell-bindings-posix: update to version 1.2.3
This commit is contained in:
parent
26dd59b8b4
commit
1ae62db2e0
@ -1,10 +1,11 @@
|
||||
{ cabal, bindingsDSL }:
|
||||
{ cabal, bindingsDSL, pthread }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "bindings-posix";
|
||||
version = "1.2.3";
|
||||
sha256 = "0nj18lfpn8hmlaa7cmvdkjnk8fi2f6ysjbigkx7zbrpqnvbi63ba";
|
||||
buildDepends = [ bindingsDSL ];
|
||||
extraLibraries = [ pthread ];
|
||||
meta = {
|
||||
description = "Low level bindings to posix";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user